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

  /frameworks/native/services/sensorservice/
RotationVectorSensor.cpp 37 .type = getSensorType(),
58 outEvent->type = getSensorType();
73 int RotationVectorSensor::getSensorType() const {
  /system/chre/core/
sensor.cc 31 SensorType Sensor::getSensorType() const {
32 return isValid() ? mPlatformSensor->getSensorType() : SensorType::Unknown;
  /system/chre/platform/linux/
platform_sensor.cc 49 SensorType PlatformSensor::getSensorType() const {
  /system/chre/platform/slpi/
platform_sensor.cc     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]

Completed in 117 milliseconds