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:cacheMgr_
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/display/composer/hdi_service/src/
H
A
D
display_composer_service.cpp
47
cacheMgr_
(nullptr),
in DisplayComposerService()
165
cacheMgr_
= DeviceCacheManager::GetInstance();
in LoadVdiV1_0()
166
CHECK_NULLPOINTER_RETURN_VALUE(
cacheMgr_
, HDF_FAILURE);
in LoadVdiV1_0()
167
cmdResponser_ = V1_2::HdiDisplayCmdResponser::Create(vdiImpl_,
cacheMgr_
);
in LoadVdiV1_0()
199
cacheMgr_
= DeviceCacheManager::GetInstance();
in LoadVdiV1_1()
200
CHECK_NULLPOINTER_RETURN_VALUE(
cacheMgr_
, HDF_FAILURE);
in LoadVdiV1_1()
201
cmdResponserV1_1_ = V1_2::HdiDisplayCmdResponser_1_1::CreateV1_1(vdiImplV1_1_,
cacheMgr_
);
in LoadVdiV1_1()
213
auto cacheMgr = reinterpret_cast<DisplayComposerService*>(data)->
cacheMgr_
;
in OnHotPlug()
269
CHECK_NULLPOINTER_RETURN_VALUE(
cacheMgr_
, HDF_FAILURE);
in SetClientBufferCacheCount()
270
std::lock_guard<std::mutex> lock(
cacheMgr_
in SetClientBufferCacheCount()
[all...]
/drivers/interface/display/composer/v1_0/display_command/
H
A
D
display_cmd_responser.h
77
cacheMgr_
(cacheMgr),
in DisplayCmdResponser()
375
if (
cacheMgr_
== nullptr) {
in SetDisplayClientBuffer()
379
std::lock_guard<std::mutex> lock(
cacheMgr_
->GetCacheMgrMutex());
in SetDisplayClientBuffer()
381
DeviceCache* devCache =
cacheMgr_
->DeviceCacheInstance(data.devId);
in SetDisplayClientBuffer()
496
cacheMgr_
->Dump();
in OnCommit()
831
DISPLAY_CHECK(
cacheMgr_
== nullptr, return HDF_FAILURE);
in SetLayerBuffer()
832
std::lock_guard<std::mutex> lock(
cacheMgr_
->GetCacheMgrMutex());
in SetLayerBuffer()
835
devCache =
cacheMgr_
->DeviceCacheInstance(data.devId);
in SetLayerBuffer()
1137
std::shared_ptr<DeviceCacheManager>
cacheMgr_
;
member in OHOS::HDI::Display::Composer::V1_0::DisplayCmdResponser
/drivers/peripheral/display/composer/hdi_service/include/
H
A
D
display_composer_service.h
99
std::shared_ptr<DeviceCacheManager>
cacheMgr_
;
member in OHOS::HDI::Display::Composer::DisplayComposerService
/drivers/interface/display/composer/v1_2/display_command/
H
A
D
display_cmd_responser.h
179
cacheMgr_
->Dump();
in CommitInfoDump()
320
using BaseType1_1::
cacheMgr_
;
Completed in 5 milliseconds