OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onFullScanResult
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
[
all
...]
WifiScanningServiceImpl.java
250
public void
onFullScanResult
(ScanResult fullScanResult) {
[
all
...]
/frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp
310
static void
onFullScanResult
(wifi_request_id id, wifi_scan_result *result) {
315
ALOGD("
onFullScanResult
called, vm = %p, obj = %p, env = %p", mVM, mCls, env);
334
reportEvent(env, mCls, "
onFullScanResult
", "(ILandroid/net/wifi/ScanResult;[B)V", id,
404
handler.on_full_scan_result = &
onFullScanResult
;
[
all
...]
Completed in 380 milliseconds