Home
last modified time | relevance | path

Searched refs:BRIGHTNESS (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java66 public static final String BRIGHTNESS = "reduce_brightness"; field in AutoTileManager
149 if (!mAutoTracker.isAdded(BRIGHTNESS) && mIsReduceBrightColorsAvailable) { in startControllersAndSettingsListeners()
355 if (mAutoTracker.isAdded(BRIGHTNESS)) return;
356 mHost.addTile(BRIGHTNESS);
357 mAutoTracker.setTileAdded(BRIGHTNESS);
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DConfigManagerUtil.cpp33 camParam = CameraParam::BRIGHTNESS; in convertToEvsCameraParam()
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DConfigManagerUtil.cpp33 camParam = CameraParam::BRIGHTNESS; in convertToEvsCameraParam()
H A DEvsV4lCamera.cpp875 case CameraParam::BRIGHTNESS: in convertToV4l2CID()
/aosp12/hardware/interfaces/graphics/composer/2.3/vts/functional/
H A DVtsHalGraphicsComposerV2_3TargetTest.cpp564 IComposerClient::DisplayCapability::BRIGHTNESS) != capabilities.end(); in TEST_P()
606 IComposerClient::DisplayCapability::BRIGHTNESS) != capabilities.end(); in TEST_P()
/aosp12/hardware/qcom/camera/msm8998/mm-image-codec/qexif/
H A Dqexif.h298 BRIGHTNESS, enumerator
1437 #define EXIFTAGID_BRIGHTNESS CONSTRUCT_TAGID(BRIGHTNESS, _ID_BRIGHTNESS)
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp113 {"brightness", InputLightClass::BRIGHTNESS},
121 {{InputLightClass::BRIGHTNESS, "brightness"},
1068 if (!base::ReadFileToString(it->second.path / LIGHT_NODES.at(InputLightClass::BRIGHTNESS), in getLightBrightness()
1127 LIGHT_NODES.at(InputLightClass::BRIGHTNESS))) { in setLightBrightness()
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
H A DHwcHal.h282 IComposerClient::DisplayCapability::BRIGHTNESS) != capabilities.end(); in getDisplayBrightnessSupport()
/aosp12/hardware/interfaces/graphics/composer/2.3/
H A DIComposerClient.hal68 BRIGHTNESS = 3,
506 * DisplayCapability::BRIGHTNESS as one of the display capabilities via getDisplayCapabilities.
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h159 BRIGHTNESS = 0x00000001, enumerator
/aosp12/hardware/interfaces/automotive/evs/1.1/
H A Dtypes.hal139 BRIGHTNESS,
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2112 .flags = InputLightClass::BRIGHTNESS, in TEST_F()
9083 .flags = InputLightClass::BRIGHTNESS, in TEST_F()
9102 .flags = InputLightClass::BRIGHTNESS | InputLightClass::RED, in TEST_F()
9107 .flags = InputLightClass::BRIGHTNESS | InputLightClass::GREEN, in TEST_F()
9112 .flags = InputLightClass::BRIGHTNESS | InputLightClass::BLUE, in TEST_F()
9133 .flags = InputLightClass::BRIGHTNESS | in TEST_F()
9155 .flags = InputLightClass::BRIGHTNESS, in TEST_F()
9160 .flags = InputLightClass::BRIGHTNESS, in TEST_F()
9165 .flags = InputLightClass::BRIGHTNESS, in TEST_F()
9170 .flags = InputLightClass::BRIGHTNESS, in TEST_F()
/aosp12/packages/providers/MediaProvider/apex/framework/api/
H A Dcurrent.txt35 field public static final String EXTRA_BRIGHTNESS = "android.provider.extra.BRIGHTNESS";
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_session.cpp3422 outCapabilities[2] = static_cast<uint32_t>(HwcDisplayCapability::BRIGHTNESS); in GetDisplayCapabilities()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_session.cpp1371 outCapabilities[index++] = uint32_t(IComposerClient::DisplayCapability::BRIGHTNESS); in GetDisplayCapabilities()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java2824 SystemSettingsProto.Screen.BRIGHTNESS); in dumpProtoSystemSettingsLocked()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1610 getHwComposer().hasDisplayCapability(*displayId, hal::DisplayCapability::BRIGHTNESS); in getDisplayBrightnessSupport()