HomeSort by relevance Sort by last modified time
    Searched defs:gralloc_ (Results 1 - 4 of 4) sorted by null

  /external/drm_hwcomposer/
platformdrmgeneric.h 42 const gralloc_module_t *gralloc_; member in class:android::DrmGenericImporter
platformnv.h 55 const gralloc_module_t *gralloc_; member in class:android::NvImporter
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
  /hardware/libhardware/modules/camera/3_4/
v4l2_wrapper.h 107 std::unique_ptr<V4L2Gralloc> gralloc_; member in class:v4l2_camera_hal::V4L2Wrapper

Completed in 65 milliseconds