/external/drm_hwcomposer/ |
drmhwcomposer.h | 85 : gralloc_(gralloc), handle_(handle) { 89 gralloc_ = rhs.gralloc_; 90 rhs.gralloc_ = NULL; 99 gralloc_ = rhs.gralloc_; 100 rhs.gralloc_ = NULL; 115 const gralloc_module_t *gralloc_ = NULL; member in class:android::DrmHwcNativeHandle
|
platformdrmgeneric.h | 42 const gralloc_module_t *gralloc_; member in class:android::DrmGenericImporter
|
platformnv.cpp | 59 (const hw_module_t **)&gralloc_); 65 if (strcasecmp(gralloc_->common.author, "NVIDIA")) 66 ALOGW("Using non-NVIDIA gralloc module: %s/%s\n", gralloc_->common.name, 67 gralloc_->common.author); 94 int ret = gralloc_->perform(gralloc_, GRALLOC_MODULE_PERFORM_DRM_IMPORT, 177 gralloc_->perform(gralloc_, GRALLOC_MODULE_PERFORM_GET_IMPORTER_PRIVATE, 183 return gralloc_->perform(gralloc_, [all...] |
platformnv.h | 55 const gralloc_module_t *gralloc_; member in class:android::NvImporter
|
platformdrmgeneric.cpp | 58 (const hw_module_t **)&gralloc_);
|
hwcomposer.cpp | 282 gralloc_ = gralloc; 293 if (gralloc_ != NULL && handle_ != NULL) { 294 gralloc_->unregisterBuffer(gralloc_, handle_); 296 gralloc_ = NULL;
|
/device/generic/goldfish-opengl/system/gralloc/ |
Android.mk | 10 LOCAL_CFLAGS += -DLOG_TAG=\"gralloc_$(1)\"
|
/hardware/libhardware/modules/camera/3_4/ |
v4l2_wrapper.cpp | 53 gralloc_(std::move(gralloc)), 113 gralloc_->unlockAllBuffers(); 155 int gralloc_res = gralloc_->unlockAllBuffers(); 503 int gralloc_res = gralloc_->unlockAllBuffers(); 565 gralloc_->lock(camera_buffer, format_->bytes_per_line(), &device_buffer); 572 gralloc_->unlock(&device_buffer); 617 res = gralloc_->unlock(&buffer);
|
v4l2_wrapper.h | 107 std::unique_ptr<V4L2Gralloc> gralloc_; member in class:v4l2_camera_hal::V4L2Wrapper
|