Home
last modified time | relevance | path

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

/system/chre/chpp/
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
152 dispatchResult = chppDispatchLoopbackServiceResponse(context, buf, len); in chppProcessPredefinedServiceResponse()
159 dispatchResult = chppDispatchTimesyncServiceResponse(context, buf, len); in chppProcessPredefinedServiceResponse()
166 dispatchResult = chppDispatchDiscoveryServiceResponse(context, buf, len); in chppProcessPredefinedServiceResponse()
176 if (dispatchResult == false) { in chppProcessPredefinedServiceResponse()
[all …]