Searched refs:outNumFds (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
D | MapperVts.cpp | 78 void Gralloc::getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds, in getTransportSize() argument 82 *outNumFds = 0; in getTransportSize() 90 *outNumFds = tmpNumFds; in getTransportSize()
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/ |
D | MapperVts.h | 43 void getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
|
/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/ |
D | MapperHal.h | 55 virtual Error getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
|
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
D | Gralloc1Hal.h | 60 Error getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds, in getTransportSize() argument 62 int32_t error = mDispatch.getTransportSize(mDevice, bufferHandle, outNumFds, outNumInts); in getTransportSize()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 270 void Gralloc::getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds, in getTransportSize() argument 274 *outNumFds = 0; in getTransportSize() 282 *outNumFds = tmpNumFds; in getTransportSize()
|
/hardware/interfaces/graphics/mapper/4.0/utils/vts/ |
D | MapperVts.cpp | 280 void Gralloc::getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds, in getTransportSize() argument 284 *outNumFds = 0; in getTransportSize() 292 *outNumFds = tmpNumFds; in getTransportSize()
|
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_public_interface.cpp | 555 uint32_t *outNumFds, uint32_t *outNumInts) in mali_gralloc1_get_transport_size() argument 565 if (outNumFds == 0 || outNumInts == 0) in mali_gralloc1_get_transport_size() 567 AERR("Bad output pointers outNumFds=%p outNumInts=%p to populate", outNumFds, outNumInts); in mali_gralloc1_get_transport_size() 577 *outNumFds = buffer->numFds; in mali_gralloc1_get_transport_size()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
D | MapperVts.h | 81 void getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
|
/hardware/libhardware/include/hardware/ |
D | gralloc.h | 330 struct gralloc_module_t const* module, buffer_handle_t handle, uint32_t *outNumFds,
|
D | gralloc1.h | 698 gralloc1_device_t* device, buffer_handle_t buffer, uint32_t *outNumFds,
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_device_impl.h | 127 buffer_handle_t buffer, uint32_t *outNumFds,
|
/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/ |
D | MapperVts.h | 109 void getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_device_impl.h | 127 buffer_handle_t buffer, uint32_t *outNumFds,
|