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:allBuffers_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/surface_lite/frameworks/
H
A
D
buffer_queue.cpp
51
for (iterBuffer =
allBuffers_
.begin(); iterBuffer !=
allBuffers_
.end(); ++iterBuffer) {
in ~BufferQueue()
59
allBuffers_
.clear();
in ~BufferQueue()
82
GRAPHIC_LOGI("has alloced %d buffer, could not alloc more.",
allBuffers_
.size());
in NeedAttach()
105
allBuffers_
.push_back(buffer);
in NeedAttach()
155
for (iterBuffer =
allBuffers_
.begin(); iterBuffer !=
allBuffers_
.end(); ++iterBuffer) {
in GetBuffer()
210
allBuffers_
.remove(buffer);
in Detach()
245
if (
allBuffers_
.size() > queueSize_) {
in ReleaseBuffer()
286
allBuffers_
in Reset()
[all...]
/foundation/multimedia/media_foundation/engine/scene/common/
H
A
D
data_stream_impl.cpp
29
allBuffers_
.emplace_back(buffer);
in DataStreamImpl()
55
for (size_t i = 0; i <
allBuffers_
.size(); i++) {
in QueueEmptyBuffer()
56
if (
allBuffers_
[i]->GetAddress() == address) {
in QueueEmptyBuffer()
57
emptyBuffers_.push(
allBuffers_
[i]);
in QueueEmptyBuffer()
H
A
D
data_stream_impl.h
44
std::vector<std::shared_ptr<DataBuffer>>
allBuffers_
{}; // keep all buffers
/foundation/graphic/surface_lite/interfaces/innerkits/
H
A
D
buffer_queue.h
219
std::list<SurfaceBufferImpl *>
allBuffers_
;
member in OHOS::BufferQueue
Completed in 2 milliseconds