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:FlushCache
(Results
1 - 25
of
29
) sorted by relevance
1
2
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H
A
D
display_gralloc.cpp
49
static int32_t
FlushCache
(BufferHandle *handle)
in FlushCache()
function
53
return AllocatorManager::GetInstance().GetAllocator(handle->usage)->
FlushCache
(*handle);
in FlushCache()
84
grallocFuncs->
FlushCache
=
FlushCache
;
in GrallocInitialize()
H
A
D
display_buffer_vdi_impl.h
37
virtual int32_t
FlushCache
(const BufferHandle& handle) const override;
H
A
D
display_buffer_vdi_impl.cpp
67
int32_t DisplayBufferVdiImpl::
FlushCache
(const BufferHandle& handle) const
in FlushCache()
function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
H
A
D
allocator.h
65
virtual int32_t
FlushCache
(BufferHandle &handle);
/drivers/peripheral/display/hdi_service/gralloc/client/
H
A
D
mapper_adapter.cpp
67
int32_t MapperAdapter::
FlushCache
(const BufferHandle& handle) const
in FlushCache()
function in OHOS::HDI::Display::V1_0::MapperAdapter
70
ret = mapperFuncs_->
FlushCache
(const_cast<BufferHandle *>(&handle));
in FlushCache()
H
A
D
mapper_adapter.h
35
int32_t
FlushCache
(const BufferHandle& handle) const;
H
A
D
display_gralloc_client.cpp
114
int32_t DisplayGrallocClient::
FlushCache
(const BufferHandle &handle) const
in FlushCache()
function in OHOS::HDI::Display::V1_0::DisplayGrallocClient
116
auto ret = mapperAdapter_->
FlushCache
(handle);
in FlushCache()
H
A
D
display_gralloc_client.h
39
int32_t
FlushCache
(const BufferHandle &handle) const override;
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
buffer_allocator_utils.cpp
93
RetCode BufferAllocatorUtils::
FlushCache
(std::shared_ptr<IBuffer>& buffer)
in FlushCache()
function in OHOS::Camera::BufferAllocatorUtils
97
return allocator->
FlushCache
(buffer);
in FlushCache()
H
A
D
buffer_allocator.cpp
44
RetCode BufferAllocator::
FlushCache
(std::shared_ptr<IBuffer>&)
in FlushCache()
function in OHOS::Camera::BufferAllocator
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H
A
D
buffer_allocator.h
37
RetCode
FlushCache
(std::shared_ptr<IBuffer>&) override;
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
ibuffer_allocator.h
48
virtual RetCode
FlushCache
(std::shared_ptr<IBuffer>&) = 0;
H
A
D
buffer_allocator_utils.h
46
static RetCode
FlushCache
(std::shared_ptr<IBuffer>& buffer);
/drivers/peripheral/display/interfaces/include/
H
A
D
display_gralloc.h
117
int32_t (*
FlushCache
)(BufferHandle *handle);
member
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
H
A
D
gralloc_buffer_allocator.cpp
161
RetCode GrallocBufferAllocator::
FlushCache
(std::shared_ptr<IBuffer>& buffer)
in FlushCache()
function in OHOS::Camera::GrallocBufferAllocator
164
CHECK_IF_PTR_NULL_RETURN_VALUE(grallocFuncs_->
FlushCache
, RC_ERROR);
in FlushCache()
172
if (grallocFuncs_->
FlushCache
(handle) != DISPLAY_SUCCESS) {
in FlushCache()
H
A
D
gralloc_buffer_allocator.h
38
RetCode
FlushCache
(std::shared_ptr<IBuffer>& buffer) override;
/drivers/interface/display/buffer/v1_0/include/
H
A
D
idisplay_buffer.h
101
virtual int32_t
FlushCache
(const BufferHandle& handle) const = 0;
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H
A
D
heap_buffer_allocator.h
38
RetCode
FlushCache
(std::shared_ptr<IBuffer>&) override;
/drivers/peripheral/display/hdi_service/gralloc/include/
H
A
D
idisplay_gralloc.h
108
virtual int32_t
FlushCache
(const BufferHandle &handle) const = 0;
/drivers/peripheral/display/buffer/hdi_service/src/
H
A
D
mapper_service.cpp
151
int32_t MapperService::
FlushCache
(const sptr<NativeBuffer>& handle)
in FlushCache()
function in OHOS::HDI::Display::Buffer::V1_0::MapperService
159
int32_t ret = vdiImpl_->
FlushCache
(*buffer);
in FlushCache()
/drivers/peripheral/display/buffer/hdi_service/include/
H
A
D
mapper_service.h
40
int32_t
FlushCache
(const sptr<NativeBuffer>& handle) override;
H
A
D
idisplay_buffer_vdi.h
95
virtual int32_t
FlushCache
(const BufferHandle& handle) const = 0;
/drivers/peripheral/display/buffer/vdi_base/include/
H
A
D
display_buffer_vdi_impl.h
38
virtual int32_t
FlushCache
(const BufferHandle& handle) const override;
/drivers/peripheral/display/buffer/vdi_base/src/
H
A
D
display_buffer_vdi_impl.cpp
67
int32_t DisplayBufferVdiImpl::
FlushCache
(const BufferHandle& handle) const
in FlushCache()
function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
/drivers/interface/display/buffer/v1_0/hdi_impl/
H
A
D
display_buffer_hdi_impl.h
171
int32_t
FlushCache
(const BufferHandle& handle) const override
177
int32_t ret = mapper_->
FlushCache
(hdiBuffer);
Completed in 6 milliseconds
1
2