Home
last modified time | relevance | path

Searched defs:getChip (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/current/android/hardware/uwb/
DIUwb.aidl40 android.hardware.uwb.IUwbChip getChip(String name); in getChip() method
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/1/android/hardware/uwb/
DIUwb.aidl40 android.hardware.uwb.IUwbChip getChip(String name); in getChip() method
/hardware/interfaces/uwb/aidl/android/hardware/uwb/
DIUwb.aidl39 IUwbChip getChip(String name); in getChip() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifi.aidl37 @PropagateAllowBlocking android.hardware.wifi.IWifiChip getChip(int chipId); in getChip() method
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifi.aidl39 @PropagateAllowBlocking IWifiChip getChip(int chipId); in getChip() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifi.aidl37 @PropagateAllowBlocking android.hardware.wifi.IWifiChip getChip(int chipId); in getChip() method
/hardware/nxp/uwb/aidl/
Duwb.cpp43 ::ndk::ScopedAStatus Uwb::getChip(const std::string& name, std::shared_ptr<IUwbChip>* chip) { in getChip() function in android::hardware::uwb::impl::Uwb
/hardware/interfaces/uwb/aidl/default/src/
Duwb.rs41 fn getChip(&self, name: &str) -> Result<Strong<dyn IUwbChip::IUwbChip>> { in getChip() method
/hardware/interfaces/wifi/aidl/default/
Dwifi.cpp77 ndk::ScopedAStatus Wifi::getChip(int32_t in_chipId, std::shared_ptr<IWifiChip>* _aidl_return) { in getChip() function in aidl::android::hardware::wifi::Wifi