/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
D | Gralloc0Hal.h | 59 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()
|
D | Gralloc1Hal.h | 60 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/ |
D | VtsHalGraphicsMapperV2_1TargetTest.cpp | 155 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/ |
D | Mapper.h | 52 Return<void> getTransportSize(void* buffer, IMapper::getTransportSize_cb hidl_cb) { in getTransportSize() function 61 Error error = mHal->getTransportSize(bufferHandle, &numFds, &numInts); in getTransportSize()
|
D | MapperHal.h | 55 virtual Error getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
|
/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() 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/ |
D | MapperVts.h | 43 void getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gralloc.cpp | 87 .getTransportSize = NULL,
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gralloc.cpp | 88 getTransportSize: NULL,
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gralloc.cpp | 88 .getTransportSize = NULL,
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gralloc.cpp | 88 .getTransportSize: NULL,
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gralloc.cpp | 88 getTransportSize: NULL,
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gralloc.cpp | 94 .getTransportSize = NULL,
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gralloc.cpp | 94 getTransportSize: NULL,
|
/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/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 270 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/ |
D | gralloc.h | 329 int32_t (*getTransportSize)( member
|
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiMapper.h | 87 Return<void> getTransportSize(void *buffer, IMapper_3_0::getTransportSize_cb hidl_cb) override;
|
D | QtiMapper.cpp | 243 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/ |
D | gr_device_impl.h | 126 static gralloc1_error_t getTransportSize(gralloc1_device_t* /*device*/,
|
D | gr_device_impl.cpp | 178 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/ |
D | gr_device_impl.h | 126 static gralloc1_error_t getTransportSize(gralloc1_device_t* /*device*/,
|
D | gr_device_impl.cpp | 172 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/ |
D | QtiMapper.h | 86 Return<void> getTransportSize(void* buffer, IMapper_2_1::getTransportSize_cb hidl_cb) override;
|
/hardware/interfaces/graphics/mapper/2.1/ |
D | IMapper.hal | 94 getTransportSize(pointer buffer)
|