Home
last modified time | relevance | path

Searched defs:handle (Results 1626 – 1650 of 9246) sorted by relevance

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

/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/
H A DWebViewFunctorManagerTests.cpp55 auto handle = WebViewFunctorManager::instance().handleFor(functor); in TEST() local
101 auto handle = WebViewFunctorManager::instance().handleFor(functor); in TEST() local
130 auto handle = WebViewFunctorManager::instance().handleFor(functor); in TEST() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_pan_api.h70 uint16_t handle; /* Handle associated with this connection. */ member
76 uint16_t handle; /* Handle associated with this connection. */ member
84 uint16_t handle; /* Handle associated with the connection. */ member
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
H A Dtypes.h112 Handle handle; member
128 Handle handle; member
151 Handle handle; member
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_non_uniform_access.c29 nir_def *handle; member
68 nir_builder *b, struct nu_handle *handle) in nu_handle_compare()
183 struct nu_handle handle; in lower_non_uniform_access_intrin() local
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/
DHybridEntityManager.h160 auto handle = index2Handle(it.first); in forEach() local
173 auto handle = index2Handle(it.first); in forEachLive() local
187 auto handle = index2Handle(it.first); in forEachLive_const() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt2_client_server.cc88 for (bt::att::Handle handle : removed) { in OnWatchServicesResult() local
120 [](const bt::att::Handle& handle) { return fbg::Handle{handle}; }); in TrySendNextWatchServicesResult()
248 fbg::ServiceHandle handle, in ConnectToService()
H A Dprofile_server.cc947 std::optional<bt::gap::Adapter::BrEdr::ScoRequestHandle> handle = in ConnectSco() local
972 std::optional<bt::gap::Adapter::BrEdr::ScoRequestHandle> handle = in ConnectSco() local
996 auto handle = channel->link_handle(); in OnChannelConnected() local
1160 auto handle = audio_direction_ext_servers_.extract(ext_server->unique_id()); in OnAudioDirectionExtError() local
1196 auto handle = l2cap_parameters_ext_servers_.extract(ext_server->unique_id()); in OnL2capParametersExtError() local
1231 auto handle = audio_offload_ext_servers_.extract(ext_server->unique_id()); in OnAudioOffloadExtError() local
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Daubdump.c271 __u32 handle; member
303 get_bo(uint32_t handle) in get_bo()
838 int handle; in relocate_bo() local
871 gem_mmap(int fd, uint32_t handle, uint64_t offset, uint64_t size) in gem_mmap()
1039 add_new_bo(int handle, uint64_t size, void *map) in add_new_bo()
1051 remove_bo(int handle) in remove_bo()
/aosp_15_r20/external/libpcap/
H A Dpcap-sita.c366 static void pcap_cleanup_acn(pcap_t *handle) { in pcap_cleanup_acn()
824 static int pcap_stats_acn(pcap_t *handle, struct pcap_stat *ps) { in pcap_stats_acn()
893 static int pcap_setfilter_acn(pcap_t *handle, struct bpf_program *bpf) { in pcap_setfilter_acn()
919 static int acn_read_n_bytes_with_timeout(pcap_t *handle, int count) { in acn_read_n_bytes_with_timeout()
956 static int pcap_read_acn(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) { in pcap_read_acn()
980 static int pcap_activate_sita(pcap_t *handle) { in pcap_activate_sita()
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Dminpybind.h59 struct handle { struct
60 handle(PyObject* ptr) in handle() argument
70 handle type() const { in type() argument
84 static handle checked(PyObject* ptr) { in checked() argument
/aosp_15_r20/external/libchrome-gestures/src/
H A Dactivity_log.cc134 HandleTimerPre handle; in LogHandleTimerPre() local
145 HandleTimerPost handle; in LogHandleTimerPost() local
247 Json::Value ActivityLog::EncodeHandleTimer(const HandleTimerPre& handle) { in EncodeHandleTimer()
257 Json::Value ActivityLog::EncodeHandleTimer(const HandleTimerPost& handle) { in EncodeHandleTimer()
549 [this, &entries](HandleTimerPre handle) { in EncodeCommonInfo()
552 [this, &entries](HandleTimerPost handle) { in EncodeCommonInfo()
/aosp_15_r20/external/virglrenderer/src/drm/msm/
H A Dmsm_renderer.c99 gem_info(struct msm_context *mctx, uint32_t handle, uint32_t param, uint64_t *val) in gem_info()
117 gem_close(int fd, uint32_t handle) in gem_close()
128 uint32_t handle; member
138 msm_object_create(uint32_t handle, uint32_t flags, uint32_t size) in msm_object_create()
366 uint32_t handle; in msm_renderer_attach_resource() local
939 uint32_t handle = handle_from_res_id(mctx, obj->res_id); in map_object() local
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp56 jfieldID handle; member
300 native_handle_t *handle = native_handle_init(ashmemHandle, 1, 0); in nativeCreateDirectChannel() local
332 jint handle, jint type, jfloatArray floats, jintArray ints) { in nativeSetOperationParameter()
512 static jint nativeEnableSensor(JNIEnv *env, jclass clazz, jlong eventQ, jint handle, jint rate_us, in nativeEnableSensor()
519 static jint nativeDisableSensor(JNIEnv *env, jclass clazz, jlong eventQ, jint handle) { in nativeDisableSensor()
535 static jint nativeInjectSensorData(JNIEnv *env, jclass clazz, jlong eventQ, jint handle, in nativeInjectSensorData()
H A Dandroid_util_jar_StrictJarFile.cpp64 ZipArchiveHandle handle; in StrictJarFile_nativeOpenJarFile() local
102 IterationHandle* handle = new IterationHandle(); in StrictJarFile_nativeStartIteration() local
117 IterationHandle* handle = reinterpret_cast<IterationHandle*>(iterationHandle); in StrictJarFile_nativeNextEntry() local
/aosp_15_r20/external/arm-trusted-firmware/services/std_svc/rmmd/
H A Drmmd_main.c197 void *handle) in rmmd_smc_forward()
220 void *handle, uint64_t flags) in rmmd_rmi_handler()
324 void *handle, uint64_t flags) in rmmd_gtsi_handler()
/aosp_15_r20/external/tpm2-tss/src/tss2-tcti/
H A Dtctildr-dl.c76 void **handle) in handle_from_name()
129 void *handle; in tcti_from_file() local
166 void *handle = NULL; in get_info_default() local
/aosp_15_r20/external/leveldb/db/
H A Dtable_cache.cc42 Cache::Handle** handle) { in FindTable()
85 Cache::Handle* handle = nullptr; in NewIterator() local
104 Cache::Handle* handle = nullptr; in Get() local
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/
H A DBuffer.h91 VkBuffer handle; member
126 inline VkBuffer handle() const { in handle() function
210 VkBufferMemoryBarrier handle; member
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.c187 void *handle; in eap_peer_method_load() local
237 void *handle; in eap_peer_method_unload() local
357 void *handle; in eap_peer_unregister_methods() local
/aosp_15_r20/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/
H A Djazzer_preload.c65 #define INIT_LIBC_HOOK(handle, name) \ argument
169 #define INIT_TRACE_HOOK(handle, name) \ argument
216 __attribute__((visibility("default"))) void jazzer_preload_init(void *handle) { in jazzer_preload_init()
/aosp_15_r20/external/selinux/libsemanage/src/
H A Ddatabase_join.c37 static int dbase_join_cache(semanage_handle_t * handle, dbase_join_t * dbase) in dbase_join_cache()
173 static int dbase_join_flush(semanage_handle_t * handle, dbase_join_t * dbase) in dbase_join_flush()
242 int dbase_join_init(semanage_handle_t * handle, in dbase_join_init()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DCommand.cpp22 VkCommandBuffer handle, in CommandBuffer()
250 VkCommandBuffer handle = handle_; in get_submit_handle() local
301 VkCommandBuffer handle = buffers_[in_use_]; in get_new_cmd() local
/aosp_15_r20/external/capstone/arch/M68K/
H A DM68KInstPrinter.c343 const char* M68K_reg_name(csh handle, unsigned int reg) in M68K_reg_name()
360 const char* M68K_insn_name(csh handle, unsigned int id) in M68K_insn_name()
379 const char *M68K_group_name(csh handle, unsigned int id) in M68K_group_name()
/aosp_15_r20/hardware/google/aemu/host-common/
Dgoldfish_sync.cpp89 uint64_t handle, in sendCommand()
113 uint64_t handle, in goldfish_sync_receive_hostcmd_result()
129 uint64_t handle, in sendCommandAndGetResult()
/aosp_15_r20/external/cronet/ipc/
H A Dipc_channel_mojo_unittest.cc282 mojo::ScopedInterfaceEndpointHandle handle) override { in OnAssociatedInterfaceRequest()
548 mojo::MessagePipeHandle handle; in OnMessageReceived() local
801 ChannelProxyRunner(mojo::ScopedMessagePipeHandle handle, in ChannelProxyRunner()
902 mojo::ScopedInterfaceEndpointHandle handle) override { in OnAssociatedInterfaceRequest()
964 void Init(mojo::ScopedMessagePipeHandle handle) { in Init()
1033 mojo::ScopedInterfaceEndpointHandle handle) override { in OnAssociatedInterfaceRequest()
1166 mojo::ScopedInterfaceEndpointHandle handle) override { in OnAssociatedInterfaceRequest()
1338 mojo::ScopedInterfaceEndpointHandle handle) override { in OnAssociatedInterfaceRequest()
1407 mojo::ScopedInterfaceEndpointHandle handle) override { in OnAssociatedInterfaceRequest()
1678 mojo::ScopedInterfaceEndpointHandle handle) override { in OnAssociatedInterfaceRequest()
[all …]

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