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

  /device/google/contexthub/sensorhal/
activity.h 51 virtual void OnActivityEvent(int sensorIndex, uint8_t eventIndex,
64 int sensorIndex;
  /device/google/contexthub/util/sensortest/
sensortest.cpp 96 int sensorIndex;
113 if ((sensorIndex = findSensorTypeInSensorList(atoi(argv[currArgumentIndex+1]))) < 0) {
123 .listIndex = sensorIndex,
131 .listIndex = sensorIndex,
146 if ((sensorIndex = findSensorTypeInSensorList(atoi(argv[currArgumentIndex+1]))) < 0) {
156 .listIndex = sensorIndex,
164 .listIndex = sensorIndex,
  /system/chre/core/
sensor_request_manager.cc 68 size_t sensorIndex = getSensorTypeArrayIndex(sensorType);
71 mSensorRequests[sensorIndex].sensor = std::move(sensors[i]);
94 size_t sensorIndex = getSensorTypeArrayIndex(sensorType);
95 sensorHandleIsValid = mSensorRequests[sensorIndex].sensor.has_value();
116 size_t sensorIndex = getSensorTypeArrayIndex(sensorType);
117 SensorRequests& requests = mSensorRequests[sensorIndex];
194 size_t sensorIndex = getSensorTypeArrayIndex(sensorType);
195 if (!mSensorRequests[sensorIndex].sensor.has_value()) {
206 const Sensor& sensor = mSensorRequests[sensorIndex].sensor.value();
227 size_t sensorIndex = getSensorTypeArrayIndex(sensorType)
    [all...]
  /system/chre/platform/slpi/
platform_sensor.cc 352 const sns_smgr_buffering_sample_index_s_v01& sensorIndex) {
356 sensorIndex.FirstSampleTimestamp);
363 header->readingCount = sensorIndex.SampleCount;
369 const sns_smgr_buffering_sample_index_s_v01& sensorIndex) {
370 populateSensorDataHeader(sensorType, &data->header, sensorIndex);
372 for (size_t i = 0; i < sensorIndex.SampleCount; i++) {
374 bufferingIndMsg.Samples[i + sensorIndex.FirstSampleIdx];
398 const sns_smgr_buffering_sample_index_s_v01& sensorIndex) {
399 populateSensorDataHeader(sensorType, &data->header, sensorIndex);
401 for (size_t i = 0; i < sensorIndex.SampleCount; i++)
    [all...]

Completed in 3471 milliseconds