Home
last modified time | relevance | path

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

/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
DIWifiScannerImpl.aidl19 import android.net.wifi.nl80211.IPnoScanEvent;
59 oneway void subscribePnoScanEvents(IPnoScanEvent handler); in subscribePnoScanEvents()
DIPnoScanEvent.aidl23 interface IPnoScanEvent { interface
/system/connectivity/wificond/scanning/
Dscanner_impl.h66 const ::android::sp<::android::net::wifi::nl80211::IPnoScanEvent>& handler)
105 ::android::sp<::android::net::wifi::nl80211::IPnoScanEvent> pno_scan_event_handler_;
Dscanner_impl.cpp30 using android::net::wifi::nl80211::IPnoScanEvent;
388 Status ScannerImpl::subscribePnoScanEvents(const sp<IPnoScanEvent>& handler) { in subscribePnoScanEvents()
/system/connectivity/wificond/
DAndroid.bp193 "aidl/android/net/wifi/nl80211/IPnoScanEvent.aidl",