Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Dclient_server.cpp73 std::unique_ptr<Config> conf(new Config(dir)); in New() local
/device/google/cuttlefish/tests/wifi/src/com/android/cuttlefish/wifi/tests/
DWifiE2eTests.java103 WifiConfiguration conf = new WifiConfiguration(); in enableNetwork() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp147 const ServerConfig& conf, in Connect()