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

/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DProtocol.java51 public static final class DisplaySourceService { class in class:Protocol
52 private DisplaySourceService() { } method in class:Protocol.DisplaySourceService
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java37 public class DisplaySourceService extends Service { class in inherits:Service
57 public DisplaySourceService(Context context, Transport transport, Callbacks callbacks) { method in class:DisplaySourceService
58 super(context, transport, Protocol.DisplaySourceService.ID);
83 case Protocol.DisplaySourceService.MSG_SINK_AVAILABLE: {
100 case Protocol.DisplaySourceService.MSG_SINK_NOT_AVAILABLE: {
H A DSourceActivity.java56 private DisplaySourceService mDisplaySourceService;
182 mDisplaySourceService = new DisplaySourceService(this, mTransport, mPresenter);
236 class Presenter implements DisplaySourceService.Callbacks {
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java232 getTransport().sendMessage(Protocol.DisplaySourceService.ID,
233 Protocol.DisplaySourceService.MSG_SINK_AVAILABLE, mBuffer);
235 getTransport().sendMessage(Protocol.DisplaySourceService.ID,
236 Protocol.DisplaySourceService.MSG_SINK_NOT_AVAILABLE, null);

Completed in 188 milliseconds