Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/include/chpp/
H A Dservices.h51 (type *)chppAllocServiceNotification( \
63 (type *)chppAllocServiceNotification(sizeof(type))
164 struct ChppAppHeader *chppAllocServiceNotification(size_t len);
/aosp12/system/chre/chpp/
H A Dservices.c120 struct ChppAppHeader *chppAllocServiceNotification(size_t len) { in chppAllocServiceNotification() function