Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DDisplaySinkService.java19 import com.android.accessorydisplay.common.Protocol;
56 super(context, transport, Protocol.DisplaySinkService.ID); in DisplaySinkService()
93 case Protocol.DisplaySinkService.MSG_QUERY: { in onMessageReceived()
99 case Protocol.DisplaySinkService.MSG_CONTENT: { in onMessageReceived()
238 getTransport().sendMessage(Protocol.DisplaySourceService.ID, in sendSinkStatus()
239 Protocol.DisplaySourceService.MSG_SINK_AVAILABLE, mBuffer); in sendSinkStatus()
241 getTransport().sendMessage(Protocol.DisplaySourceService.ID, in sendSinkStatus()
242 Protocol.DisplaySourceService.MSG_SINK_NOT_AVAILABLE, null); in sendSinkStatus()
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DDisplaySourceService.java19 import com.android.accessorydisplay.common.Protocol;
59 super(context, transport, Protocol.DisplaySourceService.ID); in DisplaySourceService()
70 getTransport().sendMessage(Protocol.DisplaySinkService.ID, in start()
71 Protocol.DisplaySinkService.MSG_QUERY, null); in start()
84 case Protocol.DisplaySourceService.MSG_SINK_AVAILABLE: { in onMessageReceived()
101 case Protocol.DisplaySourceService.MSG_SINK_NOT_AVAILABLE: { in onMessageReceived()
241 getTransport().sendMessage(Protocol.DisplaySinkService.ID, in stream()
242 Protocol.DisplaySinkService.MSG_CONTENT, buffer); in stream()
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
DTransport.java63 maxPacketSize, Protocol.MAX_ENVELOPE_SIZE, MAX_INPUT_BUFFERS); in Transport()
130 if (contentRemaining > Protocol.MAX_CONTENT_SIZE) { in sendMessage()
132 + contentRemaining + " > " + Protocol.MAX_CONTENT_SIZE); in sendMessage()
292 int length = Protocol.HEADER_SIZE; in loop()
316 if (contentSize < 0 && position >= Protocol.HEADER_SIZE) { in loop()
318 if (contentSize < 0 || contentSize > Protocol.MAX_CONTENT_SIZE) { in loop()
333 length = Protocol.HEADER_SIZE; in loop()
340 if (contentSize < 0 || contentSize > Protocol.MAX_CONTENT_SIZE) { in loop()
DProtocol.java22 public class Protocol { class
/frameworks/proto_logging/stats/enums/server/location/
Denums.proto56 // Protocol stack that initiated the non-framework location request.
108 // Radio Resource Location Protocol(RRLP).
110 // Enable LTE Positioning Protocol user plane.
112 // Enable LTE Positioning Protocol Control plane.
122 // LTE Positioning Protocol User plane.
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiAssociationTest.java23 import android.net.wifi.WifiConfiguration.Protocol;
106 config.allowedProtocols.set(Protocol.WPA); in getConfig()
114 config.allowedProtocols.set(Protocol.RSN); in getConfig()
/frameworks/base/core/java/com/android/internal/util/
DOWNERS2 per-file MessageUtils*, Protocol*, RingBuffer*, TokenBucket* = jchalard@google.com, lorenzo@google.…
5 per-file Protocol* = etancohen@google.com, lorenzo@google.com
DProtocol.java34 public class Protocol { class
DAsyncChannel.java95 private static final int BASE = Protocol.BASE_SYSTEM_ASYNC_CHANNEL;
/frameworks/base/media/java/android/media/tv/tuner/frontend/
DIptvFrontendSettings.java42 public @interface Protocol {} annotation in IptvFrontendSettings
153 @Protocol
261 public Builder setProtocol(@Protocol int protocol) { in setProtocol()
/frameworks/base/telephony/java/com/android/internal/telephony/
DDctConstants.java20 import com.android.internal.util.Protocol;
74 public static final int BASE = Protocol.BASE_DATA_CONNECTION_TRACKER;
/frameworks/proto_logging/stats/enums/stats/dnsresolver/
Ddns_resolver.proto136 NS_T_HIP = 55; // Host Identity Protocol
156 enum Protocol { enum
287 SYS_EPROTO = 71; // Protocol error
307 SYS_EPROTOTYPE = 91; // Protocol wrong type for socket
308 SYS_ENOPROTOOPT = 92; // Protocol not available
312 SYS_EPFNOSUPPORT = 96; // Protocol family not supported
361 optional android.stats.dnsresolver.Protocol protocol = 5;
401 optional android.stats.dnsresolver.Protocol protocol = 1;
/frameworks/base/media/java/android/media/midi/
DMidiDeviceInfo.java162 public @interface Protocol {} annotation in MidiDeviceInfo
432 @Protocol
/frameworks/proto_logging/stats/enums/telephony/security/
Denums.proto31 // NAS Protocol Messages
/frameworks/base/proto/src/
Dsystem_messages.proto124 // Display the Android Debug Protocol status
128 // Inform that USB is configured for Media Transfer Protocol
132 // Inform that USB is configured for Picture Transfer Protocol
259 // Display the Android Debug Protocol status
/frameworks/proto_logging/stats/enums/stats/tls/
Denums.proto21 enum Protocol { enum
/frameworks/base/tests/AccessoryDisplay/
DREADME2 displays created over an Android Open Accessories Protocol link.
/frameworks/base/core/java/android/os/
DPowerManager.java3372 public @interface Protocol { annotation in PowerManager.LowPowerStandbyPortDescription
3405 @Protocol
3425 public LowPowerStandbyPortDescription(@Protocol int protocol, @PortMatcher int portMatcher, in LowPowerStandbyPortDescription()
3446 public LowPowerStandbyPortDescription(@Protocol int protocol, @PortMatcher int portMatcher, in LowPowerStandbyPortDescription()
3479 @Protocol
DOWNERS84 # DDM Protocol
/frameworks/base/tools/protologtool/
DREADME.md103 Binary logs are saved as Protocol Buffers file. They can be read using the ProtoLog tool or special…
/frameworks/opt/net/ims/
DREADME.txt12 (XCAP : XML Configuration Access Protocol)
/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DWifiNl80211Manager.java1568 public final @WifiAnnotations.Protocol int protocol;
1594 @WifiAnnotations.Protocol int protocol, in OemSecurityType()
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md11 ## Protocol section in Demo Mode for the Android System UI
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md31 Protocol requirements:
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DUtils.java184 && config.allowedProtocols.get(WifiConfiguration.Protocol.RSN)) { in getSecurityTypesFromWifiConfiguration()

12