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
defs:pool
(Results
26 - 33
of
33
) sorted by relevance
1
2
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec.cpp
584
vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
in AllocateAvHardwareBuffers()
local
633
vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
in AllocateAvSharedBuffers()
local
681
vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
in AllocateAvSurfaceBuffers()
local
797
vector<BufferInfo>&
pool
in FindBufferInfoByID()
local
809
const vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
FindBufferIndexByID()
local
1119
vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
ReclaimBuffer()
local
1134
const vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
IsAllBufferOwnedByUsOrSurface()
local
1152
const vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
ClearBufferPool()
local
[all...]
H
A
D
hencoder.cpp
1133
vector<BufferInfo> &
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
in EraseBufferFromPool()
local
H
A
D
hdecoder.cpp
578
vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
in EraseBufferFromPool()
local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H
A
D
image_codec.cpp
408
vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
in AllocateHardwareBuffers()
local
452
vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
in AllocateSurfaceBuffers()
local
520
vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
in FindBufferInfoByID()
local
532
const vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
in FindBufferIndexByID()
local
737
vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
ReclaimBuffer()
local
752
const vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
IsAllBufferOwnedByUs()
local
780
const vector<BufferInfo>&
pool
= (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_;
ClearBufferPool()
local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_store_impl.cpp
129
auto
pool
= TaskExecutor::GetInstance().GetExecutor();
in AfterOpen()
local
2110
auto
pool
= TaskExecutor::GetInstance().GetExecutor();
in DoCloudSync()
local
H
A
D
sqlite_connection.cpp
405
auto
pool
= TaskExecutor::GetInstance().GetExecutor();
in ~SqliteConnection()
local
1233
auto
pool
= TaskExecutor::GetInstance().GetExecutor();
in Backup()
local
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_s_server.cpp
583
static int CheckAddressRange(DhcpAddressPool *
pool
)
in CheckAddressRange()
argument
599
void InitBindingRecoders(DhcpAddressPool *
pool
)
in InitBindingRecoders()
argument
624
InitLeaseFile(DhcpAddressPool *
pool
)
InitLeaseFile()
argument
799
Repending(DhcpAddressPool *
pool
, AddressBinding *binding)
Repending()
argument
832
Rebinding(DhcpAddressPool *
pool
, AddressBinding *binding)
Rebinding()
argument
896
GetBinding(DhcpAddressPool *
pool
, PDhcpMsgInfo received)
GetBinding()
argument
1043
GetYourIpAddress(PDhcpMsgInfo received, uint32_t *yourIpAddr, DhcpAddressPool *
pool
)
GetYourIpAddress()
argument
1085
NotBindingRequest(DhcpAddressPool *
pool
, PDhcpMsgInfo received, PDhcpMsgInfo reply)
NotBindingRequest()
argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_canvas_bridge.cpp
437
auto
pool
= paintChild->GetTaskPool();
in HandleWebglContext()
local
[all...]
Completed in 17 milliseconds
1
2