Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dservices.h77 (type *)chppAllocServiceNotification( \
89 (type *)chppAllocServiceNotification(sizeof(type))
159 struct ChppAppHeader *chppAllocServiceNotification(size_t len);
/system/chre/chpp/
Dservices.c134 struct ChppAppHeader *chppAllocServiceNotification(size_t len) { in chppAllocServiceNotification() function
/system/chre/chpp/test/
Dapp_notification_test.cpp296 chppAllocServiceNotification(notificationLen); in TEST_F()