Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/clients/
H A Ddiscovery.c143 CHPP_SERVICE_HANDLE_OF_INDEX(i), response->services[i].name, uuidText, in chppDiscoveryProcessDiscoverAll()
156 CHPP_SERVICE_HANDLE_OF_INDEX(i), response->services[i].name, uuidText, in chppDiscoveryProcessDiscoverAll()
171 CHPP_SERVICE_HANDLE_OF_INDEX(i), in chppDiscoveryProcessDiscoverAll()
212 clientIndex, CHPP_SERVICE_HANDLE_OF_INDEX(i), in chppDiscoveryProcessDiscoverAll()
/aosp12/system/chre/chpp/
H A Dservices.c110 CHPP_SERVICE_HANDLE_OF_INDEX(appContext->registeredServiceCount), in chppRegisterService()
116 return CHPP_SERVICE_HANDLE_OF_INDEX(appContext->registeredServiceCount++); in chppRegisterService()
H A Dapp.c741 clientIndex, CHPP_SERVICE_HANDLE_OF_INDEX(i), in chppAppProcessReset()
758 CHPP_SERVICE_HANDLE_OF_INDEX(i), (ResetNotifierFunction != NULL)); in chppAppProcessReset()
H A Dclients.c273 CHPP_SERVICE_HANDLE_OF_INDEX(i), in chppDeinitMatchedClients()
H A Dtransport.c1319 response->handle = CHPP_SERVICE_HANDLE_OF_INDEX(timedOutClient); in chppTransportGetClientRequestTimeoutResponse()
/aosp12/system/chre/chpp/include/chpp/
H A Dapp.h422 #define CHPP_SERVICE_HANDLE_OF_INDEX(index) \ macro