Home
last modified time | relevance | path

Searched refs:SENSOR (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/1/android/hardware/light/
H A DBrightnessMode.aidl22 SENSOR = 1, enumConstant
/aosp12/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/current/android/hardware/light/
H A DBrightnessMode.aidl22 SENSOR = 1, enumConstant
/aosp12/hardware/interfaces/light/aidl/android/hardware/light/
H A DBrightnessMode.aidl31 SENSOR = 1, enumConstant
/aosp12/frameworks/base/services/core/java/com/android/server/lights/
H A DLogicalLight.java50 public static final int BRIGHTNESS_MODE_SENSOR = Brightness.SENSOR;
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
H A DDataspace.aidl71 SENSOR = 4097, enumConstant
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
H A DDataspace.aidl87 SENSOR = 4097, enumConstant
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
H A DDataspace.aidl71 SENSOR = 4097, enumConstant
/aosp12/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
H A DDataspace.aidl604 SENSOR = 0x1001, enumConstant
/aosp12/system/chre/apps/test/common/chre_cross_validator_sensor/src/
H A Dchre_cross_validator_sensor_manager.cc62 case CrossValidatorType::SENSOR: in cleanup()
357 CrossValidatorType::SENSOR, sensorType, handle, chreGetTime(), in handleStartSensorMessage()
386 mCrossValidatorState = CrossValidatorState(CrossValidatorType::SENSOR, 0, 0, in handleStartMessage()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DCommonTypes_test.cpp183 static_assert(static_cast<uint32_t>(AidlDataspace::SENSOR) ==
184 static_cast<uint32_t>(HidlDataspace::SENSOR));
/aosp12/system/chre/apps/test/common/chre_cross_validator_sensor/inc/
H A Dchre_cross_validator_sensor_manager.h63 enum class CrossValidatorType { SENSOR }; enumerator
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp60 brightness != static_cast<jint>(Brightness::SENSOR) && in validate()
/aosp12/hardware/google/interfaces/light/1.0/default/
H A DLight.cpp40 static_assert(BRIGHTNESS_MODE_SENSOR == static_cast<int>(Brightness::SENSOR),
/aosp12/hardware/google/interfaces/light/1.1/default/
H A DLight.cpp40 static_assert(BRIGHTNESS_MODE_SENSOR == static_cast<int>(Brightness::SENSOR),
/aosp12/hardware/interfaces/light/2.0/default/
H A DLight.cpp40 static_assert(BRIGHTNESS_MODE_SENSOR == static_cast<int>(Brightness::SENSOR),
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsStopwatchTimerTest.java38 null, BatteryStats.SENSOR, null, timeBase); in testCount()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.h39 SENSOR, enumerator
H A DEntry.cpp265 : EventEntry(id, Type::SENSOR, eventTime, policyFlags), in SensorEntry()
H A DInputDispatcher.cpp853 case EventEntry::Type::SENSOR: { in dispatchOnceInnerLocked()
984 case EventEntry::Type::SENSOR: in enqueueInboundEventLocked()
997 if (entry->type != EventEntry::Type::SENSOR) { in addRecentEventLocked()
1126 case EventEntry::Type::SENSOR: { in dropInboundEventLocked()
1546 if (entry->type == EventEntry::Type::SENSOR) { in flushSensor()
1773 case EventEntry::Type::SENSOR: in getTargetDisplayId()
2783 case EventEntry::Type::SENSOR: in pokeUserActivityLocked()
3011 case EventEntry::Type::SENSOR: { in enqueueDispatchEntryLocked()
3244 case EventEntry::Type::SENSOR: { in startDispatchCycleLocked()
3555 case EventEntry::Type::SENSOR: { in synthesizeCancelationEventsForConnectionLocked()
[all …]
/aosp12/hardware/interfaces/light/2.0/
H A Dtypes.hal52 SENSOR,
/aosp12/frameworks/native/services/sensorservice/
H A DSensorDirectConnection.cpp88 proto->write(SensorProto::SENSOR, i.first); in dump()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp332 if (deviceClasses.test(InputDeviceClass::SENSOR)) { in getAbsAxisUsage()
340 return InputDeviceClass::SENSOR; in getAbsAxisUsage()
438 if (classes.test(InputDeviceClass::SENSOR)) { in configureFd()
2044 device->classes |= InputDeviceClass::SENSOR; in openDeviceLocked()
2075 InputDeviceClass::SENSOR)) { in openDeviceLocked()
H A DInputDevice.cpp217 if (classes.test(InputDeviceClass::SENSOR)) { in addEventHubDevice()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSensorInputMapper.cpp136 .test(InputDeviceClass::SENSOR))) { in configure()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h131 SENSOR = 0x00002000, enumerator

12