HomeSort by relevance Sort by last modified time
    Searched defs:ConnectionType (Results 1 - 14 of 14) sorted by null

  /system/update_engine/
connection_utils.h 24 enum class ConnectionType {
42 ConnectionType ParseConnectionType(const std::string& type_str);
46 const char* StringForConnectionType(ConnectionType type);
metrics.h 161 // This is used in the UpdateEngine.Attempt.ConnectionType histogram.
162 enum class ConnectionType {
269 ConnectionType connection_type);
  /packages/apps/Car/Media/src/com/android/car/media/
MediaConstants.java 43 public @interface ConnectionType {}
  /external/libbrillo/brillo/glib/
dbus.h 277 typedef MonitorConnection<void(A1)> ConnectionType;
279 ConnectionType* result = new ConnectionType(proxy, name, monitor, object);
284 proxy.gproxy(), name, G_CALLBACK(&ConnectionType::Run), result, nullptr);
293 typedef MonitorConnection<void(A1, A2)> ConnectionType;
295 ConnectionType* result = new ConnectionType(proxy, name, monitor, object);
303 proxy.gproxy(), name, G_CALLBACK(&ConnectionType::Run), result, nullptr);
312 typedef MonitorConnection<void(A1, A2, A3)> ConnectionType;
314 ConnectionType* result = new ConnectionType(proxy, name, monitor, object)
    [all...]
  /external/libchrome/dbus/
bus.h 162 enum ConnectionType {
196 ConnectionType connection_type; // PRIVATE by default.
700 const ConnectionType connection_type_;
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
NetworkMonitorAutoDetect.java 58 public static enum ConnectionType {
272 private ConnectionType connectionType;
282 public void onConnectionTypeChanged(ConnectionType newConnectionType);
295 connectionType = getCurrentConnectionType(networkState);
364 public ConnectionType getCurrentConnectionType(NetworkState networkState) {
366 return ConnectionType.CONNECTION_NONE;
371 return ConnectionType.CONNECTION_ETHERNET;
373 return ConnectionType.CONNECTION_WIFI;
375 return ConnectionType.CONNECTION_4G
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/
Car.java 161 public @interface ConnectionType {
451 @ConnectionType
  /packages/services/Car/car-lib/src/android/car/
Car.java 269 public @interface ConnectionType {}
524 @ConnectionType
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devicetopology.h 265 EPcxConnectionType ConnectionType;
    [all...]
iptypes.h 275 NET_IF_CONNECTION_TYPE ConnectionType;
361 UCHAR ConnectionType;
netioapi.h 91 NET_IF_CONNECTION_TYPE ConnectionType;
ksmedia.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi50.h 49 UINT8 ConnectionType;
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 

Completed in 493 milliseconds