Home
last modified time | relevance | path

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

/system/chre/chpp/
Dapp.c737 ChppNotifierFunction *ResetNotifierFunction = in chppAppProcessReset() local
742 (ResetNotifierFunction != NULL)); in chppAppProcessReset()
744 if (ResetNotifierFunction != NULL) { in chppAppProcessReset()
745 ResetNotifierFunction(context->registeredClientContexts[clientIndex]); in chppAppProcessReset()
754 ChppNotifierFunction *ResetNotifierFunction = in chppAppProcessReset() local
758 CHPP_SERVICE_HANDLE_OF_INDEX(i), (ResetNotifierFunction != NULL)); in chppAppProcessReset()
760 if (ResetNotifierFunction != NULL) { in chppAppProcessReset()
761 ResetNotifierFunction(context->registeredServiceContexts[i]); in chppAppProcessReset()