Lines Matching refs:to
1 This directory contains sample code to test the use of virtual
11 The role of the sink is to emulate an external display that happens
12 to be connected using the USB accessory protocol. Think of it as
13 a monitor or video dock that the user will want to plug a phone into.
15 The sink application uses the UsbDevice APIs to receive connections
17 in this arrangement and will provide power to the source.
21 events to the source over USB HID.
25 The role of the source is to present some content onto an external
26 display that happens to be attached over USB. This is the typical
27 role that a phone or tablet might have when the user is trying to
28 play content to an external monitor.
30 The source application uses the UsbAccessory APIs to connect
31 to the sink device over USB. The source acts as a USB peripheral
34 The source application uses the DisplayManager APIs to create
36 an encoder and streams the output to the sink over USB. Then
48 on each device. The source will then begin to project display
49 contents to the sink.