Searched refs:DisplaySourceService (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
D | DisplaySourceService.java | 38 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()
|
D | SourceActivity.java | 56 private DisplaySourceService mDisplaySourceService; 182 mDisplaySourceService = new DisplaySourceService(this, mTransport, mPresenter); in startServices() 236 class Presenter implements DisplaySourceService.Callbacks {
|
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
D | Protocol.java | 51 public static final class DisplaySourceService { class in Protocol 52 private DisplaySourceService() { } in DisplaySourceService() method in Protocol.DisplaySourceService
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
D | DisplaySinkService.java | 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()
|