Home
last modified time | relevance | path

Searched defs:CallbackState (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/chre/core/
H A Dwifi_request_manager.cc180 struct CallbackState { in handleScanMonitorStateChange() struct
181 bool enabled; in handleScanMonitorStateChange()
182 uint8_t errorCode; in handleScanMonitorStateChange()
201 struct CallbackState { in handleScanResponse() struct
202 bool pending; in handleScanResponse()
203 uint8_t errorCode; in handleScanResponse()
H A Dgnss_manager.cc240 struct CallbackState { in handleStatusChange() struct
241 bool enabled; in handleStatusChange()
242 uint8_t errorCode; in handleStatusChange()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DNetworkCallbackTest.java53 enum CallbackState { enum in NetworkCallbackTest
/aosp12/art/runtime/
H A Druntime_callbacks_test.cc111 enum CallbackState { enum in art::ThreadLifecycleCallbackRuntimeCallbacksTest