Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/include/chpp/
H A Dclients.h48 (type *)chppAllocClientRequest(clientState, sizeof(type))
62 (type *)chppAllocClientRequest( \
220 struct ChppAppHeader *chppAllocClientRequest(
/aosp12/system/chre/chpp/
H A Dclients.c283 struct ChppAppHeader *chppAllocClientRequest( in chppAllocClientRequest() function
303 chppAllocClientRequest(clientState, sizeof(struct ChppAppHeader)); in chppAllocClientRequestCommand()
/aosp12/system/chre/chpp/clients/
H A Dloopback.c184 uint8_t *loopbackRequest = (uint8_t *)chppAllocClientRequest( in chppRunLoopbackTest()