Searched refs:chppAllocClientRequestCommand (Results 1 – 7 of 7) sorted by relevance
/system/chre/chpp/test/ |
D | clients_test.cpp | 151 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/ |
D | wwan.c | 436 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWwanClientClose() 467 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWwanClientGetCapabilities() 498 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWwanClientGetCellInfoAsync()
|
D | timesync.c | 165 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppTimesyncMeasureOffset()
|
D | gnss.c | 625 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppGnssClientClose() 656 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppGnssClientGetCapabilities()
|
D | wifi.c | 864 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWifiClientClose() 895 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWifiClientGetCapabilities()
|
/system/chre/chpp/include/chpp/ |
D | clients.h | 232 struct ChppAppHeader *chppAllocClientRequestCommand(
|
/system/chre/chpp/ |
D | clients.c | 300 struct ChppAppHeader *chppAllocClientRequestCommand( in chppAllocClientRequestCommand() function 490 chppAllocClientRequestCommand(clientState, openCommand); in chppClientSendOpenRequest()
|