Home
last modified time | relevance | path

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

/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/1/android/hardware/uwb/
DIUwbChip.aidl44 int getSupportedAndroidUciVersion(); in getSupportedAndroidUciVersion() method
/hardware/interfaces/uwb/aidl/android/hardware/uwb/
DIUwbChip.aidl67 int getSupportedAndroidUciVersion(); in getSupportedAndroidUciVersion() method
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/current/android/hardware/uwb/
DIUwbChip.aidl44 int getSupportedAndroidUciVersion(); in getSupportedAndroidUciVersion() method
/hardware/nxp/uwb/aidl/
Duwb_chip.cpp96 ::ndk::ScopedAStatus UwbChip::getSupportedAndroidUciVersion(int32_t* version) { in getSupportedAndroidUciVersion() function in android::hardware::uwb::impl::UwbChip
/hardware/interfaces/uwb/aidl/default/src/
Duwb_chip.rs291 async fn getSupportedAndroidUciVersion(&self) -> Result<i32> { in getSupportedAndroidUciVersion() method