Home
last modified time | relevance | path

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

/system/chre/chpp/services/
Dwwan.c255 wwanServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanServiceClose()
288 wwanServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanServiceNotifyReset()
Dgnss.c291 gnssServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssServiceClose()
324 gnssServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssServiceNotifyReset()
Dwifi.c340 wifiServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiServiceClose()
372 wifiServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiServiceNotifyReset()
/system/chre/chpp/
Dclients.c75 case (CHPP_OPEN_STATE_CLOSED): in chppIsClientApiReady()
511 clientState->openState = CHPP_OPEN_STATE_CLOSED; in chppClientSendOpenRequest()
530 clientState->openState = CHPP_OPEN_STATE_CLOSED; in chppClientProcessOpenResponse()
Dservices.c97 serviceState->openState = CHPP_OPEN_STATE_CLOSED; in chppRegisterService()
Dapp.c330 if (clientState->openState == CHPP_OPEN_STATE_CLOSED) { in chppGetDispatchFunction()
344 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.c446 gWwanClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanClientClose()
Dgnss.c634 gGnssClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssClientClose()
Dwifi.c877 gWifiClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiClientClose()