Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DhostIntf.c74 uint8_t sensType; member
516 …if (buffer->sensType > SENS_TYPE_INVALID && buffer->sensType <= SENS_TYPE_LAST_USER && mSensorList… in hostIntfPacketDequeue()
517 sensor = mActiveSensorTable + mSensorList[buffer->sensType - 1]; in hostIntfPacketDequeue()
548 …if (buffer->sensType > SENS_TYPE_INVALID && buffer->sensType <= SENS_TYPE_LAST_USER && mSensorList… in hostIntfPacketDequeue()
549 sensor = mActiveSensorTable + mSensorList[buffer->sensType - 1]; in hostIntfPacketDequeue()
580 …if (buffer->sensType > SENS_TYPE_INVALID && buffer->sensType <= SENS_TYPE_LAST_USER && mSensorList… in queueDiscard()
581 sensor = mActiveSensorTable + mSensorList[buffer->sensType - 1]; in queueDiscard()
694 mActiveSensorTable[j].buffer.sensType = i; in initSensors()
701 mActiveSensorTable[j].buffer.sensType = si->rawType; in initSensors()
1037 buffer->sensType = cmd->sensType; in fakeFlush()
[all …]
DnanohubCommand.c700 if (packet->sensType == SENS_TYPE_INVALID) { in fillBuffer()
718 packet->evtType = htole32(EVT_NO_FIRST_SENSOR_EVENT + packet->sensType); in fillBuffer()
/device/google/contexthub/firmware/inc/
DhostIntf.h46 uint8_t sensType; member
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dplatform.c140 userData->sensType = SENS_TYPE_INVALID; in platLogAllocUserData()