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:Allocator
(Results
1 - 9
of
9
) sorted by relevance
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H
A
D
allocator.cpp
21
void
Allocator
::DumpBufferHandle(BufferHandle &handle) const
in DumpBufferHandle()
28
bool
Allocator
::IsYuv(PixelFormat format)
in IsYuv()
50
uint32_t
Allocator
::UpdatePixelInfo(BufferInfo &bufferInfo)
in UpdatePixelInfo()
85
int32_t
Allocator
::UpdateRGBStrideAndSize(BufferInfo &bufferInfo)
in UpdateRGBStrideAndSize()
93
int32_t
Allocator
::UpdateYuvStrideAndSize(BufferInfo &bufferInfo)
in UpdateYuvStrideAndSize()
122
int32_t
Allocator
::UpdateStrideAndSize(BufferInfo &bufferInfo)
in UpdateStrideAndSize()
131
int32_t
Allocator
::ConvertToBufferInfo(BufferInfo &bufferInfo, const AllocInfo &info)
in ConvertToBufferInfo()
146
int32_t
Allocator
::Init()
in Init()
152
int32_t
Allocator
::AllocMem(const AllocInfo &info, BufferHandle **handle)
in AllocMem()
183
int32_t
Allocator
[all...]
H
A
D
allocator_manager.h
31
Allocator
* GetAllocator(uint64_t usage);
35
std::shared_ptr<
Allocator
> frameBufferAllocator_ = nullptr;
36
std::shared_ptr<
Allocator
> allocator_ = nullptr;
H
A
D
allocator_manager.cpp
32
std::shared_ptr<
Allocator
> drmAllocator = std::make_shared<DrmAllocator>();
in Init()
38
std::shared_ptr<
Allocator
> fbAllocator = std::make_shared<FramebufferAllocator>();
in Init()
43
std::shared_ptr<
Allocator
> dmaBufferallocator = std::make_shared<DmaBufferHeapAllocator>();
in Init()
66
Allocator
* AllocatorManager::GetAllocator(uint64_t usage)
in GetAllocator()
H
A
D
allocator.h
56
class
Allocator
{
class
66
virtual ~
Allocator
() {}
in ~Allocator()
H
A
D
dmabufferheap_allocator.h
21
class DmaBufferHeapAllocator : public
Allocator
{
H
A
D
drm_allocator.h
22
class DrmAllocator : public
Allocator
{
H
A
D
framebuffer_allocator.h
23
class FramebufferAllocator : public
Allocator
{
H
A
D
framebuffer_allocator.cpp
181
Allocator
::FreeMem(handle);
in FreeMem()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H
A
D
hdf_sbuf_impl_hipc.cpp
377
class SbufAllocator : public
Allocator
{
Completed in 3 milliseconds