HomeSort by relevance Sort by last modified time
    Searched refs:toTid (Results 1 - 6 of 6) sorted by null

  /device/google/contexthub/firmware/os/inc/
seos_priv.h 85 uint32_t toTid;
106 uint16_t toTid;
seos.h 161 bool osEnqueuePrivateEvt(uint32_t evtType, void *evtData, EventFreeF evtFreeF, uint32_t toTid);
162 bool osEnqueuePrivateEvtAsApp(uint32_t evtType, void *evtData, uint32_t toTid);
165 uint32_t toTid);
syscallDo.h 65 static inline bool eOsEnqueuePrivateEvt(uint32_t evtType, void *evtData, uint32_t tidOfWhoWillFreeThisEvent, uint32_t toTid)
67 return syscallDo4P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_EVENTQ, SYSCALL_OS_MAIN_EVTQ_ENQUEUE_PRIVATE), evtType, evtData, tidOfWhoWillFreeThisEvent, toTid);
  /device/google/contexthub/firmware/os/core/
nanohub_chre.c 157 uint32_t toTid)
169 return osEnqueuePrivateEvtNew(evtType, evtData, evtFreeCallback, toTid);
177 uint32_t toTid = va_arg(args, uint32_t);
178 *retValP = osChreSendEvent(evtType, evtData, freeCallback, toTid);
seos.c 1021 task = osTaskFindByTid(da->privateEvt.toTid);
    [all...]
osApi.c 65 uint32_t toTid = va_arg(args, uint32_t);
67 *retValP = osEnqueuePrivateEvtAsApp(evtType, evtData, toTid);
283 thing->i2cAppCbkInfo.toTid = osGetCurrentTid();
300 tid = thing->i2cAppCbkInfo.toTid;

Completed in 132 milliseconds