Home
last modified time | relevance | path

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

/system/chre/chpp/services/
Dwwan.c257 wwanServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanServiceClose()
290 wwanServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanServiceNotifyReset()
Dgnss.c293 gnssServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssServiceClose()
326 gnssServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssServiceNotifyReset()
Dwifi.c287 wifiServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiServiceClose()
319 wifiServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiServiceNotifyReset()
/system/chre/chpp/
Dclients.c75 case (CHPP_OPEN_STATE_CLOSED): in chppIsClientApiReady()
512 clientState->openState = CHPP_OPEN_STATE_CLOSED; in chppClientSendOpenRequest()
532 clientState->openState = CHPP_OPEN_STATE_CLOSED; in chppClientProcessOpenResponse()
Dapp.c341 if (clientState->openState == CHPP_OPEN_STATE_CLOSED) { in chppGetDispatchFunction()
357 if (clientState->openState == CHPP_OPEN_STATE_CLOSED) { in chppGetDispatchFunction()
/system/chre/chpp/include/chpp/
Dapp.h161 CHPP_OPEN_STATE_CLOSED = 0, // Closed enumerator
/system/chre/chpp/clients/
Dwwan.c447 gWwanClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanClientClose()
Dgnss.c643 gGnssClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssClientClose()
Dwifi.c671 gWifiClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiClientClose()