Home
last modified time | relevance | path

Searched refs:tmpDescriptor (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/graphics/mapper/2.1/utils/vts/
DMapperVts.cpp98 descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
100 descriptor = tmpDescriptor; in createDescriptor()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp128 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
130 descriptor = tmpDescriptor; in createDescriptor()
/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp155 auto callback = [&](auto error, const BufferDescriptor& tmpDescriptor) { in getDescriptor() argument
159 descriptor = tmpDescriptor; in getDescriptor()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp80 [&](const auto& tmpError, const auto& tmpDescriptor) { in execute() argument
82 reader->setMQDescriptor(tmpDescriptor); in execute()
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp143 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
145 descriptor = tmpDescriptor; in createDescriptor()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp305 [&](const auto& tmpError, const auto& tmpDescriptor) { in execute() argument
307 reader->setMQDescriptor(tmpDescriptor); in execute()