Home
last modified time | relevance | path

Searched defs:getSupportedAndroidUciVersion (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/android/hardware/uwb/
DIUwbChip.cpp330 ::ndk::ScopedAStatus BpUwbChip::getSupportedAndroidUciVersion(int32_t* _aidl_return) { in getSupportedAndroidUciVersion() function in aidl::android::hardware::uwb::BpUwbChip
577 ::ndk::ScopedAStatus IUwbChipDefault::getSupportedAndroidUciVersion(int32_t* /*_aidl_return*/) { in getSupportedAndroidUciVersion() function in aidl::android::hardware::uwb::IUwbChipDefault
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/android/hardware/uwb/
DIUwbChip.cpp330 ::ndk::ScopedAStatus BpUwbChip::getSupportedAndroidUciVersion(int32_t* _aidl_return) { in getSupportedAndroidUciVersion() function in aidl::android::hardware::uwb::BpUwbChip
577 ::ndk::ScopedAStatus IUwbChipDefault::getSupportedAndroidUciVersion(int32_t* /*_aidl_return*/) { in getSupportedAndroidUciVersion() function in aidl::android::hardware::uwb::IUwbChipDefault
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/android/hardware/uwb/
DIUwbChip.cpp330 ::ndk::ScopedAStatus BpUwbChip::getSupportedAndroidUciVersion(int32_t* _aidl_return) { in getSupportedAndroidUciVersion() function in aidl::android::hardware::uwb::BpUwbChip
577 ::ndk::ScopedAStatus IUwbChipDefault::getSupportedAndroidUciVersion(int32_t* /*_aidl_return*/) { in getSupportedAndroidUciVersion() function in aidl::android::hardware::uwb::IUwbChipDefault
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/android/hardware/uwb/
DIUwbChip.cpp330 ::ndk::ScopedAStatus BpUwbChip::getSupportedAndroidUciVersion(int32_t* _aidl_return) { in getSupportedAndroidUciVersion() function in aidl::android::hardware::uwb::BpUwbChip
577 ::ndk::ScopedAStatus IUwbChipDefault::getSupportedAndroidUciVersion(int32_t* /*_aidl_return*/) { in getSupportedAndroidUciVersion() function in aidl::android::hardware::uwb::IUwbChipDefault
/aosp_15_r20/hardware/interfaces/uwb/aidl/android/hardware/uwb/
H A DIUwbChip.aidl67 int getSupportedAndroidUciVersion(); in getSupportedAndroidUciVersion() method
/aosp_15_r20/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/current/android/hardware/uwb/
H A DIUwbChip.aidl44 int getSupportedAndroidUciVersion(); in getSupportedAndroidUciVersion() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/uwb/aidl/android.hardware.uwb_interface/dump/android/hardware/uwb/
DIUwbChip.aidl44 int getSupportedAndroidUciVersion(); in getSupportedAndroidUciVersion() method
/aosp_15_r20/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/1/android/hardware/uwb/
H A DIUwbChip.aidl44 int getSupportedAndroidUciVersion(); in getSupportedAndroidUciVersion() method
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/include/aidl/android/hardware/uwb/
DBnUwbChip.h55 ::ndk::ScopedAStatus getSupportedAndroidUciVersion(int32_t* _aidl_return) override { in getSupportedAndroidUciVersion() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/include/aidl/android/hardware/uwb/
DBnUwbChip.h55 ::ndk::ScopedAStatus getSupportedAndroidUciVersion(int32_t* _aidl_return) override { in getSupportedAndroidUciVersion() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/include/aidl/android/hardware/uwb/
DBnUwbChip.h55 ::ndk::ScopedAStatus getSupportedAndroidUciVersion(int32_t* _aidl_return) override { in getSupportedAndroidUciVersion() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/include/aidl/android/hardware/uwb/
DBnUwbChip.h55 ::ndk::ScopedAStatus getSupportedAndroidUciVersion(int32_t* _aidl_return) override { in getSupportedAndroidUciVersion() function
/aosp_15_r20/hardware/nxp/uwb/aidl/
Duwb_chip.cpp96 ::ndk::ScopedAStatus UwbChip::getSupportedAndroidUciVersion(int32_t* version) { in getSupportedAndroidUciVersion() function in android::hardware::uwb::impl::UwbChip
/aosp_15_r20/hardware/interfaces/uwb/aidl/default/src/
H A Duwb_chip.rs207 async fn getSupportedAndroidUciVersion(&self) -> Result<i32> { in getSupportedAndroidUciVersion() method