/packages/modules/Bluetooth/tools/rootcanal/scripts/ |
D | controller_info.py | 40 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/ |
D | README.md | 9 …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/ |
D | informational.rs | 80 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/ |
D | pbap.py | 22 from pandora.host_grpc import Host 40 self.host = Host(channel)
|
D | opp.py | 21 from pandora.host_grpc import Host 36 self.host = Host(channel)
|
D | map.py | 21 from pandora.host_grpc import Host 39 self.host = Host(channel)
|
D | vcp.py | 23 from pandora.host_grpc import Host 32 self.host = Host(channel)
|
D | hid.py | 21 from pandora.host_grpc import Host 30 self.host = Host(channel)
|
D | pan.py | 21 from pandora.host_grpc import Host 33 self.host = Host(channel)
|
D | rfcomm.py | 20 from pandora.host_grpc import Host 38 self.host = Host(channel)
|
D | sm.py | 26 from pandora.host_grpc import Host 39 self.host = Host(channel)
|
D | __init__.py | 45 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
|
D | a2dp.py | 26 from pandora.host_grpc import Host 46 self.host = Host(channel)
|
D | hogp.py | 25 from pandora.host_grpc import Host 42 self.host = Host(channel)
|
D | avrcp.py | 27 from pandora.host_grpc import Host 46 self.host = Host(channel)
|
D | l2cap.py | 23 from pandora.host_grpc import Host 41 self.host = Host(channel)
|
D | hfp.py | 20 from pandora.host_grpc import Host 42 self.host = Host(channel)
|
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/ |
D | history_item_action_module_info.proto | 62 enum Host { enum 67 optional Host host = 15;
|
/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/ |
D | configuration.proto | 42 // is sent to the Host stack. 72 // or Host stack misbehavior.
|
/packages/modules/DnsResolver/ |
D | stats.proto | 86 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/ |
D | Modules.java | 67 .setHost(HistoryItemActionModuleInfo.Host.VOICEMAIL) in buildModuleInfo()
|
/packages/modules/Bluetooth/system/doc/ |
D | directory_layout.md | 19 * hci - *Host Controller Interface* - Communication protocol with Bluetooth chip.
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Server.kt | 49 Host(context, security, this),
|
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/ |
D | DisplaySystemBarsInsetsControllerHost.java | 40 public class DisplaySystemBarsInsetsControllerHost implements InsetsController.Host {
|
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/ |
D | Modules.java | 119 .setHost(HistoryItemActionModuleInfo.Host.CALL_LOG) in buildModuleInfo()
|