Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/
H A Dapp.c102 bool dispatchResult = true; in chppProcessPredefinedClientRequest() local
106 dispatchResult = chppDispatchLoopbackClientRequest(context, buf, len); in chppProcessPredefinedClientRequest()
111 dispatchResult = chppDispatchTimesyncClientRequest(context, buf, len); in chppProcessPredefinedClientRequest()
116 dispatchResult = chppDispatchDiscoveryClientRequest(context, buf, len); in chppProcessPredefinedClientRequest()
125 if (dispatchResult == false) { in chppProcessPredefinedClientRequest()
147 bool dispatchResult = true; in chppProcessPredefinedServiceResponse() local
176 if (dispatchResult == false) { in chppProcessPredefinedServiceResponse()
199 bool dispatchResult = true; in chppProcessPredefinedClientNotification() local
207 UNUSED_VAR(dispatchResult); in chppProcessPredefinedClientNotification()
226 bool dispatchResult = true; in chppProcessPredefinedServiceNotification() local
[all …]
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java3066 int dispatchResult = mNfcDispatcher.dispatchTag(tag); in dispatchTagEndpoint() local
3067 if (dispatchResult == NfcDispatcher.DISPATCH_FAIL && !mInProvisionMode) { in dispatchTagEndpoint()
3099 } else if (dispatchResult == NfcDispatcher.DISPATCH_SUCCESS) { in dispatchTagEndpoint()