Home
last modified time | relevance | path

Searched refs:rootcanal_link_ble_port (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp543 int CuttlefishConfig::rootcanal_link_ble_port() const { in rootcanal_link_ble_port() function in cuttlefish::CuttlefishConfig
547 int rootcanal_link_ble_port) { in set_rootcanal_link_ble_port() argument
548 (*dictionary_)[kRootcanalLinkBlePort] = rootcanal_link_ble_port; in set_rootcanal_link_ble_port()
Dcuttlefish_config.h269 void set_rootcanal_link_ble_port(int rootcanal_link_ble_port);
270 int rootcanal_link_ble_port() const;
/device/google/cuttlefish/host/commands/run_cvd/launch/
Droot_canal.cpp57 config_.rootcanal_link_ble_port()); in Commands()