Home
last modified time | relevance | path

Searched defs:bufferFd (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2AllocatorIon.cpp135 …Impl(int ionFd, size_t capacity, int bufferFd, ion_user_handle_t buffer, C2Allocator::id_t id, int… in Impl()
346 ImplV2(int ionFd, size_t capacity, int bufferFd, C2Allocator::id_t id, int err) in ImplV2()
375 C2AllocationIon::Impl *C2AllocationIon::Impl::Import(int ionFd, size_t capacity, int bufferFd, in Import()
389 int bufferFd = -1; in Alloc() local
H A DC2DmaBufAllocator.cpp62 int bufferFd() const { return mFds.mBuffer; } in bufferFd() function
271 int bufferFd = -1; in C2DmaBufAllocation() local
/aosp12/frameworks/av/media/codec2/vndk/internal/
H A DC2HandleIonInternal.h36 int bufferFd() const { return mFds.mBuffer; } in bufferFd() function
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_preview.c1585 int mm_app_overlay_display(mm_camera_test_obj_t *test_obj, int bufferFd) in mm_app_overlay_display()
/aosp12/system/libfmq/include/fmq/
H A DMessageQueueBase.h664 android::base::unique_fd bufferFd, in MessageQueueBase()