Searched refs:dispatchResult (Results 1 – 2 of 2) sorted by relevance
102 bool dispatchResult = true; in chppProcessPredefinedClientRequest() local106 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() local176 if (dispatchResult == false) { in chppProcessPredefinedServiceResponse()199 bool dispatchResult = true; in chppProcessPredefinedClientNotification() local207 UNUSED_VAR(dispatchResult); in chppProcessPredefinedClientNotification()226 bool dispatchResult = true; in chppProcessPredefinedServiceNotification() local[all …]
3066 int dispatchResult = mNfcDispatcher.dispatchTag(tag); in dispatchTagEndpoint() local3067 if (dispatchResult == NfcDispatcher.DISPATCH_FAIL && !mInProvisionMode) { in dispatchTagEndpoint()3099 } else if (dispatchResult == NfcDispatcher.DISPATCH_SUCCESS) { in dispatchTagEndpoint()