Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/
H A Dplatform_notifier.h53 uint32_t chppPlatformNotifierWait(struct ChppNotifier *notifier);
79 return chppPlatformNotifierWait(notifier); in chppNotifierWait()
/aosp12/system/chre/chpp/platform/linux/
H A Dnotifier.c54 uint32_t chppPlatformNotifierWait(struct ChppNotifier *notifier) { in chppPlatformNotifierWait() function
69 return chppPlatformNotifierWait(notifier); in chppPlatformNotifierTimedWait()