Home
last modified time | relevance | path

Searched refs:chppAllocClientRequestCommand (Results 1 – 7 of 7) sorted by relevance

/system/chre/chpp/test/
Dclients_test.cpp151 chppAllocClientRequestCommand(mClientState, 0 /* command */); in TEST_F()
165 chppAllocClientRequestCommand(mClientState, 0 /* command */); in TEST_F()
181 chppAllocClientRequestCommand(mClientState, 0 /* command */); in TEST_F()
186 chppAllocClientRequestCommand(mClientState, 0 /* command */); in TEST_F()
201 chppAllocClientRequestCommand(mClientState, 1 /* command */); in TEST_F()
218 chppAllocClientRequestCommand(mClientState, 0 /* command */); in TEST_F()
220 chppAllocClientRequestCommand(mClientState, 1 /* command */); in TEST_F()
222 chppAllocClientRequestCommand(mClientState, 2 /* command */); in TEST_F()
273 chppAllocClientRequestCommand(mClientState, 1 /* command */); in TEST_F()
315 chppAllocClientRequestCommand(mClientState, 1 /* command */); in TEST_F()
[all …]
/system/chre/chpp/clients/
Dwwan.c436 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWwanClientClose()
467 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWwanClientGetCapabilities()
498 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWwanClientGetCellInfoAsync()
Dtimesync.c165 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppTimesyncMeasureOffset()
Dgnss.c625 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppGnssClientClose()
656 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppGnssClientGetCapabilities()
Dwifi.c864 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWifiClientClose()
895 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWifiClientGetCapabilities()
/system/chre/chpp/include/chpp/
Dclients.h232 struct ChppAppHeader *chppAllocClientRequestCommand(
/system/chre/chpp/
Dclients.c300 struct ChppAppHeader *chppAllocClientRequestCommand( in chppAllocClientRequestCommand() function
490 chppAllocClientRequestCommand(clientState, openCommand); in chppClientSendOpenRequest()