Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/include/chpp/
H A Dmemory.h61 void *chppRealloc(void *oldPtr, const size_t newSize, const size_t oldSize);
/aosp12/system/chre/chpp/platform/linux/
H A Dmemory.c75 void *chppRealloc(void *oldPtr, const size_t newSize, const size_t oldSize) { in chppRealloc() function
/aosp12/system/chre/chpp/
H A Dtransport.c213 chppRealloc(context->rxDatagram.payload, in chppConsumeHeader()
408 chppRealloc(context->rxDatagram.payload, context->rxDatagram.length, in chppAbortRxPacket()