Home
last modified time | relevance | path

Searched defs:handle (Results 76 – 100 of 1912) sorted by relevance

12345678910>>...77

/aosp12/system/bt/stack/acl/
H A Dble_acl.cc38 uint16_t handle, tHCI_ROLE role, in acl_ble_common_connection()
76 uint16_t handle, tHCI_ROLE role, bool match, in acl_ble_connection_complete()
92 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete()
125 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete_from_shim()
145 uint16_t handle, bool enhanced, in acl_ble_connection_fail()
162 void acl_ble_update_event_received(tHCI_STATUS status, uint16_t handle, in acl_ble_update_event_received()
/aosp12/system/bt/test/mock/
H A Dmock_bta_gattc_api.cc45 uint16_t handle) { in BTA_GATTC_GetCharacteristic()
50 uint16_t handle) { in BTA_GATTC_GetOwningCharacteristic()
55 uint16_t handle) { in BTA_GATTC_GetDescriptor()
60 uint16_t handle) { in BTA_GATTC_GetOwningService()
70 uint16_t handle) { in BTA_GATTC_DeregisterForNotifications()
76 uint16_t handle) { in BTA_GATTC_RegisterForNotifications()
120 void BTA_GATTC_PrepareWrite(uint16_t conn_id, uint16_t handle, uint16_t offset, in BTA_GATTC_PrepareWrite()
125 void BTA_GATTC_ReadCharDescr(uint16_t conn_id, uint16_t handle, in BTA_GATTC_ReadCharDescr()
130 void BTA_GATTC_ReadCharacteristic(uint16_t conn_id, uint16_t handle, in BTA_GATTC_ReadCharacteristic()
155 void BTA_GATTC_WriteCharDescr(uint16_t conn_id, uint16_t handle, in BTA_GATTC_WriteCharDescr()
[all …]
/aosp12/hardware/qcom/display/msm8998/libqdutils/
H A DqdMetaData.cpp38 static int validateAndMap(private_handle_t* handle) { in validateAndMap()
65 int setMetaData(private_handle_t *handle, DispParamType paramType, in setMetaData()
126 int clearMetaData(private_handle_t *handle, DispParamType paramType) { in clearMetaData()
145 int getMetaData(private_handle_t *handle, DispFetchParamType paramType, in getMetaData()
/aosp12/system/bt/bta/hf_client/
H A Dbta_hf_client_api.cc113 void BTA_HfClientClose(uint16_t handle) { in BTA_HfClientClose()
133 void BTA_HfClientAudioOpen(uint16_t handle) { in BTA_HfClientAudioOpen()
153 void BTA_HfClientAudioClose(uint16_t handle) { in BTA_HfClientAudioClose()
172 void BTA_HfClientSendAT(uint16_t handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, in BTA_HfClientSendAT()
/aosp12/hardware/qcom/sdm845/display/libqdutils/
H A DqdMetaData.cpp42 static int validateAndMap(private_handle_t* handle) { in validateAndMap()
67 static void unmapAndReset(private_handle_t *handle) { in unmapAndReset()
74 int setMetaData(private_handle_t *handle, DispParamType paramType, in setMetaData()
157 int clearMetaData(private_handle_t *handle, DispParamType paramType) { in clearMetaData()
181 int getMetaData(private_handle_t *handle, DispFetchParamType paramType, in getMetaData()
356 int setMetaDataAndUnmap(struct private_handle_t *handle, enum DispParamType paramType, in setMetaDataAndUnmap()
363 int getMetaDataAndUnmap(struct private_handle_t *handle, in getMetaDataAndUnmap()
/aosp12/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java71 RequestHandle handle = in verifyFailure() local
121 RequestHandle handle = mRequestQueue.queueRequest( in verifySuccess() local
197 RequestHandle handle = mRequestQueue.queueRequest( in testGet() local
270 RequestHandle handle = mRequestQueue.queueRequest( in testHead() local
297 RequestHandle handle = mRequestQueue.queueRequest( in testChunked() local
433 RequestHandle handle = mRequestQueue.queueRequest( in testPost() local
471 RequestHandle handle = mRequestQueue.queueRequest( in testPostWithData() local
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java71 RequestHandle handle = in verifyFailure() local
121 RequestHandle handle = mRequestQueue.queueRequest( in verifySuccess() local
197 RequestHandle handle = mRequestQueue.queueRequest( in testGet() local
270 RequestHandle handle = mRequestQueue.queueRequest( in testHead() local
297 RequestHandle handle = mRequestQueue.queueRequest( in testChunked() local
433 RequestHandle handle = mRequestQueue.queueRequest( in testPost() local
471 RequestHandle handle = mRequestQueue.queueRequest( in testPostWithData() local
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java529 int getCredentialType(long handle, int userId) { in getCredentialType()
652 private int loadWeaverSlot(long handle, int userId) { in loadWeaverSlot()
675 private void destroyWeaverSlot(long handle, int userId) { in destroyWeaverSlot()
740 long handle = generateHandle(); in createPasswordBasedSyntheticPassword() local
885 long handle = generateHandle(); in createTokenBasedSyntheticPassword() local
913 public boolean removePendingToken(long handle, int userId) { in removePendingToken()
1232 public boolean existsHandle(long handle, int userId) { in existsHandle()
1305 long handle, int userId) { in savePasswordMetrics()
1366 private String getKeyName(long handle) { in getKeyName()
1388 protected long sidFromPasswordHandle(byte[] handle) { in sidFromPasswordHandle()
[all …]
/aosp12/system/bt/stack/sdp/
H A Dsdp_db.cc143 tSDP_RECORD* sdp_db_find_record(uint32_t handle) { in sdp_db_find_record()
247 uint32_t handle; in SDP_CreateRecord() local
291 bool SDP_DeleteRecord(uint32_t handle) { in SDP_DeleteRecord()
347 bool SDP_AddAttribute(uint32_t handle, uint16_t attr_id, uint8_t attr_type, in SDP_AddAttribute()
474 bool SDP_AddSequence(uint32_t handle, uint16_t attr_id, uint16_t num_elem, in SDP_AddSequence()
585 bool SDP_AddProtocolList(uint32_t handle, uint16_t num_elem, in SDP_AddProtocolList()
611 bool SDP_AddAdditionProtoLists(uint32_t handle, uint16_t num_elem, in SDP_AddAdditionProtoLists()
653 bool SDP_AddProfileDescriptorList(uint32_t handle, uint16_t profile_uuid, in SDP_AddProfileDescriptorList()
693 bool SDP_AddLanguageBaseAttrIDList(uint32_t handle, uint16_t lang, in SDP_AddLanguageBaseAttrIDList()
731 bool SDP_AddServiceClassIdList(uint32_t handle, uint16_t num_services, in SDP_AddServiceClassIdList()
[all …]
/aosp12/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp58 buffer_handle_t handle) in gralloc_map()
92 buffer_handle_t handle) in gralloc_unmap()
127 buffer_handle_t handle) in gralloc_register_buffer()
154 buffer_handle_t handle) in gralloc_unregister_buffer()
201 buffer_handle_t handle, int usage, in gralloc_map_and_invalidate()
235 buffer_handle_t handle, int usage, in gralloc_lock()
247 buffer_handle_t handle, int usage, in gralloc_lock_ycbcr()
302 buffer_handle_t handle) in gralloc_unlock()
347 native_handle_t** handle = va_arg(args, native_handle_t**); in gralloc_perform() local
/aosp12/hardware/google/graphics/common/libgscaler/
H A Dlibgscaler_obj.cpp287 bool CGscaler::m_gsc_m2m_destroy(void *handle) in m_gsc_m2m_destroy()
318 int CGscaler::m_gsc_m2m_stop(void *handle) in m_gsc_m2m_stop()
398 int CGscaler::m_gsc_m2m_run_core(void *handle) in m_gsc_m2m_run_core()
911 int CGscaler::m_gsc_m2m_config(void *handle, in m_gsc_m2m_config()
967 int CGscaler::m_gsc_out_config(void *handle, in m_gsc_out_config()
1217 int CGscaler::m_gsc_cap_config(void *handle, in m_gsc_cap_config()
1426 int CGscaler::m_gsc_m2m_run(void *handle, in m_gsc_m2m_run()
1768 int CGscaler::StopMpp(void *handle) in StopMpp()
1773 void CGscaler::DestroyMpp(void *handle) in DestroyMpp()
1785 int CGscaler::FreeMpp(void *handle) in FreeMpp()
[all …]
/aosp12/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h413 struct ion_handle *handle) { } in ion_free()
423 struct ion_handle *handle) in ion_sg_table()
429 struct ion_handle *handle, unsigned long flags) in ion_map_kernel()
435 struct ion_handle *handle) { } in ion_unmap_kernel()
448 struct ion_handle *handle, unsigned long *flags) in ion_handle_get_flags()
454 struct ion_handle *handle, int domain_num, in ion_map_iommu()
465 struct ion_handle *handle, int domain_num, in ion_unmap_iommu()
485 struct ion_handle *handle, void *vaddr, in msm_ion_do_cache_op()
518 ion_user_handle_t handle; member
532 ion_user_handle_t handle; member
[all …]
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc475 uint16_t handle; in btu_hcif_log_command_metrics() local
952 uint16_t handle; in btu_hcif_connection_comp_evt() local
1026 uint16_t handle; in btu_hcif_disconnection_comp_evt() local
1050 uint16_t handle; in btu_hcif_authentication_comp_evt() local
1126 uint16_t handle; in btu_hcif_encryption_change_evt() local
1161 uint16_t handle; in btu_hcif_read_rmt_ext_features_comp_evt() local
1184 uint16_t handle; in btu_hcif_esco_connection_comp_evt() local
1215 uint16_t handle; in btu_hcif_esco_connection_chg_evt() local
1399 uint16_t handle; in btu_hcif_hdl_command_status() local
1587 uint16_t handle; in btu_hcif_mode_change_evt() local
[all …]
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dacl_connection_handler.cc110 uint16_t handle = GetUnusedHandle(); in CreateConnection() local
125 uint16_t handle = GetUnusedHandle(); in CreateLeConnection() local
133 bool AclConnectionHandler::Disconnect(uint16_t handle) { in Disconnect()
166 void AclConnectionHandler::Encrypt(uint16_t handle) { in Encrypt()
180 void AclConnectionHandler::SetAddress(uint16_t handle, in SetAddress()
214 auto handle = GetUnusedHandle(); in SetCigParameters() local
239 bool AclConnectionHandler::ConnectCis(uint16_t handle) { in ConnectCis()
259 void AclConnectionHandler::SetRemoteCisHandle(uint16_t handle, in SetRemoteCisHandle()
272 bool AclConnectionHandler::RejectCis(uint16_t handle) { in RejectCis()
289 uint16_t handle = 0xffff; in GetPendingAclHandle() local
/aosp12/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp59 int handle; member
199 int sensors_poll_context_t::activate(int handle, int enabled) { in activate()
207 int sensors_poll_context_t::setDelay(int handle, int64_t ns) in setDelay()
357 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, in batch()
366 void inv_pending_flush(int handle) { in inv_pending_flush()
380 int sensors_poll_context_t::flush(int handle) in flush()
400 int handle, int enabled) in poll__activate()
407 int handle, int64_t ns) in poll__setDelay()
429 int handle, int flags, int64_t period_ns, int64_t timeout) in poll__batch()
437 int handle) in poll__flush()
H A DCompassSensor.AKM.cpp76 int CompassSensor::enable(int32_t handle, int en) in enable()
84 int CompassSensor::setDelay(int32_t handle, int64_t ns) in setDelay()
96 int CompassSensor::getEnable(int32_t handle) in getEnable()
108 int64_t CompassSensor::getDelay(int32_t handle) in getDelay()
/aosp12/packages/modules/adb/client/
H A Dusb_osx.cpp103 static void AddDevice(std::unique_ptr<usb_handle> handle) { in AddDevice()
299 std::unique_ptr<usb_handle> handle = in AndroidInterfaceAdded() local
332 std::unique_ptr<usb_handle> handle; in CheckInterface() local
470 int usb_write(usb_handle *handle, const void *buf, int len) in usb_write()
509 int usb_read(usb_handle *handle, void *buf, int len) in usb_read()
549 int usb_close(usb_handle *handle) in usb_close()
561 void usb_reset(usb_handle* handle) { in usb_reset()
566 static void usb_kick_locked(usb_handle *handle) in usb_kick_locked()
581 void usb_kick(usb_handle *handle) { in usb_kick()
587 size_t usb_get_max_packet_size(usb_handle* handle) { in usb_get_max_packet_size()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifihal_vendor.cpp65 NUDStatsCommand::NUDStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) in NUDStatsCommand()
76 NUDStatsCommand* NUDStatsCommand::instance(wifi_handle handle) in instance()
251 wifi_handle handle = getWifiHandle(iface); in wifi_set_nud_stats() local
300 wifi_handle handle = getWifiHandle(iface); in wifi_get_nud_stats() local
348 wifi_handle handle = getWifiHandle(iface); in wifi_clear_nud_stats() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/
H A DSoundTriggerMiddlewareImplTest.java397 int handle = module.loadModel(model); in loadGenericModel_2_0() local
450 int handle = module.loadModel(model); in loadGenericModel_2_1() local
514 int handle = module.loadPhraseModel(model); in loadPhraseModel_2_0() local
586 int handle = module.loadPhraseModel(model); in loadPhraseModel_2_1() local
907 int handle = loadPhraseModel(module, hwHandle).first; in testLoadUnloadPhraseModel() local
941 int handle = loadPhraseModel(module, hwHandle).first; in testStartStopPhraseRecognition() local
963 int handle = modelHandles.first; in testRecognition() local
994 int handle = modelHandles.first; in testPhraseRecognition() local
1032 int handle = modelHandles.first; in testForceRecognition() local
1077 int handle = modelHandles.first; in testForcePhraseRecognition() local
[all …]
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_mgr.cpp69 static void unmapAndReset(private_handle_t *handle, uint64_t reserved_region_size = 0) { in unmapAndReset()
77 static int validateAndMap(private_handle_t *handle, uint64_t reserved_region_size = 0) { in validateAndMap()
742 private_handle_t *handle = const_cast<private_handle_t *>(hnd); in FreeBuffer() local
832 Error BufferManager::MapBuffer(private_handle_t const *handle) { in MapBuffer()
861 private_handle_t *handle = const_cast<private_handle_t *>(hnd); in RetainBuffer() local
919 private_handle_t *handle = const_cast<private_handle_t *>(hnd); in LockBuffer() local
926 Error BufferManager::FlushBuffer(const private_handle_t *handle) { in FlushBuffer()
944 Error BufferManager::RereadBuffer(const private_handle_t *handle) { in RereadBuffer()
962 Error BufferManager::UnlockBuffer(const private_handle_t *handle) { in UnlockBuffer()
1134 for (auto handle : handles_map_) { in GetAllHandles() local
[all …]
/aosp12/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.cpp76 int CompassSensor::enable(int32_t handle, int en) in enable()
84 int CompassSensor::setDelay(int32_t handle, int64_t ns) in setDelay()
96 int CompassSensor::getEnable(int32_t handle) in getEnable()
108 int64_t CompassSensor::getDelay(int32_t handle) in getDelay()
H A DPressureSensor.IIO.secondary.cpp89 int PressureSensor::enable(int32_t handle, int en) in enable()
102 int PressureSensor::setDelay(int32_t handle, int64_t ns) in setDelay()
131 int PressureSensor::getEnable(int32_t handle) in getEnable()
141 int64_t PressureSensor::getDelay(int32_t handle) in getDelay()
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp230 Status<FileReference> Transaction::PushFileHandle(const LocalHandle& handle) { in PushFileHandle()
237 const BorrowedHandle& handle) { in PushFileHandle()
243 Status<FileReference> Transaction::PushFileHandle(const RemoteHandle& handle) { in PushFileHandle()
248 const LocalChannelHandle& handle) { in PushChannelHandle()
255 const BorrowedChannelHandle& handle) { in PushChannelHandle()
262 const RemoteChannelHandle& handle) { in PushChannelHandle()
266 bool Transaction::GetFileHandle(FileReference ref, LocalHandle* handle) { in GetFileHandle()
272 LocalChannelHandle* handle) { in GetChannelHandle()
/aosp12/frameworks/native/libs/sensor/
H A DISensorEventConnection.cpp61 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable()
75 virtual status_t setEventRate(int handle, nsecs_t ns) in setEventRate()
92 virtual int32_t configureChannel(int32_t handle, int32_t rateLevel) { in configureChannel()
133 int handle = data.readInt32(); in onTransact() local
145 int handle = data.readInt32(); in onTransact() local
159 int handle = data.readInt32(); in onTransact() local
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpServer.java123 public void sendObjectAdded(int handle) { in sendObjectAdded()
127 public void sendObjectRemoved(int handle) { in sendObjectRemoved()
131 public void sendObjectInfoChanged(int handle) { in sendObjectInfoChanged()
157 private native final void native_send_object_added(int handle); in native_send_object_added()
158 private native final void native_send_object_removed(int handle); in native_send_object_removed()
159 private native final void native_send_object_info_changed(int handle); in native_send_object_info_changed()

12345678910>>...77