Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BRIGHTNESS_MIN
(Results
1 - 10
of
10
) sorted by relevance
/base/powermgr/display_manager/state_manager/service/native/src/
H
A
D
display_auto_brightness.cpp
24
const uint32_t DisplayAutoBrightness::
BRIGHTNESS_MIN
= DisplayParamHelper::GetMinBrightness();
member in OHOS::DisplayPowerMgr::DisplayAutoBrightness
33
const uint32_t DisplayAutoBrightness::TRANSFORM_NODE_BRIGHTNESS_FIRST = static_cast<uint32_t>(
BRIGHTNESS_MIN
+
34
TRANSFORM_NODE_BRIGHTNESS_FIRST_PER * (BRIGHTNESS_MAX -
BRIGHTNESS_MIN
));
35
const uint32_t DisplayAutoBrightness::TRANSFORM_NODE_BRIGHTNESS_SECOND = static_cast<uint32_t>(
BRIGHTNESS_MIN
+
36
TRANSFORM_NODE_BRIGHTNESS_SECOND_PER * (BRIGHTNESS_MAX -
BRIGHTNESS_MIN
));
39
{TRANSFORM_NODE_LUX_START,
BRIGHTNESS_MIN
},
H
A
D
display_param_helper.cpp
37
int32_t value = SysParam::GetIntValue(KEY_MIN_BRIGHTNESS,
BRIGHTNESS_MIN
);
in GetMinBrightness()
H
A
D
display_power_mgr_service.cpp
54
const uint32_t DisplayPowerMgrService::
BRIGHTNESS_MIN
= DisplayParamHelper::GetMinBrightness();
member in OHOS::DisplayPowerMgr::DisplayPowerMgrService
78
BrightnessManager::Get().Init(BRIGHTNESS_MAX,
BRIGHTNESS_MIN
);
in Init()
414
return
BRIGHTNESS_MIN
;
in GetMinBrightness()
770
if (brightnessValue <
BRIGHTNESS_MIN
) {
in GetSafeBrightness()
772
brightnessValue =
BRIGHTNESS_MIN
;
in GetSafeBrightness()
788
if (static_cast<uint32_t>(
BRIGHTNESS_MIN
/ safeDiscount) > BRIGHTNESS_MAX) {
in GetSafeDiscount()
790
static_cast<uint32_t>(
BRIGHTNESS_MIN
/ safeDiscount), discount);
in GetSafeDiscount()
791
safeDiscount = static_cast<double>(
BRIGHTNESS_MIN
/ static_cast<double>(brightness));
in GetSafeDiscount()
826
} else if (brightness <
BRIGHTNESS_MIN
) {
in GetBrightnessFromLightScalar()
827
brightness =
BRIGHTNESS_MIN
;
in GetBrightnessFromLightScalar()
[all...]
/base/powermgr/display_manager/state_manager/service/native/include/
H
A
D
display_param_helper.h
39
static constexpr uint32_t
BRIGHTNESS_MIN
= 1;
member in OHOS::DisplayPowerMgr::DisplayParamHelper
H
A
D
display_auto_brightness.h
43
static const uint32_t
BRIGHTNESS_MIN
;
member in OHOS::DisplayPowerMgr::DisplayAutoBrightness
H
A
D
display_power_mgr_service.h
112
static const uint32_t
BRIGHTNESS_MIN
;
member in OHOS::DisplayPowerMgr::DisplayPowerMgrService
/base/powermgr/display_manager/brightness_manager/include/
H
A
D
brightness_param_helper.h
45
static constexpr uint32_t
BRIGHTNESS_MIN
= 1;
member in OHOS::DisplayPowerMgr::BrightnessParamHelper
/base/powermgr/display_manager/brightness_manager/src/
H
A
D
brightness_param_helper.cpp
37
int32_t value = SysParam::GetIntValue(KEY_MIN_BRIGHTNESS,
BRIGHTNESS_MIN
);
in GetMinBrightness()
/base/powermgr/display_manager/state_manager/interfaces/inner_api/native/include/
H
A
D
display_power_mgr_client.h
84
static constexpr uint32_t
BRIGHTNESS_MIN
{1};
/base/powermgr/display_manager/state_manager/frameworks/native/
H
A
D
display_power_mgr_client.cpp
179
RETURN_IF_WITH_RET(proxy == nullptr,
BRIGHTNESS_MIN
);
in GetMinBrightness()
Completed in 5 milliseconds