Home
last modified time | relevance | path

Searched defs:ImportBuffer (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_ion_alloc.cpp124 int IonAlloc::ImportBuffer(int fd) { in ImportBuffer() function in gralloc::IonAlloc
240 int IonAlloc::ImportBuffer(int fd) { in ImportBuffer() function in gralloc::IonAlloc
310 int IonAlloc::ImportBuffer(int /*fd*/) { in ImportBuffer() function in gralloc::IonAlloc
H A Dgr_allocator.cpp147 int Allocator::ImportBuffer(int fd) { in ImportBuffer() function in gralloc::Allocator
/aosp12/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub_base.cpp45 int BufferHubBase::ImportBuffer() { in ImportBuffer() function in android::dvr::BufferHubBase
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_ion_alloc.cpp120 int IonAlloc::ImportBuffer(int fd) { in ImportBuffer() function in gralloc::IonAlloc
H A Dgr_allocator.cpp139 int Allocator::ImportBuffer(int fd) { in ImportBuffer() function in gralloc::Allocator
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_ion_alloc.cpp144 int IonAlloc::ImportBuffer(int fd) { in ImportBuffer() function in gralloc1::IonAlloc
H A Dgr_allocator.cpp124 int Allocator::ImportBuffer(int fd) { in ImportBuffer() function in gralloc1::Allocator
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_ion_alloc.cpp144 int IonAlloc::ImportBuffer(int fd) { in ImportBuffer() function in gralloc1::IonAlloc
H A Dgr_allocator.cpp132 int Allocator::ImportBuffer(int fd) { in ImportBuffer() function in gralloc1::Allocator
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_ion_alloc.cpp158 int IonAlloc::ImportBuffer(int fd) { in ImportBuffer() function in gralloc1::IonAlloc
H A Dgr_allocator.cpp133 int Allocator::ImportBuffer(int fd) { in ImportBuffer() function in gralloc1::Allocator
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_ion_alloc.cpp144 int IonAlloc::ImportBuffer(int fd) { in ImportBuffer() function in gralloc1::IonAlloc
H A Dgr_allocator.cpp124 int Allocator::ImportBuffer(int fd) { in ImportBuffer() function in gralloc1::Allocator
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_ion_alloc.cpp153 int IonAlloc::ImportBuffer(int fd) { in ImportBuffer() function in gralloc::IonAlloc
H A Dgr_allocator.cpp121 int Allocator::ImportBuffer(int fd) { in ImportBuffer() function in gralloc::Allocator
/aosp12/hardware/google/camera/common/sensor_listener/
H A Dgoog_gralloc_wrapper.cc150 const native_handle_t* GoogGrallocWrapper::ImportBuffer( in ImportBuffer() function in android::camera_sensor_listener::GoogGrallocWrapper
/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h130 int ImportBuffer(IonBuffer* buffer) { return buffer_.Import(buffer); } in ImportBuffer() function