Home
last modified time | relevance | path

Searched refs:chppAllocClientRequest (Results 1 – 3 of 3) sorted by relevance

/system/chre/chpp/include/chpp/
Dclients.h47 (type *)chppAllocClientRequest(clientState, sizeof(type))
60 (type *)chppAllocClientRequest( \
220 struct ChppAppHeader *chppAllocClientRequest(
/system/chre/chpp/
Dclients.c300 struct ChppAppHeader *chppAllocClientRequest( in chppAllocClientRequest() function
309 chppAllocClientRequest(clientState, sizeof(struct ChppAppHeader)); in chppAllocClientRequestCommand()
/system/chre/chpp/clients/
Dloopback.c178 (uint8_t *)chppAllocClientRequest(&state->client, result->requestLen); in chppRunLoopbackTest()