Home
last modified time | relevance | path

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

/system/chre/chpp/platform/linux/include/chpp/platform/
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,
64 void chppPlatformNotifierSignal(struct ChppNotifier *notifier, uint32_t signal);
66 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()
[all …]
Dplatform_link.h50 struct ChppNotifier notifier;
53 struct ChppNotifier rxNotifier;
/system/chre/chpp/include/chpp/
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,
102 static void chppNotifierSignal(struct ChppNotifier *notifier, uint32_t signal);
Dtransport.h417 struct ChppNotifier notifier; // Notifier for main thread
/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()
Dlink.c35 struct ChppNotifier gCycleSendThreadNotifier;
/system/chre/chpp/test/
Dapp_notification_test.cpp75 struct ChppNotifier notifier;
142 struct ChppNotifier notifier;
Dapp_req_resp_test.cpp79 struct ChppNotifier notifier;