Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DhostIntf.h48 uint8_t dataType; member
/device/google/contexthub/firmware/src/
DhostIntf.c1071 data->dataType = HOSTINTF_DATA_TYPE_RESET_REASON; in hostIntfHandleEvent()
1084 data->dataType = HOSTINTF_DATA_TYPE_APP_TO_HOST; in hostIntfHandleEvent()
1098 if (data->sensType == SENS_TYPE_INVALID && data->dataType == HOSTINTF_DATA_TYPE_LOG) { in hostIntfHandleEvent()
DnanohubCommand.c701 switch (packet->dataType) { in fillBuffer()
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dplatform.c142 userData->dataType = HOSTINTF_DATA_TYPE_LOG; in platLogAllocUserData()