Home
last modified time | relevance | path

Searched refs:tmpHandle (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp141 mClient->getReadbackBufferFence(display, [&](const auto& tmpError, const auto& tmpHandle) { in getReadbackBufferFence() argument
143 const native_handle_t* nativeFenceHandle = tmpHandle.getNativeHandle(); in getReadbackBufferFence()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DCompilationCachingTests.cpp259 std::vector<ndk::ScopedFileDescriptor> modelHandle, dataHandle, tmpHandle; in SetUp() local
262 createCacheFds({mTmpCache}, AccessMode::WRITE_ONLY, &tmpHandle); in SetUp()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp257 hidl_vec<hidl_handle> modelHandle, dataHandle, tmpHandle; in SetUp() local
260 createCacheHandles({{mTmpCache}}, AccessMode::WRITE_ONLY, &tmpHandle); in SetUp()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCompilationCachingTests.cpp260 hidl_vec<hidl_handle> modelHandle, dataHandle, tmpHandle; in SetUp() local
263 createCacheHandles({{mTmpCache}}, AccessMode::WRITE_ONLY, &tmpHandle); in SetUp()