/hardware/google/gfxstream/guest/mesa/src/util/blake3/ |
D | blake3.c | 36 size_t take = BLAKE3_BLOCK_LEN - ((size_t)self->buf_len); in chunk_state_fill_buf() local 37 if (take > input_len) { in chunk_state_fill_buf() 38 take = input_len; in chunk_state_fill_buf() 41 memcpy(dest, input, take); in chunk_state_fill_buf() 42 self->buf_len += (uint8_t)take; in chunk_state_fill_buf() 43 return take; in chunk_state_fill_buf() 115 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() local 116 input += take; in chunk_state_update() 117 input_len -= take; in chunk_state_update() 137 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() local [all …]
|
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
D | TransferValue.h | 52 [[nodiscard]] ReturnType take(); 74 [[nodiscard]] Type take() const; 93 ReturnType CallbackValue<ReturnType, ArgTypes...>::take() { in take() function 112 Type TransferValue<Type>::take() const { in take() function
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Callbacks.cpp | 70 return mData.take(); in get() 85 return mData.take(); in get()
|
D | Device.cpp | 62 return cb.take(); in getCapabilitiesFrom() 140 return cb.take(); in getSupportedOperations()
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | Device.cpp | 98 return cb.take(); in getCapabilitiesFrom() 111 return cb.take(); in getVersionStringFrom() 122 return cb.take(); in getDeviceTypeFrom() 133 return cb.take(); in getSupportedExtensionsFrom() 145 return cb.take(); in getNumberOfCacheFilesNeededFrom() 233 return cb.take(); in getSupportedOperations()
|
D | Callbacks.cpp | 98 return mData.take(); in get() 120 return mData.take(); in get()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_acquire_xlib_display.adoc | 24 This extension allows an application to take exclusive control on a display 36 1) Should flink:vkAcquireXlibDisplayEXT take an RandR display ID, or a
|
D | VK_EXT_acquire_drm_display.adoc | 18 This extension allows an application to take exclusive control of a display
|
D | VK_EXT_debug_marker.adoc | 145 The functions have been expanded to take an optional color which can be used 154 All functions have been modified to take a structure type with extensible 171 ** Changed functions to take extensible structs instead of direct function
|
D | VK_EXT_legacy_dithering.adoc | 21 allowing the layer to take advantage of the same hardware feature and
|
D | VK_EXT_direct_mode_display.adoc | 23 applications to take exclusive control of displays associated with a native
|
D | VK_EXT_global_priority.adoc | 33 The global priority level of a queue shall take precedence over the
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Callbacks.cpp | 60 return mData.take(); in get()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_map_memory2.adoc | 18 neither `vkMapMemory()` nor `vkUnmapMemory()` take an input struct with a 24 take input structs which are extensible via the usual `pNext` mechanism:
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | Callbacks.cpp | 120 return mData.take(); in get() 149 return mData.take(); in get()
|
D | Device.cpp | 87 return cb.take(); in getCapabilitiesFrom() 184 return cb.take(); in getSupportedOperations() 252 return cb.take(); in allocate()
|
D | PreparedModel.cpp | 80 return cb.take(); in fencedExecutionCallback() 116 return cb.take(); in executeSynchronously() 220 auto [syncFence, callback] = NN_TRY(cb.take()); in executeFencedInternal()
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthub.hal | 70 * Loading a nanoapp must not take more than 30 seconds. 101 * Unloading a nanoapp must not take more than 5 seconds. 122 * Enabling a nanoapp must not take more than 5 seconds. 143 * Disabling a nanoapp must not take more than 5 seconds.
|
/hardware/interfaces/neuralnetworks/1.1/utils/src/ |
D | Device.cpp | 62 return cb.take(); in getCapabilitiesFrom() 140 return cb.take(); in getSupportedOperations()
|
/hardware/interfaces/graphics/composer/2.4/ |
D | types.hal | 44 * the change can take place.
|
/hardware/interfaces/vibrator/1.2/ |
D | IVibrator.hal | 30 * @return lengthMs The length of time the event is expected to take in
|
/hardware/interfaces/vibrator/1.1/ |
D | IVibrator.hal | 31 * @return lengthMs The length of time the event is expected to take in
|
/hardware/libhardware/modules/local_time/ |
D | Android.bp | 17 // Devices which use the default implementation should take care to ensure that
|
/hardware/google/gfxstream/host/vulkan/ |
D | Android.bp | 70 // http://b/255937616 - clang-tidy can take long with VkDecoder.cpp
|
/hardware/interfaces/nfc/1.1/ |
D | INfc.hal | 45 * Open call to take the @1.1::INfcClientCallback
|