Home
last modified time | relevance | path

Searched refs:rootcanal (Results 1 – 10 of 10) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Droot_canal.cpp45 Command rootcanal(ProcessRestarterBinary()); in Commands() local
46 rootcanal.AddParameter("-when_killed"); in Commands()
47 rootcanal.AddParameter("-when_dumped"); in Commands()
48 rootcanal.AddParameter("-when_exited_with_failure"); in Commands()
49 rootcanal.AddParameter("--"); in Commands()
50 rootcanal.AddParameter(RootCanalBinary()); in Commands()
53 rootcanal.AddParameter("--test_port=", config_.rootcanal_test_port()); in Commands()
54 rootcanal.AddParameter("--hci_port=", config_.rootcanal_hci_port()); in Commands()
55 rootcanal.AddParameter("--link_port=", config_.rootcanal_link_port()); in Commands()
56 rootcanal.AddParameter("--link_ble_port=", in Commands()
[all …]
/device/google/cuttlefish/host/frontend/webrtc/html_client/
DAndroid.bp78 src: "js/rootcanal.js",
79 filename: "rootcanal.js",
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4.h21 namespace rootcanal {
Dh4_packetizer.h24 namespace rootcanal {
Dh4_packetizer.cc28 namespace rootcanal { namespace
Dh4_parser.h28 namespace rootcanal {
Dh4_parser.cc28 namespace rootcanal { namespace
/device/google/cuttlefish/host/frontend/webrtc/doc/
Dinterface.dot8 host_bluetooth [label = "Host bluetooth (netsim / rootcanal)"]
/device/google/cuttlefish/host/commands/run_cvd/doc/
Dlinkage.dot44 casimir [label = "casimir (NFC rootcanal)"]
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/
Dmain.cpp118 auto h4 = rootcanal::H4Packetizer( in main()