Home
last modified time | relevance | path

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

/system/chre/chpp/services/
Dwwan.c210 if (wwanServiceContext->service.openState == CHPP_OPEN_STATE_OPENED) { in chppWwanServiceOpen()
222 wwanServiceContext->service.openState = CHPP_OPEN_STATE_OPENED; in chppWwanServiceOpen()
284 if (wwanServiceContext->service.openState != CHPP_OPEN_STATE_OPENED) { in chppWwanServiceNotifyReset()
Dgnss.c246 if (gnssServiceContext->service.openState == CHPP_OPEN_STATE_OPENED) { in chppGnssServiceOpen()
258 gnssServiceContext->service.openState = CHPP_OPEN_STATE_OPENED; in chppGnssServiceOpen()
320 if (gnssServiceContext->service.openState != CHPP_OPEN_STATE_OPENED) { in chppGnssServiceNotifyReset()
Dwifi.c295 if (wifiServiceContext->service.openState == CHPP_OPEN_STATE_OPENED) { in chppWifiServiceOpen()
307 wifiServiceContext->service.openState = CHPP_OPEN_STATE_OPENED; in chppWifiServiceOpen()
368 if (wifiServiceContext->service.openState != CHPP_OPEN_STATE_OPENED) { in chppWifiServiceNotifyReset()
/system/chre/chpp/
Dclients.c81 case (CHPP_OPEN_STATE_OPENED): { in chppIsClientApiReady()
514 result = (clientState->openState == CHPP_OPEN_STATE_OPENED); in chppClientSendOpenRequest()
533 clientState->openState = CHPP_OPEN_STATE_OPENED; in chppClientProcessOpenResponse()
/system/chre/chpp/include/chpp/
Dapp.h164 CHPP_OPEN_STATE_OPENED = 3, // Opened enumerator
/system/chre/chpp/clients/
Dloopback.c69 state->client.openState = CHPP_OPEN_STATE_OPENED; in chppLoopbackClientInit()
Dtimesync.c68 state->client.openState = CHPP_OPEN_STATE_OPENED; in chppTimesyncClientInit()
Dwwan.c248 if (wwanClientContext->client.openState != CHPP_OPEN_STATE_OPENED && in chppWwanClientNotifyReset()
Dgnss.c327 if (gnssClientContext->client.openState != CHPP_OPEN_STATE_OPENED && in chppGnssClientNotifyReset()
Dwifi.c376 if (wifiClientContext->client.openState != CHPP_OPEN_STATE_OPENED && in chppWifiClientNotifyReset()