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.java38 public class DisplaySourceService extends Service { class in inherits:Service
58 public DisplaySourceService(Context context, Transport transport, Callbacks callbacks) { method in class:DisplaySourceService
59 super(context, transport, Protocol.DisplaySourceService.ID);
84 case Protocol.DisplaySourceService.MSG_SINK_AVAILABLE: {
101 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.java238 getTransport().sendMessage(Protocol.DisplaySourceService.ID,
239 Protocol.DisplaySourceService.MSG_SINK_AVAILABLE, mBuffer);
241 getTransport().sendMessage(Protocol.DisplaySourceService.ID,
242 Protocol.DisplaySourceService.MSG_SINK_NOT_AVAILABLE, null);

Completed in 5236 milliseconds