Searched defs:three (Results 1 - 3 of 3) sorted by relevance

/device/google/contexthub/firmware/app/chre/common/
H A Dchre10_app.c57 struct chreSensorThreeAxisData three; local
59 initDataHeader(&three.header, src->referenceTime, sensorHandle);
60 three.readings[0].timestampDelta = 0;
64 three.header.baseTimestamp += src->samples[i].deltaTime;
65 three.readings[0].x = src->samples[i].x;
66 three.readings[0].y = src->samples[i].y;
67 three.readings[0].z = src->samples[i].z;
69 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &three);
H A Dchre_app.c57 struct chreSensorThreeAxisData three; local
59 initDataHeader(&three.header, src->referenceTime, sensorHandle);
60 three.readings[0].timestampDelta = 0;
64 three.header.baseTimestamp += src->samples[i].deltaTime;
65 three.readings[0].x = src->samples[i].x;
66 three.readings[0].y = src->samples[i].y;
67 three.readings[0].z = src->samples[i].z;
69 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &three);
/device/google/contexthub/sensorhal/
H A Dhubconnection.cpp1140 bool one, rawThree, three; local
1148 one = three = rawThree = false;
1161 three = true;
1172 three = true;
1178 three = true;
1220 three = true;
1245 three = true;
1250 three = true;
1255 three = true;
1260 three
[all...]

Completed in 35 milliseconds