Home
last modified time | relevance | path

Searched defs:Transport (Results 1 – 5 of 5) sorted by relevance

/packages/modules/DnsResolver/
DDnsTlsDispatcher.h83 struct Transport { struct
84 Transport(const DnsTlsServer& server, unsigned mark, unsigned netId, in Transport() function
95 DnsTlsTransport transport; argument
107 // whether or not this Transport is usable. argument
119 // Used to track if this Transport is usable. argument
134 // The threshold to determine if this Transport is considered unusable. argument
141 // of this Transport. argument
146 Transport* _Nullable addTransport(const DnsTlsServer& server, unsigned mark, unsigned netId) argument
/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanNetworkService.java58 enum Transport { enum in IwlanNetworkService
DIwlanDataService.java85 enum Transport { enum in IwlanDataService
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipEditor.java113 Transport(R.string.transport, R.string.default_transport, NA), enumConstant
/packages/modules/Connectivity/framework/src/android/net/
DNetworkCapabilities.java882 public @interface Transport { } annotation in NetworkCapabilities