Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c147 static uint32_t mHostIntfTid; variable
344 mHostIntfTid = tid; in hostIntfRequest()
361 osEventSubscribe(mHostIntfTid, EVT_APP_START); in hostIntfRequest()
630 osEnqueuePrivateEvt(EVT_APP_START, NULL, NULL, mHostIntfTid); in initCompleteCallback()
661 osEnqueuePrivateEvt(EVT_LATENCY_TIMER, data, NULL, mHostIntfTid); in latencyTimerCallback()
781 osEventSubscribe(mHostIntfTid, sensorGetMyEventType(si->biasType)); in initSensors()
1183 osEventUnsubscribe(mHostIntfTid, EVT_APP_START); in onEvtAppStart()
1189 osEventSubscribe(mHostIntfTid, EVT_DEBUG_LOG); in onEvtAppStart()
1308 if (sensorRequestRateChange(mHostIntfTid, sensor->sensorHandle, cmd->rate, cmd->latency)) { in onConfigCmdEnableOne()
1335 if (sensorRequest(mHostIntfTid, sensor->sensorHandle, cmd->rate, cmd->latency)) { in onConfigCmdEnableAll()
[all …]