Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c146 static uint32_t mHostIntfTid; variable
343 mHostIntfTid = tid; in hostIntfRequest()
360 osEventSubscribe(mHostIntfTid, EVT_APP_START); in hostIntfRequest()
629 osEnqueuePrivateEvt(EVT_APP_START, NULL, NULL, mHostIntfTid); in initCompleteCallback()
660 osEnqueuePrivateEvt(EVT_LATENCY_TIMER, data, NULL, mHostIntfTid); in latencyTimerCallback()
769 osEventSubscribe(mHostIntfTid, sensorGetMyEventType(si->biasType)); in initSensors()
1153 osEventUnsubscribe(mHostIntfTid, EVT_APP_START); in onEvtAppStart()
1154 osEventSubscribe(mHostIntfTid, EVT_NO_SENSOR_CONFIG_EVENT); in onEvtAppStart()
1155 osEventSubscribe(mHostIntfTid, EVT_APP_TO_SENSOR_HAL_DATA); in onEvtAppStart()
1156 osEventSubscribe(mHostIntfTid, EVT_APP_TO_HOST); in onEvtAppStart()
[all …]