Home
last modified time | relevance | path

Searched defs:handle (Results 1701 – 1725 of 9246) sorted by relevance

1...<<61626364656667686970>>...370

/aosp_15_r20/external/ComputeLibrary/src/graph/detail/
H A DCrossLayerMemoryManagerHelpers.cpp67 IMemoryGroup *get_memory_group_from_handle(GraphContext &ctx, ITensorHandle *handle) in get_memory_group_from_handle()
167 for(const auto &handle : task_handles.input_handles) in count_input_handles_per_target() local
195 for(auto &handle : handles) in configure_handle_lifetime() local
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DAudioPort.java96 AudioPort(AudioHandle handle, int role, String name, in AudioPort()
118 AudioPort(AudioHandle handle, int role, String name, in AudioPort()
146 AudioHandle handle() { in handle() method in AudioPort
/aosp_15_r20/external/libdrm/etnaviv/
H A Detnaviv_bo.c59 static struct etna_bo *lookup_bo(void *tbl, uint32_t handle) in lookup_bo()
76 uint32_t size, uint32_t handle, uint32_t flags) in bo_from_handle()
195 uint32_t handle; in etna_bo_from_dmabuf() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/time/
Dsleep.rs257 let handle = scheduler::Handle::current(); in new_timeout() localVariable
261 let handle = scheduler::Handle::current(); in new_timeout() localVariable
263 let handle = &handle.driver().time(); in new_timeout() localVariable
/aosp_15_r20/external/cronet/base/memory/
H A Dshared_memory_switch.cc134 HANDLE handle = shmem_handle.release(); in Serialize() local
219 HANDLE handle = win::Uint32ToHandle(checked_cast<uint32_t>(shmem_handle)); in Deserialize() local
249 const uint32_t handle = checked_cast<uint32_t>(shmem_handle); in Deserialize() local
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DDescriptor.cpp56 VkDescriptorSet handle, in DescriptorSet()
219 VkDescriptorSet handle = descriptors_[in_use_]; in get_descriptor_set() local
329 VkDescriptorSet handle = it->second.get_descriptor_set(); in get_descriptor_set() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DShaderLang.cpp1372 void ShDestruct(ShHandle handle) in ShDestruct()
1443 const ShHandle handle, in ShCompile()
1551 void ShSetEncryptionMethod(ShHandle handle) in ShSetEncryptionMethod()
1560 const char* ShGetInfoLog(const ShHandle handle) in ShGetInfoLog()
1583 const void* ShGetExecutable(const ShHandle handle) in ShGetExecutable()
1605 int ShSetVirtualAttributeBindings(const ShHandle handle, const ShBindingTable* table) in ShSetVirtualAttributeBindings()
1624 int ShSetFixedAttributeBindings(const ShHandle handle, const ShBindingTable* table) in ShSetFixedAttributeBindings()
1642 int ShExcludeAttributes(const ShHandle handle, int *attributes, int count) in ShExcludeAttributes()
1663 int ShGetUniformLocation(const ShHandle handle, const char* name) in ShGetUniformLocation()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1354 void ShDestruct(ShHandle handle) in ShDestruct()
1428 const ShHandle handle, in ShCompile()
1532 void ShSetEncryptionMethod(ShHandle handle) in ShSetEncryptionMethod()
1541 const char* ShGetInfoLog(const ShHandle handle) in ShGetInfoLog()
1564 const void* ShGetExecutable(const ShHandle handle) in ShGetExecutable()
1586 int ShSetVirtualAttributeBindings(const ShHandle handle, const ShBindingTable* table) in ShSetVirtualAttributeBindings()
1605 int ShSetFixedAttributeBindings(const ShHandle handle, const ShBindingTable* table) in ShSetFixedAttributeBindings()
1623 int ShExcludeAttributes(const ShHandle handle, int *attributes, int count) in ShExcludeAttributes()
1644 int ShGetUniformLocation(const ShHandle handle, const char* name) in ShGetUniformLocation()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dresource_mgr.cc57 Tensor* handle; in MakeResourceHandleToOutput() local
226 Status ResourceMgr::Lookup(const ResourceHandle& handle, in Lookup()
306 Status ResourceMgr::Delete(const ResourceHandle& handle) { in Delete()
388 ResourceHandle* handle) { in HandleFromInput()
/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A Dresource.rs180 pub handle: GuestResourceHandle, field
257 let handle = GuestResourceHandle::GuestPages(GuestMemHandle { in from_virtio_guest_mem_entry() localVariable
305 let handle = TryInto::<u32>::try_into(uuid) in from_virtio_object_entry() localVariable
317 let handle = GuestResourceHandle::VirtioObject(VirtioObjectHandle { in from_virtio_object_entry() localVariable
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/acpi/
H A Dltp_acpi_cmds.c76 static acpi_status get_str_object(acpi_handle handle) in get_str_object()
113 static void get_crs_object(acpi_handle handle) in get_crs_object()
124 static void get_sysfs_path(acpi_handle handle) in get_sysfs_path()
289 static void acpi_bus_notify(acpi_handle handle, u32 type, void *data) in acpi_bus_notify()
/aosp_15_r20/external/rust/android-crates-io/crates/libloading/src/os/windows/
Dmod.rs84 let mut handle: HMODULE = 0; in this() localVariable
117 let mut handle: HMODULE = 0; in open_already_loaded() localVariable
161 let handle = LoadLibraryExW(wide_filename.as_ptr(), 0, flags); in load_with_flags() localVariable
223 let handle = self.0; in into_raw() localVariable
/aosp_15_r20/art/libnativebridge/
H A Dnative_bridge.cc258 void* handle = OpenSystemLibrary(nb_library_filename, RTLD_LAZY); in LoadNativeBridge() local
572 void* NativeBridgeGetTrampoline(void* handle, const char* name, const char* shorty, in NativeBridgeGetTrampoline()
578 void* handle, const char* name, const char* shorty, uint32_t len, JNICallType jni_call_type) { in NativeBridgeGetTrampoline2()
638 int NativeBridgeUnloadLibrary(void* handle) { in NativeBridgeUnloadLibrary()
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp629 std::unique_ptr<BufferGl> EmulationGl::createBuffer(uint64_t size, HandleType handle) { in createBuffer()
654 HandleType handle) { in createColorBuffer()
669 HandleType handle) { in createEmulatedEglContext()
714 HandleType handle) { in createEmulatedEglWindowSurface()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dev_epoll1_linux.cc188 void ForkFdListAddHandle(Epoll1EventHandle* handle) { in ForkFdListAddHandle()
201 void ForkFdListRemoveHandle(Epoll1EventHandle* handle) { in ForkFdListRemoveHandle()
382 Epoll1EventHandle* handle = in Close() local
445 Epoll1EventHandle* handle = reinterpret_cast<Epoll1EventHandle*>( in ProcessEpollEvents() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dev_epoll1_linux.cc189 void ForkFdListAddHandle(Epoll1EventHandle* handle) { in ForkFdListAddHandle()
202 void ForkFdListRemoveHandle(Epoll1EventHandle* handle) { in ForkFdListRemoveHandle()
388 Epoll1EventHandle* handle = in Close() local
451 Epoll1EventHandle* handle = reinterpret_cast<Epoll1EventHandle*>( in ProcessEpollEvents() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dsys.rs41 pub(super) handle: ash::vk::CommandBuffer, field
214 fn handle(&self) -> Self::Handle { in handle() method
286 fn handle(&self) -> Self::Handle { in handle() method
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DCpuDescriptorManager.cpp142 void GrD3DCpuDescriptorManager::Heap::freeCPUHandle(const GrD3DDescriptorHeap::CPUHandle& handle) { in freeCPUHandle()
163 GrD3DDescriptorHeap::CPUHandle handle = fDescriptorHeaps[i]->allocateCPUHandle(); in allocateHandle() local
177 GrD3DDescriptorHeap::CPUHandle handle = in allocateHandle() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_metrics_logging.cc55 void log_read_rssi_result(const RawAddress& address, uint16_t handle, uint32_t cmd_status, in log_read_rssi_result()
60 void log_read_failed_contact_counter_result(const RawAddress& address, uint16_t handle, in log_read_failed_contact_counter_result()
66 void log_read_tx_power_level_result(const RawAddress& address, uint16_t handle, uint32_t cmd_status, in log_read_tx_power_level_result()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8m/ddr/
Ddram.c185 void *handle, void *cookie) in waiting_dvfs()
304 int dram_dvfs_get_freq_info(void *handle, u_register_t index) in dram_dvfs_get_freq_info()
332 int dram_dvfs_handler(uint32_t smc_fid, void *handle, in dram_dvfs_handler()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DTinkProtoKeysetFormatTest.java90 KeysetHandle handle = in generateAead() local
337 KeysetHandle handle = in parseKeysetFromTestVector() local
367 KeysetHandle handle = in parseEncryptedKeysetFromTestVector() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thready_event_engine/
Dthready_event_engine.cc77 bool ThreadyEventEngine::CancelConnect(ConnectionHandle handle) { in CancelConnect()
110 bool ThreadyEventEngine::Cancel(TaskHandle handle) { in Cancel()
161 LookupTaskHandle handle) { in CancelLookup()
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/std_svc/rmmd/
Drmmd_main.c276 uint64_t x4, void *handle) in rmmd_smc_forward()
311 void *handle, uint64_t flags) in rmmd_rmi_handler()
443 void *handle, uint64_t flags) in rmmd_rmm_el3_handler()
/aosp_15_r20/external/libdrm/exynos/
H A Dexynos_drm.c143 drm_public int exynos_bo_get_info(struct exynos_device *dev, uint32_t handle, in exynos_bo_get_info()
314 exynos_prime_handle_to_fd(struct exynos_device *dev, uint32_t handle, int *fd) in exynos_prime_handle_to_fd()
329 exynos_prime_fd_to_handle(struct exynos_device *dev, int fd, uint32_t *handle) in exynos_prime_fd_to_handle()
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_pread.c46 static void *wrap_gem_mmap__gtt(int i915, uint32_t handle, in wrap_gem_mmap__gtt()
62 uint32_t handle = gem_create(i915, MiB(4)); in pread_self() local
80 static void do_gem_read(int fd, uint32_t handle, void *buf, int len, int loops) in do_gem_read()

1...<<61626364656667686970>>...370