Home
last modified time | relevance | path

Searched refs:getTransportSize (Results 1 – 25 of 28) sorted by relevance

12

/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGralloc0Hal.h59 Error getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds, in getTransportSize() function
61 if (!mModule->getTransportSize) { in getTransportSize()
67 int32_t ret = mModule->getTransportSize(mModule, bufferHandle, outNumFds, outNumInts); in getTransportSize()
DGralloc1Hal.h60 Error getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds, in getTransportSize() function
62 int32_t error = mDispatch.getTransportSize(mDevice, bufferHandle, outNumFds, outNumInts); in getTransportSize()
92 !initDispatch(GRALLOC1_FUNCTION_GET_TRANSPORT_SIZE, &mDispatch.getTransportSize) || in initDispatch()
102 GRALLOC1_PFN_GET_TRANSPORT_SIZE getTransportSize; member
/hardware/interfaces/graphics/mapper/2.1/vts/functional/
DVtsHalGraphicsMapperV2_1TargetTest.cpp155 ASSERT_NO_FATAL_FAILURE(mGralloc->getTransportSize(bufferHandle, &numFds, &numInts)); in TEST_P()
164 mGralloc->getMapper()->getTransportSize( in TEST_P()
171 mGralloc->getMapper()->getTransportSize( in TEST_P()
181 mGralloc->getMapper()->getTransportSize( in TEST_P()
/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
DMapper.h52 Return<void> getTransportSize(void* buffer, IMapper::getTransportSize_cb hidl_cb) { in getTransportSize() function
61 Error error = mHal->getTransportSize(bufferHandle, &numFds, &numInts); in getTransportSize()
DMapperHal.h55 virtual Error getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
/hardware/interfaces/graphics/mapper/2.1/utils/vts/
DMapperVts.cpp78 void Gralloc::getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds, in getTransportSize() function in android::hardware::graphics::mapper::V2_1::vts::Gralloc
84 mMapperV2_1->getTransportSize( in getTransportSize()
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/
DMapperVts.h43 void getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
/hardware/qcom/display/msm8960/libgralloc/
Dgralloc.cpp87 .getTransportSize = NULL,
/hardware/qcom/display/msm8084/libgralloc/
Dgralloc.cpp88 getTransportSize: NULL,
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgralloc.cpp88 .getTransportSize = NULL,
/hardware/qcom/display/msm8909/libgralloc/
Dgralloc.cpp88 .getTransportSize: NULL,
/hardware/qcom/display/msm8226/libgralloc/
Dgralloc.cpp88 getTransportSize: NULL,
/hardware/qcom/display/msm8996/libgralloc/
Dgralloc.cpp94 .getTransportSize = NULL,
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc.cpp94 getTransportSize: NULL,
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
DMapperVts.h81 void getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp270 void Gralloc::getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds, in getTransportSize() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc
276 mMapper->getTransportSize( in getTransportSize()
/hardware/libhardware/include/hardware/
Dgralloc.h329 int32_t (*getTransportSize)( member
/hardware/qcom/sm8150/display/gralloc/
DQtiMapper.h87 Return<void> getTransportSize(void *buffer, IMapper_3_0::getTransportSize_cb hidl_cb) override;
DQtiMapper.cpp243 Return<void> QtiMapper::getTransportSize(void *buffer, IMapper_3_0::getTransportSize_cb hidl_cb) { in getTransportSize() function in vendor::qti::hardware::display::mapper::implementation::QtiMapper
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_device_impl.h126 static gralloc1_error_t getTransportSize(gralloc1_device_t* /*device*/,
Dgr_device_impl.cpp178 return reinterpret_cast<gralloc1_function_pointer_t>(getTransportSize); in GetFunction()
547 gralloc1_error_t GrallocImpl::getTransportSize(gralloc1_device_t* /* device */, in getTransportSize() function in gralloc1::GrallocImpl
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.h126 static gralloc1_error_t getTransportSize(gralloc1_device_t* /*device*/,
Dgr_device_impl.cpp172 return reinterpret_cast<gralloc1_function_pointer_t>(getTransportSize); in GetFunction()
528 gralloc1_error_t GrallocImpl::getTransportSize(gralloc1_device_t* /* device */, in getTransportSize() function in gralloc1::GrallocImpl
/hardware/qcom/sdm845/display/gralloc/
DQtiMapper.h86 Return<void> getTransportSize(void* buffer, IMapper_2_1::getTransportSize_cb hidl_cb) override;
/hardware/interfaces/graphics/mapper/2.1/
DIMapper.hal94 getTransportSize(pointer buffer)

12