Searched defs:bufferFd (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | C2AllocatorIon.cpp | 135 …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 D | C2DmaBufAllocator.cpp | 62 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 D | C2HandleIonInternal.h | 36 int bufferFd() const { return mFds.mBuffer; } in bufferFd() function
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
H A D | mm_qcamera_preview.c | 1585 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 D | MessageQueueBase.h | 664 android::base::unique_fd bufferFd, in MessageQueueBase()
|