Searched refs:mHostIntfTid (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/src/ |
D | hostIntf.c | 131 static uint32_t mHostIntfTid; variable 312 mHostIntfTid = tid; in hostIntfRequest() 327 osEventSubscribe(mHostIntfTid, EVT_APP_START); in hostIntfRequest() 572 osEnqueuePrivateEvt(EVT_APP_START, NULL, NULL, mHostIntfTid); in initCompleteCallback() 605 osEnqueuePrivateEvt(EVT_LATENCY_TIMER, data, NULL, mHostIntfTid); in latencyTimerCallback() 706 osEventSubscribe(mHostIntfTid, sensorGetMyEventType(si->biasType)); in initSensors() 1060 osEventUnsubscribe(mHostIntfTid, EVT_APP_START); in hostIntfHandleEvent() 1061 osEventSubscribe(mHostIntfTid, EVT_NO_SENSOR_CONFIG_EVENT); in hostIntfHandleEvent() 1062 osEventSubscribe(mHostIntfTid, EVT_APP_TO_HOST); in hostIntfHandleEvent() 1064 osEventSubscribe(mHostIntfTid, EVT_DEBUG_LOG); in hostIntfHandleEvent() [all …]
|