Home
last modified time | relevance | path

Searched defs:link (Results 1 – 25 of 71) sorted by relevance

123

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.cc48 auto* link = GetLink(device); in ConnectFixedChannelServices() local
92 auto* link = GetLink(device); in ConnectDynamicChannelServices() local
108 auto* link = GetLink(remote); in InitiateConnectionForSecurity() local
148 auto link = GetLink(remote); in handle_link_security_hold() local
157 auto link = GetLink(remote); in handle_link_security_release() local
166 auto link = GetLink(remote); in handle_link_security_disconnect() local
175 auto link = GetLink(remote); in handle_link_security_ensure_authenticated() local
184 auto link = GetLink(remote); in handle_link_security_ensure_encrypted() local
198 LinkSecurityInterfaceImpl(os::Handler* handler, LinkManager* link_manager, Link* link) in LinkSecurityInterfaceImpl()
251 auto* link = GetLink(device); in OnConnectSuccess() local
[all …]
Dfixed_channel_impl_mock.h31 …MockFixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link… in MockFixedChannelImpl()
Dfixed_channel_impl.cc33 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager.cc48 auto* link = GetLink(address_with_type); in ConnectFixedChannelServices() local
90 auto* link = GetLink(device); in ConnectDynamicChannelServices() local
117 auto* link = GetLink(connected_address_with_type); in OnLeConnectSuccess() local
153 auto* link = GetLink(address_with_type); in OnDisconnect() local
192 auto* link = GetLink(address_with_type); in OnReadRemoteVersionInformationComplete() local
Dfixed_channel_impl.cc42 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl()
/packages/modules/Bluetooth/system/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller_test.cc77 testing::MockILink link; in TEST_F() local
100 testing::MockILink link; in TEST_F() local
117 testing::MockILink link; in TEST_F() local
143 testing::MockILink link; in TEST_F() local
168 testing::MockILink link; in TEST_F() local
192 testing::MockILink link; in TEST_F() local
Dle_credit_based_channel_data_controller_test.cc75 testing::MockILink link; in TEST_F() local
95 testing::MockILink link; in TEST_F() local
127 testing::MockILink link; in TEST_F() local
144 testing::MockILink link; in TEST_F() local
166 testing::MockILink link; in TEST_F() local
Dsender.cc32 Sender::Sender(os::Handler* handler, ILink* link, Scheduler* scheduler, std::shared_ptr<ChannelImpl… in Sender()
40 Sender::Sender(os::Handler* handler, ILink* link, Scheduler* scheduler, std::shared_ptr<ChannelImpl… in Sender()
Ddynamic_channel_allocator.h47 DynamicChannelAllocator(l2cap::internal::ILink* link, os::Handler* l2cap_handler) in DynamicChannelAllocator()
Ddynamic_channel_impl.cc35 …amicChannelImpl::DynamicChannelImpl(Psm psm, Cid cid, Cid remote_cid, l2cap::internal::ILink* link, in DynamicChannelImpl()
Ddata_pipeline_manager.h58 DataPipelineManager(os::Handler* handler, ILink* link, LowerQueueUpEnd* link_queue_up_end) in DataPipelineManager()
Dfixed_channel_allocator.h43 …FixedChannelAllocator(LinkType* link, os::Handler* l2cap_handler) : link_(link), l2cap_handler_(l2… in FixedChannelAllocator()
Dle_credit_based_channel_data_controller.cc30 LeCreditBasedDataController::LeCreditBasedDataController(ILink* link, Cid cid, Cid remote_cid, in LeCreditBasedDataController()
/packages/modules/StatsD/statsd/benchmark/
Dget_dimensions_for_condition_benchmark.cpp32 static void createLogEventAndLink(LogEvent* event, Metric2Condition *link) { in createLogEventAndLink()
62 Metric2Condition link; in BM_GetDimensionInCondition() local
/packages/modules/Bluetooth/system/gd/l2cap/le/
Ddynamic_channel.h35 internal::Link* link, in DynamicChannel()
Dlink_options.cc30 LinkOptions::LinkOptions(hci::acl_manager::LeAclConnection* acl_connection, internal::Link* link, in LinkOptions()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/v34/
DPermissionRationaleActivity.java489 ClickableSpan link) { in createDataSharingSourceMessageWithSpans()
524 ClickableSpan link) { in createSettingsMessageWithSpans()
554 private CharSequence setLink(CharSequence baseText, ClickableSpan link) { in setLink()
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dfuzz_l2cap.cc67 Link* link = l2shim.link_manager->GetLink(myAddress); in LLVMFuzzerTestOneInput() local
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs246 let link = hci::command_connection_handle(&command) in ingest_hci() localVariable
292 fn link(&self, idx: u8) -> &Link { in link() method
/packages/apps/Settings/src/com/android/settings/utils/
DAnnotationSpan.java67 AnnotationSpan link = null; in linkify() local
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel.cc95 void SecurityManagerChannel::OnLinkConnected(std::unique_ptr<l2cap::classic::LinkSecurityInterface>… in OnLinkConnected()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DSatelliteSetting.java189 final String[] link = new String[1]; in updateDynamicPreferenceViews() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DExtendedWifiInfo.java96 MloLink link = getAffiliatedMloLink(linkId); in updateMloRates() local
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DDeletionHelperActivity.java204 NoThresholdSpan link = new NoThresholdSpan(parent); in linkify() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java367 String link = null; in createFileForSharedContent() local

123