Home
last modified time | relevance | path

Searched refs:cbState (Results 1 – 2 of 2) sorted by relevance

/system/chre/core/
Dwifi_request_manager.cc394 CallbackState cbState = NestedDataPtr<CallbackState>(data); in handleScanMonitorStateChange() local
397 .handleScanMonitorStateChangeSync(cbState.enabled, cbState.errorCode); in handleScanMonitorStateChange()
400 CallbackState cbState = {}; in handleScanMonitorStateChange() local
401 cbState.enabled = enabled; in handleScanMonitorStateChange()
402 cbState.errorCode = errorCode; in handleScanMonitorStateChange()
405 NestedDataPtr<CallbackState>(cbState), callback); in handleScanMonitorStateChange()
415 CallbackState cbState = NestedDataPtr<CallbackState>(data); in handleScanResponse() local
418 .handleScanResponseSync(cbState.pending, cbState.errorCode); in handleScanResponse()
421 CallbackState cbState = {}; in handleScanResponse() local
422 cbState.pending = pending; in handleScanResponse()
[all …]
Dgnss_manager.cc281 CallbackState cbState = NestedDataPtr<CallbackState>(extraData); in handleStatusChange() local
282 session->handleStatusChangeSync(cbState.enabled, cbState.errorCode); in handleStatusChange()
285 CallbackState cbState = {}; in handleStatusChange() local
286 cbState.enabled = enabled; in handleStatusChange()
287 cbState.errorCode = errorCode; in handleStatusChange()
290 NestedDataPtr<CallbackState>(cbState)); in handleStatusChange()