Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dapp.h257 ChppNotifierFunction *resetNotifierFunctionPtr; member
292 ChppNotifierFunction *resetNotifierFunctionPtr; member
/system/chre/chpp/
Dapp.c383 return context->registeredClients[index]->resetNotifierFunctionPtr; in chppGetClientResetNotifierFunction()
398 return context->registeredServices[index]->resetNotifierFunctionPtr; in chppGetServiceResetNotifierFunction()
/system/chre/chpp/services/
Dwwan.c60 .resetNotifierFunctionPtr = &chppWwanServiceNotifyReset,
Dgnss.c58 .resetNotifierFunctionPtr = &chppGnssServiceNotifyReset,
Dwifi.c59 .resetNotifierFunctionPtr = &chppWifiServiceNotifyReset,
/system/chre/chpp/clients/
Dwwan.c94 .resetNotifierFunctionPtr = &chppWwanClientNotifyReset,
Dgnss.c95 .resetNotifierFunctionPtr = &chppGnssClientNotifyReset,
Dwifi.c104 .resetNotifierFunctionPtr = &chppWifiClientNotifyReset,