Searched defs:getChip (Results 1 – 9 of 9) sorted by relevance
40 android.hardware.uwb.IUwbChip getChip(String name); in getChip() method
39 IUwbChip getChip(String name); in getChip() method
37 @PropagateAllowBlocking android.hardware.wifi.IWifiChip getChip(int chipId); in getChip() method
39 @PropagateAllowBlocking IWifiChip getChip(int chipId); in getChip() method
43 ::ndk::ScopedAStatus Uwb::getChip(const std::string& name, std::shared_ptr<IUwbChip>* chip) { in getChip() function in android::hardware::uwb::impl::Uwb
41 fn getChip(&self, name: &str) -> Result<Strong<dyn IUwbChip::IUwbChip>> { in getChip() method
77 ndk::ScopedAStatus Wifi::getChip(int32_t in_chipId, std::shared_ptr<IWifiChip>* _aidl_return) { in getChip() function in aidl::android::hardware::wifi::Wifi