Searched defs:onFullScanResult (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java480 public void onFullScanResult(ScanResult fullScanResult, int bucketsScanned) { method in class:WifiScanningServiceImpl.WifiSingleScanStateMachine
481 if (DBG) localLog("onFullScanResult received");
910 public void onFullScanResult(ScanResult fullScanResult, int bucketsScanned) { method in class:WifiScanningServiceImpl.WifiBackgroundScanStateMachine
911 if (DBG) localLog("onFullScanResult received");
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp435 static void onFullScanResult(wifi_request_id id, wifi_scan_result *result, function in namespace:android
440 //ALOGD("onFullScanResult called, vm = %p, obj = %p, env = %p", mVM, mCls, env);
448 helper.reportEvent(mCls, "onFullScanResult", "(ILandroid/net/wifi/ScanResult;II)V", id,
523 handler.on_full_scan_result = &onFullScanResult;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1754 void onFullScanResult(ScanResult fullScanResult, int bucketsScanned); method in interface:WifiNative.ScanEventHandler
1901 private static void onFullScanResult(int id, ScanResult result, method in class:WifiNative
1907 populateScanResult(result, beaconCap, " onFullScanResult ");
1908 handler.onFullScanResult(result, bucketsScanned);

Completed in 70 milliseconds