Home
last modified time | relevance | path

Searched refs:Host (Results 1 – 25 of 45) sorted by relevance

12

/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dcontroller_info.py40 class Host: class
92 async def br_edr_properties(host: Host): argument
118 async def le_properties(host: Host): argument
164 host = Host()
/packages/modules/adb/
DREADME.md9 …omponents (Client, Server (a.k.a Host), and Daemon (a.k.a adbd)). The central part is the Server w…
29 …ontained in the same executable and both run on the Host machine. Code sections specific to the Ho…
34 …t protocol built on top of it. This is what Clients connect onto from the Host side. The Client mu…
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs80 Host, enumerator
88 InitiatorType::Host => "Host initiated", in fmt()
106 AclState::Initiating => InitiatorType::Host, in into()
269 if initiator == InitiatorType::Host { in report_l2cap_conn_req()
287 InitiatorType::Host => self.host_cids.get(&host_cid), in report_l2cap_conn_rsp()
584 InitiatorType::Host, in report_sco_connection_start()
861 InitiatorType::Host, in process()
913 InitiatorType::Host, in process()
922 InitiatorType::Host, in process()
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dpbap.py22 from pandora.host_grpc import Host
40 self.host = Host(channel)
Dopp.py21 from pandora.host_grpc import Host
36 self.host = Host(channel)
Dmap.py21 from pandora.host_grpc import Host
39 self.host = Host(channel)
Dvcp.py23 from pandora.host_grpc import Host
32 self.host = Host(channel)
Dhid.py21 from pandora.host_grpc import Host
30 self.host = Host(channel)
Dpan.py21 from pandora.host_grpc import Host
33 self.host = Host(channel)
Drfcomm.py20 from pandora.host_grpc import Host
38 self.host = Host(channel)
Dsm.py26 from pandora.host_grpc import Host
39 self.host = Host(channel)
D__init__.py45 from pandora.host_grpc import Host
105 self._retry(Host(channel).FactoryReset)(wait_for_ready=True)
160 … mut_address = self._retry(Host(channel).ReadLocalAddress)(wait_for_ready=True).address
Da2dp.py26 from pandora.host_grpc import Host
46 self.host = Host(channel)
Dhogp.py25 from pandora.host_grpc import Host
42 self.host = Host(channel)
Davrcp.py27 from pandora.host_grpc import Host
46 self.host = Host(channel)
Dl2cap.py23 from pandora.host_grpc import Host
41 self.host = Host(channel)
Dhfp.py20 from pandora.host_grpc import Host
42 self.host = Host(channel)
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
Dhistory_item_action_module_info.proto62 enum Host { enum
67 optional Host host = 15;
/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/
Dconfiguration.proto42 // is sent to the Host stack.
72 // or Host stack misbehavior.
/packages/modules/DnsResolver/
Dstats.proto86 NS_T_A = 1; // Host address.
98 NS_T_HINFO = 13; // Host information.
137 NS_T_HIP = 55; // Host Identity Protocol
329 SYS_EHOSTDOWN = 112; // Host is down
330 SYS_EHOSTUNREACH = 113; // Host is unreachable
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/menu/
DModules.java67 .setHost(HistoryItemActionModuleInfo.Host.VOICEMAIL) in buildModuleInfo()
/packages/modules/Bluetooth/system/doc/
Ddirectory_layout.md19 * hci - *Host Controller Interface* - Communication protocol with Bluetooth chip.
/packages/modules/Bluetooth/android/pandora/server/src/
DServer.kt49 Host(context, security, this),
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DDisplaySystemBarsInsetsControllerHost.java40 public class DisplaySystemBarsInsetsControllerHost implements InsetsController.Host {
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/
DModules.java119 .setHost(HistoryItemActionModuleInfo.Host.CALL_LOG) in buildModuleInfo()

12