Searched refs:handleAsyncResult (Results 1 – 2 of 2) sorted by relevance
/system/chre/core/ |
D | ble_request_manager.cc | 49 handleAsyncResult(instanceId, foundRequest->isEnabled(), in handleExistingRequest() 63 handleAsyncResult(instanceId, enabled, false /* success */, in compliesWithBleSetting() 207 handleAsyncResult(instanceId, enabled, true /* success */, in configure() 312 handleAsyncResult(req.getInstanceId(), req.isEnabled(), success, in handlePlatformChangeSync() 353 handleAsyncResult(req.getInstanceId(), req.isEnabled(), in dispatchPendingRequests() 361 void BleRequestManager::handleAsyncResult(uint16_t instanceId, bool enabled, in handleAsyncResult() function in chre::BleRequestManager
|
/system/chre/core/include/chre/core/ |
D | ble_request_manager.h | 443 void handleAsyncResult(uint16_t instanceId, bool enabled, bool success,
|