Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c1230 static bool osEventsSubscribeUnsubscribeV(bool sub, uint32_t numEvts, va_list ap) in osEventsSubscribeUnsubscribeV()
1255 static bool osEventsSubscribeUnsubscribe(bool sub, uint32_t numEvts, ...) in osEventsSubscribeUnsubscribe()
1279 bool osEventsSubscribe(uint32_t numEvts, ...) in osEventsSubscribe()
1291 bool osEventsUnsubscribe(uint32_t numEvts, ...) in osEventsUnsubscribe()
/device/google/contexthub/firmware/os/inc/
Dseos_priv.h96 uint8_t numEvts; member