Searched refs:chppClientCloseOpenRequests (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/chre/chpp/clients/ |
H A D | wwan.c | 242 chppClientCloseOpenRequests(&wwanClientContext->client, &kWwanClientConfig, in chppWwanClientNotifyReset() 449 chppClientCloseOpenRequests(&gWwanClientContext.client, &kWwanClientConfig, in chppWwanClientClose()
|
H A D | gnss.c | 322 chppClientCloseOpenRequests(&gnssClientContext->client, &kGnssClientConfig, in chppGnssClientNotifyReset() 645 chppClientCloseOpenRequests(&gGnssClientContext.client, &kGnssClientConfig, in chppGnssClientClose()
|
H A D | wifi.c | 319 chppClientCloseOpenRequests(&wifiClientContext->client, &kWifiClientConfig, in chppWifiClientNotifyReset() 687 chppClientCloseOpenRequests(&gWifiClientContext.client, &kWifiClientConfig, in chppWifiClientClose()
|
/aosp12/system/chre/chpp/include/chpp/ |
H A D | clients.h | 381 void chppClientCloseOpenRequests(struct ChppClientState *clientState,
|
/aosp12/system/chre/chpp/ |
H A D | clients.c | 561 void chppClientCloseOpenRequests(struct ChppClientState *clientState, in chppClientCloseOpenRequests() function
|