/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | AutoTileManager.java | 66 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 D | ConfigManagerUtil.cpp | 33 camParam = CameraParam::BRIGHTNESS; in convertToEvsCameraParam()
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | ConfigManagerUtil.cpp | 33 camParam = CameraParam::BRIGHTNESS; in convertToEvsCameraParam()
|
H A D | EvsV4lCamera.cpp | 875 case CameraParam::BRIGHTNESS: in convertToV4l2CID()
|
/aosp12/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
H A D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 564 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 D | qexif.h | 298 BRIGHTNESS, enumerator 1437 #define EXIFTAGID_BRIGHTNESS CONSTRUCT_TAGID(BRIGHTNESS, _ID_BRIGHTNESS)
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | EventHub.cpp | 113 {"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 D | HwcHal.h | 282 IComposerClient::DisplayCapability::BRIGHTNESS) != capabilities.end(); in getDisplayBrightnessSupport()
|
/aosp12/hardware/interfaces/graphics/composer/2.3/ |
H A D | IComposerClient.hal | 68 BRIGHTNESS = 3, 506 * DisplayCapability::BRIGHTNESS as one of the display capabilities via getDisplayCapabilities.
|
/aosp12/frameworks/native/services/inputflinger/reader/include/ |
H A D | EventHub.h | 159 BRIGHTNESS = 0x00000001, enumerator
|
/aosp12/hardware/interfaces/automotive/evs/1.1/ |
H A D | types.hal | 139 BRIGHTNESS,
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 2112 .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 D | current.txt | 35 field public static final String EXTRA_BRIGHTNESS = "android.provider.extra.BRIGHTNESS";
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_session.cpp | 3422 outCapabilities[2] = static_cast<uint32_t>(HwcDisplayCapability::BRIGHTNESS); in GetDisplayCapabilities()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_session.cpp | 1371 outCapabilities[index++] = uint32_t(IComposerClient::DisplayCapability::BRIGHTNESS); in GetDisplayCapabilities()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProtoDumpUtil.java | 2824 SystemSettingsProto.Screen.BRIGHTNESS); in dumpProtoSystemSettingsLocked()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 1610 getHwComposer().hasDisplayCapability(*displayId, hal::DisplayCapability::BRIGHTNESS); in getDisplayBrightnessSupport()
|