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:InvalidateCache
(Results
1 - 14
of
14
) sorted by relevance
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H
A
D
display_gralloc.cpp
56
static int32_t
InvalidateCache
(BufferHandle *handle)
in InvalidateCache()
function
60
return AllocatorManager::GetInstance().GetAllocator(handle->usage)->
InvalidateCache
(*handle);
in InvalidateCache()
83
grallocFuncs->
InvalidateCache
=
InvalidateCache
;
in GrallocInitialize()
H
A
D
allocator.h
65
virtual int32_t
InvalidateCache
(BufferHandle &handle);
H
A
D
allocator.cpp
243
int32_t Allocator::
InvalidateCache
(BufferHandle &handle)
in InvalidateCache()
function in OHOS::HDI::DISPLAY::Allocator
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H
A
D
display_gralloc.c
52
int32_t
InvalidateCache
(BufferHandle *handle)
in InvalidateCache()
function
89
grallocFuncs->
InvalidateCache
=
InvalidateCache
;
in GrallocInitialize()
H
A
D
display_buffer_vdi_impl.h
38
virtual int32_t
InvalidateCache
(const BufferHandle& handle) const override;
H
A
D
display_buffer_vdi_impl.cpp
72
int32_t DisplayBufferVdiImpl::
InvalidateCache
(const BufferHandle& handle) const
in InvalidateCache()
function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H
A
D
display_gralloc.c
52
int32_t
InvalidateCache
(BufferHandle *handle)
in InvalidateCache()
function
89
grallocFuncs->
InvalidateCache
=
InvalidateCache
;
in GrallocInitialize()
H
A
D
display_buffer_vdi_impl.cpp
73
int32_t DisplayBufferVdiImpl::
InvalidateCache
(const BufferHandle& handle) const
in InvalidateCache()
function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
H
A
D
display_buffer_vdi_impl.h
39
virtual int32_t
InvalidateCache
(const BufferHandle& handle) const override;
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H
A
D
display_gralloc.c
79
int32_t
InvalidateCache
(BufferHandle *handle)
in InvalidateCache()
function
123
grallocFuncs->
InvalidateCache
=
InvalidateCache
;
in GrallocInitialize()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H
A
D
display_gralloc.c
79
int32_t
InvalidateCache
(BufferHandle *handle)
in InvalidateCache()
function
121
grallocFuncs->
InvalidateCache
=
InvalidateCache
;
in GrallocInitialize()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H
A
D
display_buffer_vdi_impl.h
38
virtual int32_t
InvalidateCache
(const BufferHandle& handle) const override;
H
A
D
display_buffer_vdi_impl.cpp
102
int32_t DisplayBufferVdiImpl::
InvalidateCache
(const BufferHandle& handle) const
in InvalidateCache()
function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
/device/qemu/hardware/display/
H
A
D
display_gralloc.c
486
static int32_t
InvalidateCache
(BufferHandle *buffer)
in InvalidateCache()
function
528
gFuncs->
InvalidateCache
=
InvalidateCache
;
in GrallocInitialize()
Completed in 6 milliseconds