Home
last modified time | relevance | path

Searched refs:tmpBufferHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/
DHandleImporter.cpp67 [&](const auto& tmpError, const auto& tmpBufferHandle) { in importBufferInternal() argument
69 importedHandle = static_cast<buffer_handle_t>(tmpBufferHandle); in importBufferInternal()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerResources.h65 rawHandle, [&](const auto& tmpError, const auto& tmpBufferHandle) { in importBuffer()
67 bufferHandle = static_cast<const native_handle_t*>(tmpBufferHandle); in importBuffer()
76 rawHandle, [&](const auto& tmpError, const auto& tmpBufferHandle) { in importBuffer()
78 bufferHandle = static_cast<const native_handle_t*>(tmpBufferHandle); in importBuffer()