Home
last modified time | relevance | path

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

/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_notifier.h48 uint32_t chppPlatformNotifierGetSignal(struct ChppNotifier *notifier);
75 return chppPlatformNotifierGetSignal(notifier); in chppNotifierGetSignal()
/system/chre/chpp/platform/linux/
Dnotifier.c44 uint32_t chppPlatformNotifierGetSignal(struct ChppNotifier *notifier) { in chppPlatformNotifierGetSignal() function