Home
last modified time | relevance | path

Searched refs:getChips (Results 1 – 7 of 7) sorted by relevance

/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/aidl_api/android.hardware.uwb/current/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.h38 ::ndk::ScopedAStatus getChips(std::vector<std::string>* names) override;
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
/hardware/interfaces/uwb/aidl/vts/
DVtsHalUwbTargetTest.cpp84 ScopedAStatus status = iuwb_->getChips(&chip_names); in getAnyChipName()
120 ScopedAStatus status = iuwb_->getChips(&chip_names); in TEST_P()