HomeSort by relevance Sort by last modified time
    Searched refs:gralloc (Results 26 - 50 of 98) sorted by null

12 3 4

  /device/linaro/hikey/gralloc960/
gralloc_vsync_default.cpp 28 #include <hardware/gralloc.h>
gralloc_buffer_priv.cpp 26 #include <hardware/gralloc.h>
36 * used by gralloc internally.
70 * this can potentially cause clients to fail importing this gralloc attribute buffer
113 * Only to be used by gralloc internally.
mali_gralloc_bufferdescriptor.h 30 #include <hardware/gralloc.h>
mali_gralloc_reference.cpp 24 #include <hardware/gralloc.h>
142 * of gralloc buffers within the same process should have fds dup:ed.
mali_gralloc_debug.cpp 27 #include <hardware/gralloc.h>
83 "-------------------------Start to dump Gralloc buffers info------------------------\n");
106 dumpStrings, "---------------------End dump Gralloc buffers info with num %zu----------------------\n", num);
  /build/make/target/product/
base_vendor.mk 48 gralloc.default \
  /device/google/cuttlefish_common/common/vsoc/lib/
vsoc_memory.cpp 169 ValidateAndBuildLayout<layout::gralloc::GrallocManagerLayout>(2, 2),
170 ValidateAndBuildLayout<layout::gralloc::GrallocBufferLayout>(
172 /* managed_by */ layout::gralloc::GrallocManagerLayout::region_name),
  /device/google/marlin/common/
base.mk 374 LIBGRALLOC := gralloc.default
375 LIBGRALLOC += gralloc.msm8660
376 LIBGRALLOC += gralloc.msm8960
377 LIBGRALLOC += gralloc.msm8974
378 LIBGRALLOC += gralloc.msm8226
379 LIBGRALLOC += gralloc.msm8610
380 LIBGRALLOC += gralloc.msm8909
381 LIBGRALLOC += gralloc.msm8916
382 LIBGRALLOC += gralloc.msm8994
383 LIBGRALLOC += gralloc.msm899
    [all...]
  /device/generic/goldfish/gralloc/
gralloc_priv.h 23 #include <hardware/gralloc.h>
106 ALOGE("invalid gralloc handle (at %p)", h);
mapper.cpp 30 #include <hardware/gralloc.h>
90 // If you are deriving a new gralloc implementation from this code, don't
91 // do this. A "real" gralloc should provide a single reference-counted
96 // process acts as the IGraphicBufferAlloc Binder provider, so all gralloc
110 // Eventually, each application should be allowed to make its own gralloc
111 // allocations, solving the problem. Also, this ashmem-based gralloc
112 // should go away, replaced with a real ion-based gralloc.
  /device/google/contexthub/sensorhal/
directchannel.h 22 #include <hardware/gralloc.h>
74 // gralloc
  /device/google/cuttlefish_common/guest/hals/gralloc/
Android.mk 19 LOCAL_MODULE := gralloc.cutf_ivsh-future
23 gralloc.cpp \
gralloc_vsoc_priv.h 20 #include <hardware/gralloc.h>
84 ALOGE("Invalid gralloc handle (at %p)", handle);
91 // These functions are to be used to map/unmap gralloc buffers. They are thread
96 // TODO(jemoreira): Move this to a place where it can be used by the gralloc
mapper.cpp 24 #include <hardware/gralloc.h>
gralloc.cpp 17 #include <hardware/gralloc.h>
24 #include "guest/hals/gralloc/gralloc_vsoc_priv.h"
27 using vsoc::gralloc::GrallocRegionView;
188 // a gralloc buffer in this format.
284 LOG_FATAL("Unable to instantiate the gralloc region");
  /device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
base_composer.h 23 #include <hardware/gralloc.h>
  /device/linaro/hikey/gralloc/
Android.mk 31 LOCAL_MODULE := gralloc.hikey
45 LOCAL_CFLAGS := -DLOG_TAG=\"gralloc\" -DGRALLOC_32_BITS -DSTANDARD_LINUX_SCREEN -DPLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION)
  /external/minigbm/cros_gralloc/
Makefile 5 GRALLOC = gralloc.cros.so
27 LIBRARY = $(addprefix $(TARGET_DIR), $(GRALLOC))
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
gralloc_cb.h 21 #include <hardware/gralloc.h>
29 // Tell the emulator which gralloc formats
109 QEMU_PIPE_HANDLE refcount_pipe_fd; // goldfish pipe service for gralloc refcounting fd.
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
mapper.cpp 31 #include <hardware/gralloc.h>
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
base_composer.cpp 22 #include <hardware/gralloc.h>
25 #include "guest/hals/gralloc/legacy/gralloc_vsoc_priv.h"
  /external/drm_hwcomposer/
resourcemanager.cpp 109 const gralloc_module_t *ResourceManager::gralloc() { function in class:android::ResourceManager
platformminigbm.cpp 27 #include <hardware/gralloc.h>
59 ALOGE("Failed to open gralloc module %d", ret);
64 ALOGW("Using non-minigbm gralloc module: %s/%s\n", gralloc_->common.name,
  /device/google/cuttlefish/shared/sepolicy/
file_contexts 59 /vendor/lib(64)?/hw/gralloc.vsoc.so u:object_r:same_process_hal_file:s0
60 /vendor/lib(64)?/hw/gralloc.cutf.so u:object_r:same_process_hal_file:s0
  /device/linaro/hikey/gralloc960/legacy/
alloc_device.cpp 27 #include <hardware/gralloc.h>

Completed in 412 milliseconds

12 3 4