HomeSort by relevance Sort by last modified time
    Searched refs:gralloc1_error_t (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.h 63 static inline gralloc1_error_t Dump(gralloc1_device_t *device, uint32_t *out_size,
65 static inline gralloc1_error_t CheckDeviceAndHandle(gralloc1_device_t *device,
67 static gralloc1_error_t CreateBufferDescriptor(gralloc1_device_t *device,
69 static gralloc1_error_t DestroyBufferDescriptor(gralloc1_device_t *device,
71 static gralloc1_error_t SetConsumerUsage(gralloc1_device_t *device,
74 static gralloc1_error_t SetBufferDimensions(gralloc1_device_t *device,
77 static gralloc1_error_t SetColorFormat(gralloc1_device_t *device,
79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
82 static gralloc1_error_t SetProducerUsage(gralloc1_device_t *device,
85 static gralloc1_error_t GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer
    [all...]
gr_buf_mgr.h 38 gralloc1_error_t CreateBufferDescriptor(gralloc1_buffer_descriptor_t *descriptor_id);
39 gralloc1_error_t DestroyBufferDescriptor(gralloc1_buffer_descriptor_t descriptor_id);
40 gralloc1_error_t AllocateBuffers(uint32_t num_descriptors,
43 gralloc1_error_t RetainBuffer(private_handle_t const *hnd);
44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
45 gralloc1_error_t LockBuffer(const private_handle_t *hnd, gralloc1_producer_usage_t prod_usage,
47 gralloc1_error_t UnlockBuffer(const private_handle_t *hnd);
48 gralloc1_error_t Perform(int operation, va_list args);
49 gralloc1_error_t GetFlexLayout(const private_handle_t *hnd, struct android_flex_layout *layout);
50 gralloc1_error_t GetNumFlexPlanes(const private_handle_t *hnd, uint32_t *out_num_planes)
    [all...]
gr_device_impl.cpp 175 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size,
199 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device,
210 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device,
219 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device,
228 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device,
240 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device,
253 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device,
265 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device,
278 gralloc1_error_t GrallocImpl::SetProducerUsage(gralloc1_device_t *device,
290 gralloc1_error_t GrallocImpl::GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer
    [all...]
gr_buf_mgr.cpp 59 gralloc1_error_t BufferManager::CreateBufferDescriptor(
68 gralloc1_error_t BufferManager::DestroyBufferDescriptor(
85 gralloc1_error_t BufferManager::AllocateBuffers(uint32_t num_descriptors,
89 gralloc1_error_t status = GRALLOC1_ERROR_NONE;
190 gralloc1_error_t BufferManager::FreeBuffer(std::shared_ptr<Buffer> buf) {
219 gralloc1_error_t BufferManager::ImportHandle(private_handle_t* hnd) {
249 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) {
270 gralloc1_error_t BufferManager::RetainBuffer(private_handle_t const *hnd) {
273 gralloc1_error_t err = GRALLOC1_ERROR_NONE;
284 gralloc1_error_t BufferManager::ReleaseBuffer(private_handle_t const *hnd)
    [all...]
gr_priv_handle.h 32 typedef gralloc1_error_t (*GRALLOC1_PFN_PERFORM)(gralloc1_device_t *device, int operation, ...);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.h 61 static inline gralloc1_error_t Dump(gralloc1_device_t *device, uint32_t *out_size,
63 static inline gralloc1_error_t CheckDeviceAndHandle(gralloc1_device_t *device,
65 static gralloc1_error_t CreateBufferDescriptor(gralloc1_device_t *device,
67 static gralloc1_error_t DestroyBufferDescriptor(gralloc1_device_t *device,
69 static gralloc1_error_t SetConsumerUsage(gralloc1_device_t *device,
72 static gralloc1_error_t SetBufferDimensions(gralloc1_device_t *device,
75 static gralloc1_error_t SetColorFormat(gralloc1_device_t *device,
77 static gralloc1_error_t SetProducerUsage(gralloc1_device_t *device,
80 static gralloc1_error_t GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer,
82 static gralloc1_error_t GetConsumerUsage(gralloc1_device_t *device, buffer_handle_t buffer
    [all...]
gr_buf_mgr.h 38 gralloc1_error_t CreateBufferDescriptor(gralloc1_buffer_descriptor_t *descriptor_id);
39 gralloc1_error_t DestroyBufferDescriptor(gralloc1_buffer_descriptor_t descriptor_id);
40 gralloc1_error_t AllocateBuffers(uint32_t num_descriptors,
43 gralloc1_error_t RetainBuffer(private_handle_t const *hnd);
44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
45 gralloc1_error_t LockBuffer(const private_handle_t *hnd, gralloc1_producer_usage_t prod_usage,
47 gralloc1_error_t UnlockBuffer(const private_handle_t *hnd);
48 gralloc1_error_t Perform(int operation, va_list args);
49 gralloc1_error_t GetFlexLayout(const private_handle_t *hnd, struct android_flex_layout *layout);
50 gralloc1_error_t GetNumFlexPlanes(const private_handle_t *hnd, uint32_t *out_num_planes)
    [all...]
gr_device_impl.cpp 176 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size,
198 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device,
209 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device,
218 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device,
227 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device,
239 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device,
252 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device,
264 gralloc1_error_t GrallocImpl::SetProducerUsage(gralloc1_device_t *device,
276 gralloc1_error_t GrallocImpl::GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer,
288 gralloc1_error_t GrallocImpl::GetConsumerUsage(gralloc1_device_t *device, buffer_handle_t buffer
    [all...]
gr_buf_mgr.cpp 56 gralloc1_error_t BufferManager::CreateBufferDescriptor(
65 gralloc1_error_t BufferManager::DestroyBufferDescriptor(
82 gralloc1_error_t BufferManager::AllocateBuffers(uint32_t num_descriptors,
86 gralloc1_error_t status = GRALLOC1_ERROR_NONE;
187 gralloc1_error_t BufferManager::FreeBuffer(std::shared_ptr<Buffer> buf) {
208 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) {
227 gralloc1_error_t BufferManager::RetainBuffer(private_handle_t const *hnd) {
248 gralloc1_error_t BufferManager::ReleaseBuffer(private_handle_t const *hnd) {
267 gralloc1_error_t BufferManager::LockBuffer(const private_handle_t *hnd,
270 gralloc1_error_t err = GRALLOC1_ERROR_NONE
    [all...]
gr_priv_handle.h 31 typedef gralloc1_error_t (*GRALLOC1_PFN_PERFORM)(gralloc1_device_t *device, int operation, ...);
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.h 89 gralloc1_error_t createDescriptor(
97 gralloc1_error_t destroyDescriptor(gralloc1_buffer_descriptor_t descriptor);
115 gralloc1_error_t setDimensions(uint32_t w, uint32_t h) {
121 gralloc1_error_t setFormat(int32_t f) {
126 gralloc1_error_t setLayerCount(uint32_t lc) {
131 gralloc1_error_t setProducerUsage(gralloc1_producer_usage_t usage) {
136 gralloc1_error_t setConsumerUsage(gralloc1_consumer_usage_t usage) {
152 gralloc1_error_t (Descriptor::*member)(Args...), Args... args) {
212 gralloc1_error_t getBackingStore(
218 gralloc1_error_t getConsumerUsage
    [all...]
Gralloc1On0Adapter.cpp 195 gralloc1_error_t Gralloc1On0Adapter::createDescriptor(
208 gralloc1_error_t Gralloc1On0Adapter::destroyDescriptor(
233 gralloc1_error_t Gralloc1On0Adapter::allocate(
293 gralloc1_error_t error = GRALLOC1_ERROR_NONE;
325 gralloc1_error_t Gralloc1On0Adapter::retain(
333 gralloc1_error_t Gralloc1On0Adapter::release(
360 gralloc1_error_t Gralloc1On0Adapter::retain(buffer_handle_t bufferHandle)
433 gralloc1_error_t Gralloc1On0Adapter::lock(
465 gralloc1_error_t Gralloc1On0Adapter::lockFlex(
510 gralloc1_error_t Gralloc1On0Adapter::unlock
    [all...]
  /hardware/libhardware/include/hardware/
gralloc1.h 170 } gralloc1_error_t; typedef in typeref:enum:__anon41285
366 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_CREATE_DESCRIPTOR)(
382 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_DESTROY_DESCRIPTOR)(
409 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_CONSUMER_USAGE)(
434 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_DIMENSIONS)(
453 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_FORMAT)(
477 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_LAYER_COUNT)(
497 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_PRODUCER_USAGE)(
535 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_GET_BACKING_STORE)(
557 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_GET_CONSUMER_USAGE)
    [all...]

Completed in 2282 milliseconds