Home
last modified time | relevance | path

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

/aosp12/system/chre/core/
H A Dwifi_request_manager.cc186 CallbackState cbState = NestedDataPtr<CallbackState>(data); in handleScanMonitorStateChange() local
189 .handleScanMonitorStateChangeSync(cbState.enabled, cbState.errorCode); in handleScanMonitorStateChange()
192 CallbackState cbState = {}; in handleScanMonitorStateChange() local
193 cbState.enabled = enabled; in handleScanMonitorStateChange()
194 cbState.errorCode = errorCode; in handleScanMonitorStateChange()
197 NestedDataPtr<CallbackState>(cbState), callback); in handleScanMonitorStateChange()
210 .handleScanResponseSync(cbState.pending, cbState.errorCode); in handleScanResponse()
213 CallbackState cbState = {}; in handleScanResponse() local
214 cbState.pending = pending; in handleScanResponse()
215 cbState.errorCode = errorCode; in handleScanResponse()
[all …]
H A Dgnss_manager.cc247 CallbackState cbState = NestedDataPtr<CallbackState>(extraData); in handleStatusChange() local
248 session->handleStatusChangeSync(cbState.enabled, cbState.errorCode); in handleStatusChange()
251 CallbackState cbState = {}; in handleStatusChange() local
252 cbState.enabled = enabled; in handleStatusChange()
253 cbState.errorCode = errorCode; in handleStatusChange()
256 NestedDataPtr<CallbackState>(cbState)); in handleStatusChange()