Home
last modified time | relevance | path

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

/system/chre/chpp/
Dtransport.c225 uint8_t *tempPayload; in chppConsumeHeader() local
229 tempPayload = chppMalloc(context->rxHeader.length); in chppConsumeHeader()
232 tempPayload = in chppConsumeHeader()
238 if (tempPayload == NULL) { in chppConsumeHeader()
243 context->rxDatagram.payload = tempPayload; in chppConsumeHeader()
427 uint8_t *tempPayload = in chppAbortRxPacket() local
431 if (tempPayload == NULL) { in chppAbortRxPacket()
434 context->rxDatagram.payload = tempPayload; in chppAbortRxPacket()