Searched refs:three (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/app/chre/common/ |
D | chre10_app.c | 57 struct chreSensorThreeAxisData three; in processTripleAxisData() local 59 initDataHeader(&three.header, src->referenceTime, sensorHandle); in processTripleAxisData() 60 three.readings[0].timestampDelta = 0; in processTripleAxisData() 64 three.header.baseTimestamp += src->samples[i].deltaTime; in processTripleAxisData() 65 three.readings[0].x = src->samples[i].x; in processTripleAxisData() 66 three.readings[0].y = src->samples[i].y; in processTripleAxisData() 67 three.readings[0].z = src->samples[i].z; in processTripleAxisData() 69 … nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &three); in processTripleAxisData()
|
D | chre_app.c | 57 struct chreSensorThreeAxisData three; in processTripleAxisData() local 59 initDataHeader(&three.header, src->referenceTime, sensorHandle); in processTripleAxisData() 60 three.readings[0].timestampDelta = 0; in processTripleAxisData() 64 three.header.baseTimestamp += src->samples[i].deltaTime; in processTripleAxisData() 65 three.readings[0].x = src->samples[i].x; in processTripleAxisData() 66 three.readings[0].y = src->samples[i].y; in processTripleAxisData() 67 three.readings[0].z = src->samples[i].z; in processTripleAxisData() 69 … nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &three); in processTripleAxisData()
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 1093 bool one, rawThree, three; in processBuf() local 1101 one = three = rawThree = false; in processBuf() 1114 three = true; in processBuf() 1125 three = true; in processBuf() 1131 three = true; in processBuf() 1173 three = true; in processBuf() 1198 three = true; in processBuf() 1203 three = true; in processBuf() 1208 three = true; in processBuf() 1213 three = true; in processBuf() [all …]
|
/device/sample/frameworks/PlatformLibrary/ |
D | README.txt | 24 There are three major parts of this example, supplying three distinct
|