Home
last modified time | relevance | path

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

/system/chre/chpp/
Dapp.c720 ChppNotifierFunction *ResetNotifierFunction = in chppAppProcessReset() local
725 (ResetNotifierFunction != NULL)); in chppAppProcessReset()
727 if (ResetNotifierFunction != NULL) { in chppAppProcessReset()
728 ResetNotifierFunction( in chppAppProcessReset()
738 ChppNotifierFunction *ResetNotifierFunction = in chppAppProcessReset() local
742 CHPP_SERVICE_HANDLE_OF_INDEX(i), (ResetNotifierFunction != NULL)); in chppAppProcessReset()
744 if (ResetNotifierFunction != NULL) { in chppAppProcessReset()
745 ResetNotifierFunction(context->registeredServiceStates[i]->context); in chppAppProcessReset()