Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/include/chpp/
H A Dapp.h260 ChppNotifierFunction *resetNotifierFunctionPtr; member
295 ChppNotifierFunction *resetNotifierFunctionPtr; member
/aosp12/system/chre/chpp/
H A Dapp.c382 return context->registeredClients[index]->resetNotifierFunctionPtr; in chppGetClientResetNotifierFunction()
397 return context->registeredServices[index]->resetNotifierFunctionPtr; in chppGetServiceResetNotifierFunction()
/aosp12/system/chre/chpp/services/
H A Dwwan.c60 .resetNotifierFunctionPtr = &chppWwanServiceNotifyReset,
H A Dgnss.c58 .resetNotifierFunctionPtr = &chppGnssServiceNotifyReset,
H A Dwifi.c59 .resetNotifierFunctionPtr = &chppWifiServiceNotifyReset,
/aosp12/system/chre/chpp/clients/
H A Dwwan.c92 .resetNotifierFunctionPtr = &chppWwanClientNotifyReset,
H A Dgnss.c93 .resetNotifierFunctionPtr = &chppGnssClientNotifyReset,
H A Dwifi.c102 .resetNotifierFunctionPtr = &chppWifiClientNotifyReset,