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:isShared_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_surface/surface/src/
H
A
D
buffer_queue.cpp
82
: name_(name), uniqueId_(GetUniqueIdImpl()),
isShared_
(isShared), isLocalRender_(IsLocalRender())
in BufferQueue()
85
if (
isShared_
== true) {
in BufferQueue()
129
if (
isShared_
== true && GetUsedSize() > 0) {
in PopFromFreeListLocked()
166
if (
isShared_
== true && GetUsedSize() > 0) {
in PopFromDirtyListLocked()
426
if (
isShared_
) {
in ReallocBufferLocked()
481
if (needRealloc ||
isShared_
|| producerCacheClean_ || retval.buffer->GetConsumerAttachBufferFlag()) {
in ReuseBuffer()
511
if (
isShared_
) {
in CancelBuffer()
547
if (
isShared_
== false) {
in CheckBufferQueueCache()
843
if (
isShared_
|| expectPresentTimestamp <= 0) {
in AcquireBuffer()
978
if (
isShared_
in ReleaseBuffer()
[all...]
H
A
D
consumer_surface.cpp
46
: name_(name),
isShared_
(isShared)
in ConsumerSurface()
68
sptr<BufferQueue> queue_ = new BufferQueue(name_,
isShared_
);
in Init()
/foundation/multimedia/av_codec/test/unittest/filter_test/
H
A
D
video_capture_filter_unit_test.h
150
bool
isShared_
= false;
member in OHOS::Media::Pipeline::MockAVBufferQueueProducer::MockConsumerSurface
H
A
D
video_capture_filter_unit_test.cpp
358
sptr<BufferQueue> queue_ = new BufferQueue(surf->name_, surf->
isShared_
);
in CreateSurfaceAsConsumer()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_client_service.cpp
56
:
isShared_
(isShared),
in ClientApplication()
64
:
isShared_
(src.
isShared_
),
in ClientApplication()
73
bool
isShared_
;
member
/foundation/graphic/graphic_surface/surface/include/
H
A
D
buffer_queue.h
263
bool
isShared_
= false;
member in BufferQueue
H
A
D
consumer_surface.h
255
bool
isShared_
= false;
member in OHOS::ConsumerSurface
Completed in 9 milliseconds