/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link_manager.cc | 48 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 …]
|
D | fixed_channel_impl_mock.h | 31 …MockFixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link… in MockFixedChannelImpl()
|
D | fixed_channel_impl.cc | 33 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link_manager.cc | 48 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
|
D | fixed_channel_impl.cc | 42 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl()
|
/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | enhanced_retransmission_mode_channel_data_controller_test.cc | 77 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
|
D | le_credit_based_channel_data_controller_test.cc | 75 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
|
D | sender.cc | 32 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()
|
D | dynamic_channel_allocator.h | 47 DynamicChannelAllocator(l2cap::internal::ILink* link, os::Handler* l2cap_handler) in DynamicChannelAllocator()
|
D | dynamic_channel_impl.cc | 35 …amicChannelImpl::DynamicChannelImpl(Psm psm, Cid cid, Cid remote_cid, l2cap::internal::ILink* link, in DynamicChannelImpl()
|
D | data_pipeline_manager.h | 58 DataPipelineManager(os::Handler* handler, ILink* link, LowerQueueUpEnd* link_queue_up_end) in DataPipelineManager()
|
D | fixed_channel_allocator.h | 43 …FixedChannelAllocator(LinkType* link, os::Handler* l2cap_handler) : link_(link), l2cap_handler_(l2… in FixedChannelAllocator()
|
D | le_credit_based_channel_data_controller.cc | 30 LeCreditBasedDataController::LeCreditBasedDataController(ILink* link, Cid cid, Cid remote_cid, in LeCreditBasedDataController()
|
/packages/modules/StatsD/statsd/benchmark/ |
D | get_dimensions_for_condition_benchmark.cpp | 32 static void createLogEventAndLink(LogEvent* event, Metric2Condition *link) { in createLogEventAndLink() 62 Metric2Condition link; in BM_GetDimensionInCondition() local
|
/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | dynamic_channel.h | 35 internal::Link* link, in DynamicChannel()
|
D | link_options.cc | 30 LinkOptions::LinkOptions(hci::acl_manager::LeAclConnection* acl_connection, internal::Link* link, in LinkOptions()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/v34/ |
D | PermissionRationaleActivity.java | 489 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/ |
D | fuzz_l2cap.cc | 67 Link* link = l2shim.link_manager->GetLink(myAddress); in LLVMFuzzerTestOneInput() local
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/ |
D | manager.rs | 246 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/ |
D | AnnotationSpan.java | 67 AnnotationSpan link = null; in linkify() local
|
/packages/modules/Bluetooth/system/gd/security/channel/ |
D | security_manager_channel.cc | 95 void SecurityManagerChannel::OnLinkConnected(std::unique_ptr<l2cap::classic::LinkSecurityInterface>… in OnLinkConnected()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | SatelliteSetting.java | 189 final String[] link = new String[1]; in updateDynamicPreferenceViews() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ExtendedWifiInfo.java | 96 MloLink link = getAffiliatedMloLink(linkId); in updateMloRates() local
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | DeletionHelperActivity.java | 204 NoThresholdSpan link = new NoThresholdSpan(parent); in linkify() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppLauncherActivity.java | 367 String link = null; in createFileForSharedContent() local
|