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:LightLuxBuffer
(Results
1 - 3
of
3
) sorted by relevance
/base/powermgr/display_manager/brightness_manager/include/
H
A
D
light_lux_buffer.h
26
class
LightLuxBuffer
{
class
28
explicit
LightLuxBuffer
(unsigned int initialCapacity = LUX_BUFFER_SIZE_DEFAULT);
29
virtual ~
LightLuxBuffer
();
30
LightLuxBuffer
(const
LightLuxBuffer
&) = delete;
31
LightLuxBuffer
& operator=(const
LightLuxBuffer
&) = delete;
32
LightLuxBuffer
(
LightLuxBuffer
&&) = delete;
33
LightLuxBuffer
[all...]
H
A
D
light_lux_manager.h
67
LightLuxBuffer
mLuxBuffer{};
68
LightLuxBuffer
mLuxBufferFilter{};
/base/powermgr/display_manager/brightness_manager/src/
H
A
D
light_lux_buffer.cpp
35
LightLuxBuffer
::
LightLuxBuffer
(unsigned int initialCapacity)
in LightLuxBuffer()
function in OHOS::DisplayPowerMgr::LightLuxBuffer
46
LightLuxBuffer
::~
LightLuxBuffer
()
in ~LightLuxBuffer()
59
int
LightLuxBuffer
::LuxBufferCheck()
in LuxBufferCheck()
80
int
LightLuxBuffer
::CopyLuxBuffer(int newSize)
in CopyLuxBuffer()
119
void
LightLuxBuffer
::Push(const int64_t timestamp, const float data)
in Push()
163
void
LightLuxBuffer
::Prune(const int64_t horizon)
in Prune()
185
void
LightLuxBuffer
::Clear()
in Clear()
192
float
LightLuxBuffer
[all...]
Completed in 2 milliseconds