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:gralloc_
(Results
1 - 4
of
4
) sorted by relevance
/test/xts/hats/hdf/display/composer/common/
H
A
D
hdi_test_device.h
42
return
gralloc_
;
in GetGrallocInterface()
59
std::shared_ptr<IDisplayBuffer>
gralloc_
= nullptr;
member in OHOS::HDI::Display::TEST::HdiTestDevice
H
A
D
hdi_test_device.cpp
50
gralloc_
.reset(IDisplayBuffer::Get());
in InitDevice()
51
DISPLAY_TEST_CHK_RETURN((
gralloc_
== nullptr), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("get IDisplayBuffer failed"));
in InitDevice()
/test/xts/hats/hdf/codec/benchmarktest/
H
A
D
codec_benchmark_omx_test.cpp
57
static IDisplayBuffer *
gralloc_
= nullptr;
member
130
gralloc_
= IDisplayBuffer::Get();
in SetUp()
146
gralloc_
= nullptr;
in TearDown()
/test/xts/hats/hdf/codec/hdi_omx/
H
A
D
codec_hdi_omx_test.cpp
53
static IDisplayBuffer *
gralloc_
= nullptr;
member
89
if (bufferHandle != nullptr &&
gralloc_
!= nullptr) {
in ~BufferInfo()
90
gralloc_
->FreeMem(*bufferHandle);
in ~BufferInfo()
201
ASSERT_TRUE(
gralloc_
!= nullptr);
in InitBufferHandle()
207
auto err =
gralloc_
->AllocMem(alloc, *bufferHandle);
in InitBufferHandle()
222
gralloc_
= IDisplayBuffer::Get();
in SetUpTestCase()
Completed in 4 milliseconds