Home
last modified time | relevance | path

Searched refs:DisplaySourceService (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
DProtocol.java51 public static final class DisplaySourceService { class in Protocol
52 private DisplaySourceService() { } in DisplaySourceService() method in Protocol.DisplaySourceService
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DDisplaySourceService.java38 public class DisplaySourceService extends Service { class
58 public DisplaySourceService(Context context, Transport transport, Callbacks callbacks) { in DisplaySourceService() method in DisplaySourceService
59 super(context, transport, Protocol.DisplaySourceService.ID); in DisplaySourceService()
84 case Protocol.DisplaySourceService.MSG_SINK_AVAILABLE: { in onMessageReceived()
101 case Protocol.DisplaySourceService.MSG_SINK_NOT_AVAILABLE: { in onMessageReceived()
DSourceActivity.java56 private DisplaySourceService mDisplaySourceService;
182 mDisplaySourceService = new DisplaySourceService(this, mTransport, mPresenter); in startServices()
236 class Presenter implements DisplaySourceService.Callbacks {
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DDisplaySinkService.java238 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()