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

  /system/chre/core/
sensor_request.cc 58 case SensorType::Proximity:
59 return "Proximity";
110 return SensorType::Proximity;
142 case SensorType::Proximity:
179 case SensorType::Proximity:
212 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_request.h 61 Proximity,
  /system/chre/core/tests/
sensor_request_test.cc 36 sensorType = SensorType::Proximity;
39 EXPECT_EQ(sensorType, SensorType::Proximity);
  /system/chre/platform/slpi/
platform_sensor.cc 173 return SensorType::Proximity;
    [all...]

Completed in 245 milliseconds