Home
last modified time | relevance | path

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

/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/current/android/hardware/uwb/
DIUwb.aidl39 List<String> getChips(); in getChips() method
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/1/android/hardware/uwb/
DIUwb.aidl39 List<String> getChips(); in getChips() method
/hardware/interfaces/uwb/aidl/android/hardware/uwb/
DIUwb.aidl32 List<String> getChips(); in getChips() method
/hardware/nxp/uwb/aidl/
Duwb.cpp36 ::ndk::ScopedAStatus Uwb::getChips(std::vector<std::string>* names) { in getChips() function in android::hardware::uwb::impl::Uwb
/hardware/interfaces/uwb/aidl/default/src/
Duwb.rs36 fn getChips(&self) -> Result<Vec<String>> { in getChips() method