HomeSort by relevance Sort by last modified time
    Searched defs:getTransportSize (Results 1 - 5 of 5) sorted by null

  /hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
Mapper.h 52 Return<void> getTransportSize(void* buffer, IMapper::getTransportSize_cb hidl_cb) {
61 Error error = mHal->getTransportSize(bufferHandle, &numFds, &numInts);
  /hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
Gralloc1Hal.h 60 Error getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
62 int32_t error = mDispatch.getTransportSize(mDevice, bufferHandle, outNumFds, outNumInts);
90 !initDispatch(GRALLOC1_FUNCTION_GET_TRANSPORT_SIZE, &mDispatch.getTransportSize) ||
100 GRALLOC1_PFN_GET_TRANSPORT_SIZE getTransportSize;
  /hardware/interfaces/graphics/mapper/2.1/utils/vts/
MapperVts.cpp 79 void Gralloc::getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds,
85 mMapperV2_1->getTransportSize(
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 88 void GraphicBufferMapper::getTransportSize(buffer_handle_t handle,
91 mMapper->getTransportSize(handle, outTransportNumFds, outTransportNumInts);
Gralloc2.cpp 178 void Mapper::getTransportSize(buffer_handle_t bufferHandle,
190 auto ret = mMapperV2_1->getTransportSize(buffer,
204 ALOGE_IF(error != Error::NONE, "getTransportSize(%p) failed with %d",

Completed in 1290 milliseconds