Searched refs:scanEventCallback (Results 1 - 3 of 3) sorted by relevance

/system/chre/platform/shared/include/chre/target_platform/
H A Dplatform_wifi_base.h42 static void scanEventCallback(struct chreWifiScanEvent *event);
/system/chre/platform/shared/
H A Dplatform_wifi.cc44 mWifiCallbacks.scanEventCallback =
45 PlatformWifiBase::scanEventCallback;
124 void PlatformWifiBase::scanEventCallback(struct chreWifiScanEvent *event) { function in class:chre::PlatformWifiBase
/system/chre/pal/include/chre/pal/
H A Dwifi.h70 * scanEventCallback will receive unsolicited scan results, false
92 * scan are pending delivery (via scanEventCallback), false otherwise
122 void (*scanEventCallback)(struct chreWifiScanEvent *event); member in struct:chrePalWifiCallbacks
128 * Like scanEventCallback, this function call passes ownership of the event
185 * Configures whether the scanEventCallback receives unsolicited scan
207 * then scanEventCallback() will be invoked one more more times to deliver
209 * in scanEventCallback() regardless of the most recent setting passed to
223 * 4. scanEventCallback() is invoked 1 or more times (even if the scan
227 * given, and the call(s) to scanEventCallback() occurring immediately after
241 * scanEventCallback()
[all...]

Completed in 85 milliseconds