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

  /system/chre/core/
sensor_type.cc 45 case SensorType::Proximity:
46 return "Proximity";
100 return SensorType::Proximity;
140 case SensorType::Proximity:
202 case SensorType::Proximity:
248 || sensorType == SensorType::Proximity
  /device/google/contexthub/util/nanotool/
apptohostevent.cpp 67 case SensorType::Proximity:
contexthub.h 52 Proximity,
androidcontexthub.cpp 54 std::make_tuple("proximity", SensorType::Proximity),
125 case SensorType::Proximity: {
126 // Proximity might be an int32 array with 4 values (CRGB) or a single
sensorevent.cpp 57 case SensorType::Proximity:
contexthub.cpp 55 { SensorType::Proximity, "prox" },
472 case SensorType::Proximity: {
  /system/chre/core/include/chre/core/
sensor_type.h 50 Proximity,
  /system/chre/core/tests/
sensor_request_test.cc 36 sensorType = SensorType::Proximity;
39 EXPECT_EQ(sensorType, SensorType::Proximity);
  /system/chre/platform/slpi/see/
platform_sensor.cc 75 "proximity",
108 } else if (strcmp(dataType, "proximity") == 0) {
109 sensorType = SensorType::Proximity;
  /system/chre/platform/slpi/smgr/
platform_sensor.cc 179 return SensorType::Proximity;
    [all...]

Completed in 186 milliseconds