Searched refs:tmpHandle (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 141 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/ |
D | CompilationCachingTests.cpp | 259 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/ |
D | CompilationCachingTests.cpp | 257 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/ |
D | CompilationCachingTests.cpp | 260 hidl_vec<hidl_handle> modelHandle, dataHandle, tmpHandle; in SetUp() local 263 createCacheHandles({{mTmpCache}}, AccessMode::WRITE_ONLY, &tmpHandle); in SetUp()
|