Searched defs:sensorIndex (Results 1 - 2 of 2) sorted by relevance

/system/chre/core/
H A Dsensor_request_manager.cc76 size_t sensorIndex = getSensorTypeArrayIndex(sensorType); local
79 mSensorRequests[sensorIndex].sensor =
101 size_t sensorIndex = getSensorTypeArrayIndex(sensorType); local
102 sensorHandleIsValid = mSensorRequests[sensorIndex].sensor.isValid();
123 size_t sensorIndex = getSensorTypeArrayIndex(sensorType); local
124 SensorRequests& requests = mSensorRequests[sensorIndex];
209 size_t sensorIndex = getSensorTypeArrayIndex(sensorType); local
210 const Sensor& sensor = mSensorRequests[sensorIndex].sensor;
227 size_t sensorIndex = getSensorTypeArrayIndex(sensorType); local
228 SensorRequests& requests = mSensorRequests[sensorIndex];
246 size_t sensorIndex = getSensorTypeArrayIndex(sensorType); local
[all...]
/system/chre/platform/slpi/
H A Dplatform_sensor.cc289 const sns_smgr_buffering_sample_index_s_v01& sensorIndex) {
291 sensorIndex.FirstSampleTimestamp);
295 header->readingCount = sensorIndex.SampleCount;
303 const sns_smgr_buffering_sample_index_s_v01& sensorIndex) {
304 populateSensorDataHeader(sensorType, &data->header, sensorIndex);
306 for (size_t i = 0; i < sensorIndex.SampleCount; i++) {
308 gSmgrBufferingIndMsg.Samples[i + sensorIndex.FirstSampleIdx];
334 const sns_smgr_buffering_sample_index_s_v01& sensorIndex) {
335 populateSensorDataHeader(sensorType, &data->header, sensorIndex);
337 for (size_t i = 0; i < sensorIndex
287 populateSensorDataHeader( SensorType sensorType, chreSensorDataHeader *header, const sns_smgr_buffering_sample_index_s_v01& sensorIndex) argument
301 populateThreeAxisEvent( SensorType sensorType, chreSensorThreeAxisData *data, const sns_smgr_buffering_sample_index_s_v01& sensorIndex) argument
332 populateFloatEvent( SensorType sensorType, chreSensorFloatData *data, const sns_smgr_buffering_sample_index_s_v01& sensorIndex) argument
351 populateByteEvent( SensorType sensorType, chreSensorByteData *data, const sns_smgr_buffering_sample_index_s_v01& sensorIndex) argument
373 populateOccurrenceEvent( SensorType sensorType, chreSensorOccurrenceData *data, const sns_smgr_buffering_sample_index_s_v01& sensorIndex) argument
391 allocateAndPopulateEvent( SensorType sensorType, const sns_smgr_buffering_sample_index_s_v01& sensorIndex) argument
544 const sns_smgr_buffering_sample_index_s_v01& sensorIndex = local
[all...]

Completed in 38 milliseconds