HomeSort by relevance Sort by last modified time
    Searched refs:scanResponseCallback (Results 1 - 3 of 3) sorted by null

  /system/chre/platform/shared/include/chre/target_platform/
platform_wifi_base.h 41 static void scanResponseCallback(bool pending, uint8_t errorCode);
  /system/chre/platform/shared/
platform_wifi.cc 42 mWifiCallbacks.scanResponseCallback =
43 PlatformWifiBase::scanResponseCallback;
119 void PlatformWifiBase::scanResponseCallback(bool pending, uint8_t errorCode) {
  /system/chre/pal/include/chre/pal/
wifi.h 95 void (*scanResponseCallback)(bool pending, uint8_t errorCode);
205 * the scanResponseCallback will be invoked to provide the result of the
220 * 3. scanResponseCallback() is invoked to indicate whether the scan
228 * scanResponseCallback() must be associated with this scan request, and not
234 * scanResponseCallback() must be invoked to indicate the failure, and any
250 * case a subsequent call to scanResponseCallback will be used to

Completed in 146 milliseconds