/hardware/interfaces/uwb/aidl/default/ |
D | Android.bp | 12 name: "android.hardware.uwb-service", 18 "android.hardware.uwb-V1-rust", 40 name: "uwb-service.rc", 41 src: "uwb-service.rc", 47 name: "uwb-service.xml", 48 src: "uwb-service.xml", 55 name: "com.android.hardware.uwb", 64 "android.hardware.uwb-service", 67 "uwb-service.rc", // init_rc 68 "uwb-service.xml", // vintf_fragments
|
D | uwb-service.rc | 1 …ervice vendor.uwb_hal /apex/com.android.hardware.uwb/bin/hw/android.hardware.uwb-service ${ro.vend… 3 user uwb
|
/hardware/nxp/uwb/aidl/ |
D | Android.bp | 12 name: "android.hardware.uwb-service.nxp", 14 init_rc: ["nxp-uwb-service.rc"], 15 vintf_fragments: ["nxp-uwb-service.xml"], 30 "android.hardware.uwb-V1-ndk", 48 "android.hardware.uwb-V1-ndk", 51 "uwb.cpp", 55 "hardware/nxp/uwb/extns/inc", 56 "hardware/nxp/uwb/halimpl/inc", 57 "hardware/nxp/uwb/halimpl/inc/common",
|
D | service.cpp | 24 using ::aidl::android::hardware::uwb::IUwb; 25 using ::android::hardware::uwb::impl::Uwb; 31 std::shared_ptr<IUwb> uwb = ndk::SharedRefBase::make<Uwb>(); in main() local 33 binder_status_t status = AServiceManager_addService(uwb->asBinder().get(), instance.c_str()); in main()
|
D | nxp-uwb-service.rc | 1 service vendor.uwb_hal /vendor/bin/hw/android.hardware.uwb-service.nxp 3 user uwb
|
D | uwb.h | 29 namespace uwb { 31 using namespace ::aidl::android::hardware::uwb;
|
D | uwb.cpp | 27 namespace uwb { namespace 29 using namespace ::aidl::android::hardware::uwb;
|
D | uwb_chip.h | 31 namespace uwb { 33 using namespace ::aidl::android::hardware::uwb;
|
/hardware/nxp/uwb/halimpl/config/ |
D | README.md | 27 COUNTRY_CODE_CAP_FILE_LOCATION={ "/vendor/etc/uwb/", "/data/vendor/uwb/" } 30 From the above example, `/vendor/etc/uwb/libuwb-countrycode.conf` and 31 `/data/vendor/uwb/libuwb-country.conf` will be looked up by HAL and only one file with higher VERSI… 47 # /data/vendor/uwb/libuwb-countrycode.conf: 71 * if the file path has `<sku>` in it, `<sku>` part will be replace with the 'persist.vendor.uwb.cal… 72 if `persist.vendor.uwb.cal.sku` is unspecified, HAL will try to use `defaultsku` as a default. 79 EXTRA_CONF_PATH_1="/vendor/etc/uwb/cal-base.conf" 80 EXTRA_CONF_PATH_2="/vendor/etc/uwb/cal-<sku>.conf" 81 EXTRA_CONF_PATH_3="/vendor/etc/uwb/cal-<country>.conf" 82 EXTRA_CONF_PATH_4="/mnt/vendor/persist/uwb/cal-factory.conf" [all …]
|
/hardware/interfaces/uwb/aidl/ |
D | Android.bp | 14 name: "android.hardware.uwb", 16 srcs: ["android/hardware/uwb/*.aidl"], 25 "com.android.uwb", 31 "com.android.uwb", 39 "com.android.uwb", 54 name: "android.hardware.uwb.fira_android", 57 srcs: ["android/hardware/uwb/fira_android/*.aidl"], 64 "com.android.uwb", 70 "com.android.uwb",
|
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/current/android/hardware/uwb/ |
D | IUwbClientCallback.aidl | 36 package android.hardware.uwb; 40 …oneway void onHalEvent(in android.hardware.uwb.UwbEvent event, in android.hardware.uwb.UwbStatus s… in onHalEvent()
|
D | IUwb.aidl | 36 package android.hardware.uwb; 40 android.hardware.uwb.IUwbChip getChip(String name); in getChip()
|
D | IUwbChip.aidl | 36 package android.hardware.uwb; 40 void open(in android.hardware.uwb.IUwbClientCallback clientCallback); in open()
|
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/1/android/hardware/uwb/ |
D | IUwbClientCallback.aidl | 36 package android.hardware.uwb; 40 …oneway void onHalEvent(in android.hardware.uwb.UwbEvent event, in android.hardware.uwb.UwbStatus s… in onHalEvent()
|
D | IUwb.aidl | 36 package android.hardware.uwb; 40 android.hardware.uwb.IUwbChip getChip(String name); in getChip()
|
D | IUwbChip.aidl | 36 package android.hardware.uwb; 40 void open(in android.hardware.uwb.IUwbClientCallback clientCallback); in open()
|
/hardware/interfaces/uwb/aidl/android/hardware/uwb/ |
D | IUwbClientCallback.aidl | 19 package android.hardware.uwb; 21 import android.hardware.uwb.UwbEvent; 22 import android.hardware.uwb.UwbStatus;
|
D | IUwbChip.aidl | 19 package android.hardware.uwb; 21 import android.hardware.uwb.IUwbClientCallback; 22 import android.hardware.uwb.UwbStatus;
|
D | IUwb.aidl | 19 package android.hardware.uwb; 21 import android.hardware.uwb.IUwbChip;
|
/hardware/interfaces/uwb/aidl/default/src/ |
D | service.rs | 1 use android_hardware_uwb::aidl::android::hardware::uwb::IUwb::{self, IUwb as _}; 11 mod uwb; module 39 uwb::Uwb::from_chips(chips, rt.handle().clone()), in main()
|
/hardware/nxp/uwb/extns/inc/ |
D | hal_nxpuwb.h | 25 using ::aidl::android::hardware::uwb::UwbEvent; 26 using ::aidl::android::hardware::uwb::UwbStatus;
|
/hardware/interfaces/uwb/aidl/vts/ |
D | VtsHalUwbTargetTest.cpp | 29 using aidl::android::hardware::uwb::BnUwbClientCallback; 30 using aidl::android::hardware::uwb::IUwb; 31 using aidl::android::hardware::uwb::IUwbChip; 32 using aidl::android::hardware::uwb::IUwbClientCallback; 33 using aidl::android::hardware::uwb::UwbEvent; 34 using aidl::android::hardware::uwb::UwbStatus;
|
/hardware/interfaces/uwb/aidl/android/hardware/uwb/fira_android/ |
D | UwbVendorRadarAppConfigTlvValues.aidl | 17 package android.hardware.uwb.fira_android;
|
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb.fira_android/current/android/hardware/uwb/fira_android/ |
D | UwbVendorGids.aidl | 34 package android.hardware.uwb.fira_android;
|
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb.fira_android/1/android/hardware/uwb/fira_android/ |
D | UwbVendorSessionInitSessionType.aidl | 34 package android.hardware.uwb.fira_android;
|