HomeSort by relevance Sort by last modified time
    Searched refs:SENS_TYPE_VSYNC (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/inc/
sensType.h 55 #define SENS_TYPE_VSYNC 31
  /device/google/contexthub/firmware/src/drivers/vsync/
vsync.c 114 if (!osEnqueueEvtOrFree(EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(SENS_TYPE_VSYNC), ev, vsyncFreeEvt)) {
143 .sensorType = SENS_TYPE_VSYNC,
180 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_VSYNC), SENSOR_DATA_EVENT_FLUSH, NULL);
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 139 cmd->sensorType = SENS_TYPE_VSYNC;
  /device/google/contexthub/sensorhal/
hubconnection.cpp 173 mSensorState[COMMS_SENSOR_SYNC].sensorType = SENS_TYPE_VSYNC;
830 case SENS_TYPE_TO_EVENT(SENS_TYPE_VSYNC):
    [all...]

Completed in 90 milliseconds