Home
last modified time | relevance | path

Searched refs:notSupported (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp36 void notSupported(T& val) { in notSupported() function
463 notSupported(fn->wifi_set_nodfs_flag); in init_wifi_vendor_hal_func_table()
464 notSupported(fn->wifi_get_concurrency_matrix); in init_wifi_vendor_hal_func_table()
465 notSupported(fn->wifi_start_gscan); in init_wifi_vendor_hal_func_table()
466 notSupported(fn->wifi_stop_gscan); in init_wifi_vendor_hal_func_table()
467 notSupported(fn->wifi_get_cached_gscan_results); in init_wifi_vendor_hal_func_table()
468 notSupported(fn->wifi_set_bssid_hotlist); in init_wifi_vendor_hal_func_table()
469 notSupported(fn->wifi_reset_bssid_hotlist); in init_wifi_vendor_hal_func_table()
470 notSupported(fn->wifi_set_significant_change_handler); in init_wifi_vendor_hal_func_table()
471 notSupported(fn->wifi_reset_significant_change_handler); in init_wifi_vendor_hal_func_table()
[all …]
/device/google/gs201/usb/usb/
DUsb.cpp195 bool notSupported = true; in enableUsbDataWhileDocked() local
203 notSupported = false; in enableUsbDataWhileDocked()
213 in_portName, notSupported ? Status::NOT_SUPPORTED : in enableUsbDataWhileDocked()
/device/google/gs101/usb/usb/
DUsb.cpp177 bool notSupported = true; in enableUsbDataWhileDocked() local
185 notSupported = false; in enableUsbDataWhileDocked()
195 in_portName, notSupported ? Status::NOT_SUPPORTED : in enableUsbDataWhileDocked()
/device/google/zuma/usb/usb/
DUsb.cpp219 bool notSupported = true; in enableUsbDataWhileDocked() local
227 notSupported = false; in enableUsbDataWhileDocked()
237 in_portName, notSupported ? Status::NOT_SUPPORTED : in enableUsbDataWhileDocked()
/device/google/zumapro/usb/usb/
DUsb.cpp239 bool notSupported = true; in enableUsbDataWhileDocked() local
247 notSupported = false; in enableUsbDataWhileDocked()
257 in_portName, notSupported ? Status::NOT_SUPPORTED : in enableUsbDataWhileDocked()