/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_device_impl.cpp | 66 gralloc1::GrallocImpl * /*gralloc1_device_t*/ dev = gralloc1::GrallocImpl::GetInstance(module); in gralloc_device_open() 79 GrallocImpl::GrallocImpl(const hw_module_t *module) { in GrallocImpl() function in gralloc1::GrallocImpl 90 bool GrallocImpl::Init() { in Init() 95 GrallocImpl::~GrallocImpl() { in ~GrallocImpl() 98 int GrallocImpl::CloseDevice(hw_device_t *device __unused) { in CloseDevice() 103 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 116 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() 176 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump() 190 GrallocImpl const *dev = GRALLOC_IMPL(device); in Dump() 200 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle() [all …]
|
D | gr_device_impl.h | 41 #define GRALLOC_IMPL(exp) reinterpret_cast<GrallocImpl const *>(exp) 45 class GrallocImpl : public gralloc1_device_t { 53 static GrallocImpl* GetInstance(const struct hw_module_t *module) { in GetInstance() 54 static GrallocImpl *instance = new GrallocImpl(module); in GetInstance() 122 explicit GrallocImpl(const hw_module_t *module); 123 ~GrallocImpl();
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_device_impl.cpp | 66 gralloc1::GrallocImpl * /*gralloc1_device_t*/ dev = gralloc1::GrallocImpl::GetInstance(module); in gralloc_device_open() 79 GrallocImpl::GrallocImpl(const hw_module_t *module) { in GrallocImpl() function in gralloc1::GrallocImpl 90 bool GrallocImpl::Init() { in Init() 95 GrallocImpl::~GrallocImpl() { in ~GrallocImpl() 98 int GrallocImpl::CloseDevice(hw_device_t *device __unused) { in CloseDevice() 103 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 116 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() 176 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump() 190 GrallocImpl const *dev = GRALLOC_IMPL(device); in Dump() 200 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle() [all …]
|
D | gr_device_impl.h | 41 #define GRALLOC_IMPL(exp) reinterpret_cast<GrallocImpl const *>(exp) 45 class GrallocImpl : public gralloc1_device_t { 53 static GrallocImpl* GetInstance(const struct hw_module_t *module) { in GetInstance() 54 static GrallocImpl *instance = new GrallocImpl(module); in GetInstance() 122 explicit GrallocImpl(const hw_module_t *module); 123 ~GrallocImpl();
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_device_impl.cpp | 73 gralloc1::GrallocImpl * /*gralloc1_device_t*/ dev = gralloc1::GrallocImpl::GetInstance(module); in gralloc_device_open() 86 GrallocImpl::GrallocImpl(const hw_module_t *module) { in GrallocImpl() function in gralloc1::GrallocImpl 97 bool GrallocImpl::Init() { in Init() 102 GrallocImpl::~GrallocImpl() { in ~GrallocImpl() 105 int GrallocImpl::CloseDevice(hw_device_t *device __unused) { in CloseDevice() 110 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 123 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() 189 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump() 203 GrallocImpl const *dev = GRALLOC_IMPL(device); in Dump() 213 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle() [all …]
|
D | gr_device_impl.h | 41 #define GRALLOC_IMPL(exp) reinterpret_cast<GrallocImpl const *>(exp) 45 class GrallocImpl : public gralloc1_device_t { 53 static GrallocImpl* GetInstance(const struct hw_module_t *module) { in GetInstance() 54 static GrallocImpl *instance = new GrallocImpl(module); in GetInstance() 131 explicit GrallocImpl(const hw_module_t *module); 132 ~GrallocImpl();
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_device_impl.cpp | 67 gralloc1::GrallocImpl * /*gralloc1_device_t*/ dev = gralloc1::GrallocImpl::GetInstance(module); in gralloc_device_open() 80 GrallocImpl::GrallocImpl(const hw_module_t *module) { in GrallocImpl() function in gralloc1::GrallocImpl 91 bool GrallocImpl::Init() { in Init() 96 GrallocImpl::~GrallocImpl() { in ~GrallocImpl() 99 int GrallocImpl::CloseDevice(hw_device_t *device __unused) { in CloseDevice() 104 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 117 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() 183 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump() 195 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle() 206 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, in CreateBufferDescriptor() [all …]
|
D | gr_device_impl.h | 41 #define GRALLOC_IMPL(exp) reinterpret_cast<GrallocImpl const *>(exp) 45 class GrallocImpl : public gralloc1_device_t { 53 static GrallocImpl* GetInstance(const struct hw_module_t *module) { in GetInstance() 54 static GrallocImpl *instance = new GrallocImpl(module); in GetInstance() 131 explicit GrallocImpl(const hw_module_t *module); 132 ~GrallocImpl();
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_device_impl.cpp | 71 gralloc::GrallocImpl * /*gralloc1_device_t*/ dev = gralloc::GrallocImpl::GetInstance(module); in gralloc_device_open() 84 std::atomic<uint64_t> GrallocImpl::next_descriptor_id_(1); 86 GrallocImpl::GrallocImpl(const hw_module_t *module) { in GrallocImpl() function in gralloc::GrallocImpl 148 bool GrallocImpl::Init() { in Init() 153 GrallocImpl::~GrallocImpl() {} in ~GrallocImpl() 155 gralloc1_error_t GrallocImpl::CreateBufferDescriptorLocked( in CreateBufferDescriptorLocked() 164 gralloc1_error_t GrallocImpl::DestroyBufferDescriptorLocked( in DestroyBufferDescriptorLocked() 175 int GrallocImpl::CloseDevice(hw_device_t *device __unused) { in CloseDevice() 180 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count, in GetCapabilities() 193 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() [all …]
|
D | gr_device_impl.h | 41 #define GRALLOC_IMPL(exp) reinterpret_cast<GrallocImpl const *>(exp) 45 class GrallocImpl : public gralloc1_device_t { 53 static GrallocImpl *GetInstance(const struct hw_module_t *module) { in GetInstance() 54 static GrallocImpl *instance = new GrallocImpl(module); in GetInstance() 142 explicit GrallocImpl(const hw_module_t *module); 143 ~GrallocImpl();
|