Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 122) sorted by relevance

12345

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DCallbacks.cpp30 std::lock_guard<std::mutex> hold(mMutex); in notify() local
66 std::lock_guard<std::mutex> hold(mMutex); in notify() local
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DBurst.cpp84 auto [storedMemory, hold] = cache.add(token, memory, burst); in ensureAllMemoriesAreCached()
87 holds.push_back(std::move(hold)); in ensureAllMemoriesAreCached()
114 const auto hold = ensureAllMemoriesAreCached(&nnRequest, memoryIdentifierTokens, burst, cache); in executeSynchronously() local
140 auto hold = burst.cacheMemory(memory); in add() local
141 auto [it, _] = mCache.emplace(token, std::make_pair(memory, std::move(hold))); in add()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCallbacks.cpp37 std::lock_guard<std::mutex> hold(mMutex); in notify() local
128 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DBurst.cpp176 auto [identifier, hold] = kMemoryCache->getOrCacheMemory(memory); in cacheMemory()
177 return hold; in cacheMemory()
204 auto& [identifier, hold] = *cached; in execute()
206 holds.push_back(std::move(hold)); in execute()
287 auto& [identifier, hold] = *cached; in createReusableExecution()
289 holds.push_back(std::move(hold)); in createReusableExecution()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCallbacks.cpp38 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
147 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DCallbacks.cpp30 std::lock_guard<std::mutex> hold(mMutex); in notify() local
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurst.cpp302 auto [slot, hold] = mMemoryCache->cacheMemory(memory); in cacheMemory()
303 return hold; in cacheMemory()
342 auto [slot, hold] = mMemoryCache->cacheMemory(std::get<nn::SharedMemory>(memoryPool)); in execute()
344 holds.push_back(std::move(hold)); in execute()
389 auto [slot, hold] = mMemoryCache->cacheMemory(std::get<nn::SharedMemory>(memoryPool)); in createReusableExecution()
391 holds.push_back(std::move(hold)); in createReusableExecution()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/
Dexpect-math-block-in-vu-novuid.adoc15 * If pname:image is non-sparse then the following must: hold:
Dsrc-math-block-in-vu.adoc15 * If pname:image is non-sparse then the following must: hold:
Dexpect-math-block-in-vu-noreflow-novuid.adoc15 * If pname:image is non-sparse then the following must: hold:
Dexpect-math-block-in-vu-default.adoc16 If pname:image is non-sparse then the following must: hold:
Dexpect-math-block-in-vu-noreflow.adoc16 If pname:image is non-sparse then the following must: hold:
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
DBurst.cpp132 auto hold = kBurstExecutor->cacheMemory(memory); in addCacheEntryLocked() local
133 mCache.emplace(slot, std::make_pair(std::move(memory), std::move(hold))); in addCacheEntryLocked()
/hardware/interfaces/cas/native/1.0/
DIDescrambler.hal36 * @param dstBuffer the DestinationBuffer to hold the descrambled data.
/hardware/interfaces/bluetooth/audio/utils/le_audio_configuration_set/
Daudio_set_configurations.fbs28 /// Note: Consider extending it with `flags` field, to hold additional info like
/hardware/interfaces/tv/tuner/1.0/
DIDemux.hal50 * to create a FMQ(Fast Message Queue) to hold data output from the filter.
125 * create a FMQ(Fast Message Queue) to hold data from selected filters.
DIDescrambler.hal46 * slot can hold a few keys for different purposes.
/hardware/interfaces/automotive/evs/1.1/
DIEvsUltrasonicsArray.hal49 * IEvsUltrasonicsArray may hold concurrently.
/hardware/interfaces/confirmationui/1.0/
DIConfirmationResultCallback.hal27 * parameters formattedMessage and confirmationToken hold the values needed to request
/hardware/interfaces/graphics/bufferqueue/2.0/
DIGraphicBufferProducer.hal53 * If any of these conditions do not hold, or if the request to set the new
200 * The returned `output.fence` shall be updated to hold the fence associated
242 * unallocated until either it is selected to hold a freshly allocated
403 * hold:
475 * If any of the following conditions hold, the error code `BAD_VALUE` shall
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal83 * There is no maximum time the caller may hold onto the buffer before making this
DIEvsCamera.hal46 * @param bufferCount Number of buffers the client of IEvsCamera may hold concurrently.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_inline_uniform_block.adoc60 uniform block descriptor type can hold, while the pname:srcArrayElement,
/hardware/google/gfxstream/codegen/magma/
DREADME.md52 …. Although the client could have allocated a buffer sufficiently large to hold this data up front,…
/hardware/interfaces/camera/device/1.0/
DICameraDevicePreviewCallback.hal100 * to hold for correct operation.

12345