Home
last modified time | relevance | path

Searched refs:getChipInternal (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dwifi.h70 std::pair<std::shared_ptr<IWifiChip>, ndk::ScopedAStatus> getChipInternal(int32_t chip_id);
Dwifi.cpp216 return validateAndCall(this, WifiStatusCode::ERROR_UNKNOWN, &Wifi::getChipInternal, in getChip()
351 std::pair<std::shared_ptr<IWifiChip>, ndk::ScopedAStatus> Wifi::getChipInternal(int32_t chip_id) { in getChipInternal() function in aidl::android::hardware::wifi::Wifi