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:ProducerSurface
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_surface/surface/src/
H
A
D
producer_surface.cpp
38
sptr<
ProducerSurface
> surf = new
ProducerSurface
(producer);
in CreateSurfaceAsProducer()
49
ProducerSurface
::
ProducerSurface
(sptr<IBufferProducer>& producer)
in ProducerSurface()
function in OHOS::ProducerSurface
61
BLOGD("
ProducerSurface
ctor");
in ProducerSurface()
64
ProducerSurface
::~
ProducerSurface
()
in ~ProducerSurface()
66
BLOGD("~
ProducerSurface
dtor, name: %{public}s, uniqueId: %{public}" PRIu64 ".", name_.c_str(), queueId_);
in ~ProducerSurface()
72
GSError
ProducerSurface
::GetProducerInitInfo(ProducerInitInfo& info)
in GetProducerInitInfo()
80
GSError
ProducerSurface
[all...]
/foundation/multimedia/image_effect/test/unittest/mock/include/
H
A
D
mock_producer_surface.h
26
class MockProducerSurface : public
ProducerSurface
{
/foundation/multimedia/image_effect/test/unittest/mock/src/
H
A
D
mock_producer_surface.cpp
57
MockProducerSurface::MockProducerSurface(sptr<IBufferProducer>& producer) :
ProducerSurface
(producer)
in MockProducerSurface()
/foundation/graphic/graphic_surface/surface/include/
H
A
D
producer_surface.h
34
class
ProducerSurface
: public Surface {
class
36
ProducerSurface
(sptr<IBufferProducer>& producer);
37
virtual ~
ProducerSurface
();
/foundation/multimedia/image_effect/test/unittest/
H
A
D
TestImageEffect.cpp
425
sptr<
ProducerSurface
> surf = new(std::nothrow) MockProducerSurface(producer);
in HWTEST_F()
H
A
D
native_image_effect_unittest.cpp
139
sptr<
ProducerSurface
> surf = new(std::nothrow) MockProducerSurface(producer);
in SetUpTestCase()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
producer_surface_test.cpp
62
sptr<
ProducerSurface
> surface_ = nullptr;
85
surface_ = new
ProducerSurface
(producer);
in SetUp()
96
* Function:
ProducerSurface
Completed in 8 milliseconds