Home
last modified time | relevance | path

Searched defs:workMonitor (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/
H A Dplatform_work_monitor.h29 static inline void chppWorkMonitorInit(struct ChppWorkMonitor *workMonitor) { in chppWorkMonitorInit()
34 static inline void chppWorkMonitorDeinit(struct ChppWorkMonitor *workMonitor) { in chppWorkMonitorDeinit()
39 struct ChppWorkMonitor *workMonitor) { in chppWorkMonitorPreProcess()
44 struct ChppWorkMonitor *workMonitor) { in chppWorkMonitorPostProcess()
/aosp12/system/chre/chpp/include/chpp/
H A Dtransport.h449 struct ChppWorkMonitor workMonitor; // Monitor used for the transport thread member