Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 4 of 4) sorted by relevance

/system/chre/chpp/platform/linux/
Dnotifier.c34 void chppPlatformNotifierInit(struct ChppNotifier *notifier) { in chppPlatformNotifierInit()
39 void chppPlatformNotifierDeinit(struct ChppNotifier *notifier) { in chppPlatformNotifierDeinit()
44 uint32_t chppPlatformNotifierGetSignal(struct ChppNotifier *notifier) { in chppPlatformNotifierGetSignal()
54 uint32_t chppPlatformNotifierWait(struct ChppNotifier *notifier) { in chppPlatformNotifierWait()
66 uint32_t chppPlatformNotifierTimedWait(struct ChppNotifier *notifier, in chppPlatformNotifierTimedWait()
97 void chppPlatformNotifierSignal(struct ChppNotifier *notifier, in chppPlatformNotifierSignal()
/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_notifier.h66 static inline void chppNotifierInit(struct ChppNotifier *notifier) { in chppNotifierInit()
70 static inline void chppNotifierDeinit(struct ChppNotifier *notifier) { in chppNotifierDeinit()
74 static inline uint32_t chppNotifierGetSignal(struct ChppNotifier *notifier) { in chppNotifierGetSignal()
78 static inline uint32_t chppNotifierWait(struct ChppNotifier *notifier) { in chppNotifierWait()
82 static inline uint32_t chppNotifierTimedWait(struct ChppNotifier *notifier, in chppNotifierTimedWait()
87 static inline void chppNotifierSignal(struct ChppNotifier *notifier, in chppNotifierSignal()
Dplatform_link.h50 struct ChppNotifier notifier; member
/system/chre/chpp/include/chpp/
Dtransport.h417 struct ChppNotifier notifier; // Notifier for main thread member