OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrallocImpl
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.cpp
66
gralloc1::
GrallocImpl
* /*gralloc1_device_t*/ dev = new gralloc1::
GrallocImpl
(m);
82
GrallocImpl
::
GrallocImpl
(const private_module_t *module) {
91
bool
GrallocImpl
::Init() {
97
GrallocImpl
::~
GrallocImpl
() {
103
int
GrallocImpl
::CloseDevice(hw_device_t *device) {
104
GrallocImpl
*impl = reinterpret_cast<
GrallocImpl
*>(device)
[
all
...]
gr_device_impl.h
41
#define GRALLOC_IMPL(exp) reinterpret_cast<
GrallocImpl
const *>(exp)
45
class
GrallocImpl
: public gralloc1_device_t {
47
explicit
GrallocImpl
(const private_module_t *module);
48
~
GrallocImpl
();
Completed in 197 milliseconds