Home
last modified time | relevance | path

Searched defs:handle (Results 451 – 475 of 9246) sorted by relevance

1...<<11121314151617181920>>...370

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_av_api.cc75 void BTA_AvClose(tBTA_AV_HNDL handle) { in BTA_AvClose()
91 void BTA_AvDisconnect(tBTA_AV_HNDL handle) { in BTA_AvDisconnect()
111 void BTA_AvOpen(const RawAddress& bd_addr, tBTA_AV_HNDL handle, bool use_rc, uint16_t uuid) { in BTA_AvOpen()
115 void BTA_AvOpenRc(tBTA_AV_HNDL handle) { in BTA_AvOpenRc()
148 void BTA_AvSetLatency(tBTA_AV_HNDL handle, bool is_low_latency) { in BTA_AvSetLatency()
156 void BTA_AvStart(tBTA_AV_HNDL handle, bool use_latency_mode) { in BTA_AvStart()
160 void BTA_AvStop(tBTA_AV_HNDL handle, bool suspend) { in BTA_AvStop()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_memory_manager.cc42 int GetDeviceFromHandle(int64_t handle) { in GetDeviceFromHandle()
61 int64_t handle = MakeDeviceHandle(tuple->device_ordinal(), CreateUid()); in Register() local
73 bool Release(int64_t handle) { in Release()
84 RefPtr<XRTTupleAllocation> Lookup(int64_t handle) { in Lookup()
200 xla::Backend* backend, int64_t handle, in LookupAndPin()
228 int64_t handle) { in Lookup()
242 Status XRTMemoryManager::Release(int64_t handle) { in Release()
/aosp_15_r20/art/libnativeloader/
H A Dnative_loader.cpp310 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary() local
327 Result<void*> handle = TryLoadNativeloaderExtraLib(path); in OpenNativeLibrary() local
350 void* handle = OpenSystemLibrary(path, RTLD_NOW); in OpenNativeLibrary() local
401 Result<void*> handle = ns.value().Load(path); in OpenNativeLibrary() local
452 Result<void*> handle = ns->Load(path); in OpenNativeLibrary() local
514 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary()
539 Result<void*> handle = ns->Load(path); in OpenNativeLibraryInNamespace() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc162 void BTA_AvOpen(const RawAddress& bd_addr, tBTA_AV_HNDL handle, bool use_rc, uint16_t uuid) { in BTA_AvOpen()
197 void BTA_AvClose(tBTA_AV_HNDL handle) { in BTA_AvClose()
217 void BTA_AvDisconnect(tBTA_AV_HNDL handle) { in BTA_AvDisconnect()
237 void BTA_AvStart(tBTA_AV_HNDL handle, bool use_latency_mode) { in BTA_AvStart()
280 void BTA_AvStop(tBTA_AV_HNDL handle, bool suspend) { in BTA_AvStop()
519 void BTA_AvOpenRc(tBTA_AV_HNDL handle) { in BTA_AvOpenRc()
611 void BTA_AvSetLatency(tBTA_AV_HNDL handle, bool is_low_latency) { in BTA_AvSetLatency()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dops.cc108 auto* handle = new ShapeHandle; in TF_ShapeInferenceContextScalar() local
115 auto* handle = new ShapeHandle; in TF_ShapeInferenceContextVectorFromSize() local
142 TF_ShapeHandle* handle, in TF_ShapeInferenceContextGetInput()
156 TF_ShapeHandle* handle) { in TF_ShapeInferenceContextRankKnown()
162 TF_ShapeHandle* handle, in TF_ShapeInferenceContextSetOutput()
174 void TF_DeleteShapeHandle(TF_ShapeHandle* handle) { in TF_DeleteShapeHandle()
182 void TF_DeleteDimensionHandle(TF_DimensionHandle* handle) { in TF_DeleteDimensionHandle()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/
H A Dcrypto_struct.h72 mbedtls_psa_client_handle_t handle; member
97 mbedtls_psa_client_handle_t handle; member
133 mbedtls_psa_client_handle_t handle; member
161 mbedtls_psa_client_handle_t handle; member
204 mbedtls_psa_client_handle_t handle; member
426 mbedtls_psa_client_handle_t handle; member
464 mbedtls_psa_client_handle_t handle; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dtest_packets.cc26 hci_spec::ConnectionHandle handle) { in AclExtFeaturesInfoReq()
53 l2cap::CommandId id, hci_spec::ConnectionHandle handle, ChannelId chan_id) { in AclCommandRejectNotUnderstoodRsp()
76 hci_spec::ConnectionHandle handle, in AclExtFeaturesInfoRsp()
109 l2cap::CommandId id, hci_spec::ConnectionHandle handle) { in AclFixedChannelsSupportedInfoReq()
137 hci_spec::ConnectionHandle handle, in AclFixedChannelsSupportedInfoRsp()
174 l2cap::CommandId id, hci_spec::ConnectionHandle handle) { in AclNotSupportedInformationResponse()
201 hci_spec::ConnectionHandle handle, in AclConfigReq()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sdp.cc160 uint32_t handle = get_legacy_stack_sdp_api()->handle.SDP_CreateRecord(); in add_sdp_by_uuid() local
218 uint32_t handle = get_legacy_stack_sdp_api()->handle.SDP_CreateRecord(); in add_pbap_sdp() local
277 uint32_t handle = get_legacy_stack_sdp_api()->handle.SDP_CreateRecord(); in add_ops_sdp() local
358 int handle = get_legacy_stack_sdp_api()->handle.SDP_CreateRecord(); in add_spp_sdp() local
426 int handle = 0; in add_rfc_sdp_by_uuid() local
489 void del_rfc_sdp_rec(int handle) { in del_rfc_sdp_rec()
/aosp_15_r20/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DViewerActivity.java37 private native void onSurfaceCreated(long handle, Surface surface); in onSurfaceCreated()
38 private native void onSurfaceChanged(long handle, Surface surface); in onSurfaceChanged()
39 private native void onSurfaceDestroyed(long handle); in onSurfaceDestroyed()
40 private native void onKeyPressed(long handle, int keycode); in onKeyPressed()
41 private native void onTouched(long handle, int owner, int state, float x, float y); in onTouched()
42 private native void onUIStateChanged(long handle, String stateName, String stateValue); in onUIStateChanged()
/aosp_15_r20/external/libchrome/base/synchronization/
H A Dlock_unittest.cc56 PlatformThreadHandle handle; in TEST() local
122 PlatformThreadHandle handle; in TEST() local
136 PlatformThreadHandle handle; in TEST() local
162 PlatformThreadHandle handle; in TEST() local
176 PlatformThreadHandle handle; in TEST() local
222 PlatformThreadHandle handle; in TEST() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt2_remote_service_server_test.cc58 fidl::InterfaceHandle<fbg::RemoteService> handle; in SetUp() local
401 [&](bt::att::Handle handle, bt::gatt::Client::ReadCallback callback) { in TEST_F()
463 bt::gatt::Client::ReadCallback cb) { in TEST_F()
487 fbg::Handle handle; in TEST_F() local
552 [&](bt::att::Handle handle, bt::gatt::Client::ReadCallback callback) { in TEST_F()
621 bt::gatt::Client::ReadCallback cb) { in TEST_F()
646 fbg::Handle handle; in TEST_F() local
679 fbg::Handle handle; in TEST_F() local
695 fbg::Handle handle; in TEST_F() local
728 bt::att::ResultFunction<> cb) { in TEST_F()
[all …]
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DWeakEscrowTokenTests.java65 long handle = mService.addWeakEscrowToken(token, PRIMARY_USER_ID, mockListener); in testWeakTokenActivatedImmediatelyIfNoUserPassword() local
81 long handle = mService.addWeakEscrowToken(token, PRIMARY_USER_ID, mockListener); in testWeakTokenActivatedLaterWithUserPassword() local
105 long handle = mService.addWeakEscrowToken(token, PRIMARY_USER_ID, mockActivateListener); in testWeakTokensRemovedIfCredentialChanged() local
126 long handle = mService.addWeakEscrowToken(token, PRIMARY_USER_ID, mockActivateListener); in testWeakTokenRemovedListenerRegistered() local
166 long handle = mService.addWeakEscrowToken(token, PRIMARY_USER_ID, mockActivateListener); in testUnlockUserWithToken_weakEscrowToken() local
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgen3_mixed_blits.c65 uint32_t handle, in fill_reloc()
89 uint32_t handle; in render_copy() local
323 uint32_t handle; in blt_copy() local
409 uint32_t handle; in create_bo() local
428 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo()
464 uint32_t *handle, *tiling, *start_val; variable
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.cpp100 bool ExtractPartitions(tinyxml2::XMLConstHandle handle, Configuration* config) { in ExtractPartitions()
132 bool ExtractPacked(tinyxml2::XMLConstHandle handle, Configuration* config) { in ExtractPacked()
195 bool ExtractGetVars(tinyxml2::XMLConstHandle handle, Configuration* config) { in ExtractGetVars()
212 bool ExtractOem(tinyxml2::XMLConstHandle handle, Configuration* config) { in ExtractOem()
262 bool ExtractChecksum(tinyxml2::XMLConstHandle handle, Configuration* config) { in ExtractChecksum()
283 tinyxml2::XMLConstHandle handle(&doc); in ParseXml() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc123 uint16_t handle) { in bta_gattc_find_matching_service()
616 const Service* bta_gattc_get_service_for_handle_srcb(tBTA_GATTC_SERV* p_srcb, uint16_t handle) { in bta_gattc_get_service_for_handle_srcb()
624 const Service* bta_gattc_get_service_for_handle(tCONN_ID conn_id, uint16_t handle) { in bta_gattc_get_service_for_handle()
633 const Characteristic* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV* p_srcb, uint16_t handle) { in bta_gattc_get_characteristic_srcb()
649 const Characteristic* bta_gattc_get_characteristic(tCONN_ID conn_id, uint16_t handle) { in bta_gattc_get_characteristic()
660 const Descriptor* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV* p_srcb, uint16_t handle) { in bta_gattc_get_descriptor_srcb()
678 const Descriptor* bta_gattc_get_descriptor(tCONN_ID conn_id, uint16_t handle) { in bta_gattc_get_descriptor()
690 uint16_t handle) { in bta_gattc_get_owning_characteristic_srcb()
708 const Characteristic* bta_gattc_get_owning_characteristic(tCONN_ID conn_id, uint16_t handle) { in bta_gattc_get_owning_characteristic()
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dsession_ref.cc259 string* handle) { in RecordPRunSetup()
278 Status RecordPRun(Session* session, const string& handle, in RecordPRun()
313 Session::CallableHandle* handle) { in RecordMakeCallable()
327 Status RecordRunCallable(Session* session, Session::CallableHandle handle, in RecordRunCallable()
352 Session::CallableHandle handle) { in RecordReleaseCallable()
453 string* handle) { in PRunSetup()
458 Status SessionRef::PRun(const string& handle, in PRun()
470 Status SessionRef::RunCallable(CallableHandle handle, in RunCallable()
478 Status SessionRef::ReleaseCallable(CallableHandle handle) { in ReleaseCallable()
/aosp_15_r20/external/tink/tools/tinkey/src/test/java/com/google/crypto/tink/tinkey/
H A DCreateKeysetCommandTest.java59 KeysetHandle handle = in testCreateCleartext_shouldCreateNewKeyset() local
80 KeysetHandle handle = in testCreateCleartext_explicitJson_shouldCreateNewKeyset() local
101 KeysetHandle handle = in testCreateCleartext_binary_shouldCreateNewKeyset() local
132 KeysetHandle handle = in testCreateCleartext_withMasterKey_shouldCreateNewKeyset() local
164 KeysetHandle handle = in testCreateCleartext_withMasterKey_jsonFormat_shouldCreateNewKeyset() local
/aosp_15_r20/external/deqp/framework/delibs/dethread/win32/
H A DdeMutexWin32.c92 HANDLE handle = DE_NULL; in deMutex_create() local
103 HANDLE handle = (HANDLE)mutex; in deMutex_destroy() local
109 HANDLE handle = (HANDLE)mutex; in deMutex_lock() local
116 HANDLE handle = (HANDLE)mutex; in deMutex_unlock() local
123 HANDLE handle = (HANDLE)mutex; in deMutex_tryLock() local
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/native/
H A Dserver_jni.cc23 TF_Server* requireHandle(JNIEnv* env, jlong handle) { in requireHandle()
57 jlong handle) { in Java_org_tensorflow_Server_start()
71 jlong handle) { in Java_org_tensorflow_Server_stop()
85 jlong handle) { in Java_org_tensorflow_Server_join()
99 jlong handle) { in Java_org_tensorflow_Server_delete()
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java132 PhoneAccountHandle handle) {} in onPhoneAccountRegistered()
134 PhoneAccountHandle handle) {} in onPhoneAccountUnRegistered()
948 public boolean isSelfManagedPhoneAccount(@NonNull PhoneAccountHandle handle) { in isSelfManagedPhoneAccount()
1049 PhoneAccountHandle handle = m.getAccountHandle(); in getRegisteredAccountsForPackageName() local
1084 PhoneAccountHandle handle = account.getAccountHandle(); in cleanupAndGetVerifiedAccounts() local
1146 PhoneAccountHandle handle = account.getAccountHandle(); in enforceCharacterLimit() local
1400 PhoneAccountHandle handle = phoneAccount.getAccountHandle(); in clearAccounts() local
1430 private void fireAccountRegistered(PhoneAccountHandle handle) { in fireAccountRegistered()
1442 private void fireAccountUnRegistered(PhoneAccountHandle handle) { in fireAccountUnRegistered()
1653 public PhoneAccount getPhoneAccountUnchecked(PhoneAccountHandle handle) { in getPhoneAccountUnchecked()
[all …]
/aosp_15_r20/external/igt-gpu-tools/benchmarks/
H A Dgem_userptr_benchmark.c78 static void add_handle_ptr(uint32_t handle, void *ptr) in add_handle_ptr()
89 static void *get_handle_ptr(uint32_t handle) in get_handle_ptr()
94 static void free_handle_ptr(uint32_t handle) in free_handle_ptr()
106 uint32_t handle; in create_userptr_bo() local
118 static void free_userptr_bo(int fd, uint32_t handle) in free_userptr_bo()
126 uint32_t handle = 0; in has_userptr() local
391 uint32_t handle = 0; in test_single() local
/aosp_15_r20/external/ltp/include/
H A Dtst_netdevice.h136 #define NETDEV_ADD_QDISC(ifname, family, parent, handle, qd_kind, config) \ argument
146 #define NETDEV_REMOVE_QDISC(ifname, family, parent, handle, qd_kind) \ argument
158 #define NETDEV_ADD_TRAFFIC_CLASS(ifname, parent, handle, qd_kind, config) \ argument
165 #define NETDEV_REMOVE_TRAFFIC_CLASS(ifname, parent, handle, qd_kind) \ argument
177 #define NETDEV_ADD_TRAFFIC_FILTER(ifname, parent, handle, protocol, priority, \ argument
182 #define NETDEV_ADD_TRAFFIC_FILTER_RET(ifname, parent, handle, protocol, \ argument
191 #define NETDEV_REMOVE_TRAFFIC_FILTER(ifname, parent, handle, protocol, \ argument
/aosp_15_r20/system/core/trusty/storage/interface/include/trusty/interface/
H A Dstorage.h177 uint32_t handle; member
185 uint32_t handle; member
194 uint32_t handle; member
213 uint32_t handle; member
235 uint32_t handle; member
245 uint32_t handle; member
263 uint32_t handle; member
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_syncobj.c40 __syncobj_create(int fd, uint32_t *handle, uint32_t flags) in __syncobj_create()
64 uint32_t handle; in syncobj_create() local
71 __syncobj_destroy(int fd, uint32_t handle) in __syncobj_destroy()
89 syncobj_destroy(int fd, uint32_t handle) in syncobj_destroy()
114 syncobj_handle_to_fd(int fd, uint32_t handle, uint32_t flags) in syncobj_handle_to_fd()
163 syncobj_import_sync_file(int fd, uint32_t handle, int sync_file) in syncobj_import_sync_file()
/aosp_15_r20/system/extras/libfec/test/
H A Dfec_unittest.cpp133 struct fec_handle *handle = nullptr; in TEST_F() local
169 struct fec_handle *handle = nullptr; in TEST_F() local
211 struct fec_handle *handle = nullptr; in TEST_F() local
236 struct fec_handle *handle = nullptr; in TEST_F() local
275 struct fec_handle *handle = nullptr; in TEST_F() local
298 struct fec_handle *handle = nullptr; in TEST_F() local

1...<<11121314151617181920>>...370