Home
last modified time | relevance | path

Searched refs:ChppNotifier (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/
H A Dplatform_notifier.h29 struct ChppNotifier { struct
38 void chppPlatformNotifierInit(struct ChppNotifier *notifier); argument
43 void chppPlatformNotifierDeinit(struct ChppNotifier *notifier);
48 uint32_t chppPlatformNotifierGetSignal(struct ChppNotifier *notifier);
53 uint32_t chppPlatformNotifierWait(struct ChppNotifier *notifier);
58 uint32_t chppPlatformNotifierTimedWait(struct ChppNotifier *notifier,
66 static inline void chppNotifierInit(struct ChppNotifier *notifier) { in chppNotifierInit()
70 static inline void chppNotifierDeinit(struct ChppNotifier *notifier) { in chppNotifierDeinit()
78 static inline uint32_t chppNotifierWait(struct ChppNotifier *notifier) { in chppNotifierWait()
82 static inline uint32_t chppNotifierTimedWait(struct ChppNotifier *notifier, in chppNotifierTimedWait()
[all …]
H A Dplatform_link.h52 struct ChppNotifier notifier;
/aosp12/system/chre/chpp/include/chpp/
H A Dnotifier.h37 struct ChppNotifier;
45 static void chppNotifierInit(struct ChppNotifier *notifier);
52 static void chppNotifierDeinit(struct ChppNotifier *notifier);
62 static uint32_t chppNotifierGetSignal(struct ChppNotifier *notifier);
73 static uint32_t chppNotifierWait(struct ChppNotifier *notifier);
87 static uint32_t chppNotifierTimedWait(struct ChppNotifier *notifier,
100 static void chppNotifierSignal(struct ChppNotifier *notifier, uint32_t signal);
H A Dtransport.h439 struct ChppNotifier notifier; // Notifier for main thread
/aosp12/system/chre/chpp/platform/linux/
H A 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()