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 43 case SensorType::Proximity:
44 return "Proximity";
95 return SensorType::Proximity;
127 case SensorType::Proximity:
164 case SensorType::Proximity:
197 sensorType == SensorType::Proximity);
  /device/google/contexthub/util/nanotool/
apptohostevent.cpp 61 case SensorType::Proximity:
contexthub.h 52 Proximity,
androidcontexthub.cpp 53 std::make_tuple("proximity", SensorType::Proximity),
105 case SensorType::Proximity: {
106 // 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" },
471 case SensorType::Proximity: {
  /system/chre/core/include/chre/core/
sensor_request.h 57 Proximity,
  /system/chre/core/tests/
sensor_request_test.cc 35 sensorType = SensorType::Proximity;
38 EXPECT_EQ(sensorType, SensorType::Proximity);
  /system/chre/platform/slpi/
platform_sensor.cc 113 return SensorType::Proximity;
    [all...]

Completed in 534 milliseconds