Home
last modified time | relevance | path

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

/system/chre/platform/include/chre/platform/
Dplatform_ble.h80 bool stopScanAsync();
/system/chre/platform/shared/
Dchre_api_ble.cc68 EventLoopManagerSingleton::get()->getBleRequestManager().stopScanAsync( in chreBleStopScanAsync()
Dplatform_ble.cc87 bool PlatformBle::stopScanAsync() { in stopScanAsync() function in chre::PlatformBle
/system/chre/core/include/chre/core/
Dble_request_manager.h80 bool stopScanAsync(Nanoapp *nanoapp);
/system/chre/core/
Dble_request_manager.cc96 bool BleRequestManager::stopScanAsync(Nanoapp *nanoapp) { in stopScanAsync() function in chre::BleRequestManager
188 success = mPlatformBle.stopScanAsync(); in controlPlatform()