Home
last modified time | relevance | path

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

/system/chre/chpp/
Dservices.c189 bool clearOnly) { in chppServiceCloseOpenRequests() argument
191 chppCloseOpenRequests(serviceState, CHPP_ENDPOINT_SERVICE, clearOnly); in chppServiceCloseOpenRequests()
Dclients.c427 bool clearOnly) { in chppClientCloseOpenRequests() argument
429 chppCloseOpenRequests(clientState, CHPP_ENDPOINT_CLIENT, clearOnly); in chppClientCloseOpenRequests()
Dapp.c1179 enum ChppEndpointType type, bool clearOnly) { in chppCloseOpenRequests() argument
1194 CHPP_LOGE("Closing open req #%" PRIu16 " clear %d", cmdIdx, clearOnly); in chppCloseOpenRequests()
1196 if (clearOnly) { in chppCloseOpenRequests()
/system/chre/chpp/include/chpp/
Dservices.h261 bool clearOnly);
Dclients.h340 bool clearOnly);
Dapp.h908 enum ChppEndpointType type, bool clearOnly);