Searched refs:RemoteIo (Results 1 – 18 of 18) sorted by relevance
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/ |
D | AudioRecorder.java | 26 import com.example.android.vdmdemo.common.RemoteIo; 41 private final RemoteIo mRemoteIo; 44 AudioRecorder(RemoteIo remoteIo) { in AudioRecorder() 104 private final RemoteIo mRemoteIo; 106 StreamingThread(AudioRecord audioRecord, int bufferSize, RemoteIo remoteIo) { in StreamingThread()
|
D | DisplayController.java | 24 import com.example.android.vdmdemo.common.RemoteIo; 31 private final RemoteIo mRemoteIo; 38 DisplayController(int displayId, RemoteIo remoteIo) { in DisplayController()
|
D | VirtualSensorController.java | 31 import com.example.android.vdmdemo.common.RemoteIo; 46 private final RemoteIo mRemoteIo; 70 VirtualSensorController(@ApplicationContext Context context, RemoteIo remoteIo) { in VirtualSensorController()
|
D | InputManager.java | 34 import com.example.android.vdmdemo.common.RemoteIo; 51 private final RemoteIo mRemoteIo; 69 InputManager(RemoteIo remoteIo) { in InputManager()
|
D | VirtualCameraController.java | 37 import com.example.android.vdmdemo.common.RemoteIo; 64 private final RemoteIo mRemoteIo; 79 VirtualCameraController(@ApplicationContext Context context, RemoteIo remoteIo) { in VirtualCameraController()
|
D | ImmersiveActivity.java | 42 import com.example.android.vdmdemo.common.RemoteIo; 69 @Inject RemoteIo mRemoteIo;
|
D | MainActivity.java | 45 import com.example.android.vdmdemo.common.RemoteIo; 60 @Inject RemoteIo mRemoteIo;
|
D | DisplayAdapter.java | 43 import com.example.android.vdmdemo.common.RemoteIo; 61 private final RemoteIo mRemoteIo; 66 DisplayAdapter(ClientView recyclerView, RemoteIo remoteIo, InputManager inputManager) { in DisplayAdapter()
|
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/ |
D | RemoteSensorManager.java | 30 import com.example.android.vdmdemo.common.RemoteIo; 40 private final RemoteIo mRemoteIo; 65 RemoteSensorManager(RemoteIo remoteIo) { in RemoteSensorManager()
|
D | VdmProxyIme.java | 25 import com.example.android.vdmdemo.common.RemoteIo; 37 @Inject RemoteIo mRemoteIo;
|
D | RemoteCameraManager.java | 33 import com.example.android.vdmdemo.common.RemoteIo; 44 private final RemoteIo mRemoteIo; 50 @NonNull RemoteIo remoteIo) { in RemoteCameraManager()
|
D | AudioStreamer.java | 41 import com.example.android.vdmdemo.common.RemoteIo; 77 private final RemoteIo mRemoteIo; 150 AudioStreamer(@ApplicationContext Context context, RemoteIo remoteIo) { in AudioStreamer() 351 private final RemoteIo mRemoteIo; 355 StreamingThread(AudioRecord audioRecord, RemoteIo remoteIo) { in StreamingThread()
|
D | AudioInjector.java | 36 import com.example.android.vdmdemo.common.RemoteIo; 66 private final RemoteIo mRemoteIo; 115 AudioInjector(@ApplicationContext Context context, RemoteIo remoteIo) { in AudioInjector()
|
D | RemoteDisplay.java | 65 import com.example.android.vdmdemo.common.RemoteIo; 93 private final RemoteIo mRemoteIo; 119 RemoteIo remoteIo, in RemoteDisplay()
|
D | VdmService.java | 65 import com.example.android.vdmdemo.common.RemoteIo; 112 RemoteIo mRemoteIo;
|
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/ |
D | VideoManager.java | 66 private final RemoteIo mRemoteIo; 83 VideoManagerProtoHelper protoHelper, RemoteIo remoteIo, MediaCodec mediaCodec, in VideoManager() 105 int displayId, RemoteIo remoteIo, boolean recordEncoderOutput) { in createDisplayEncoder() 116 public static VideoManager createDisplayDecoder(int displayId, RemoteIo remoteIo) { in createDisplayDecoder() 127 String cameraId, RemoteIo remoteIo, boolean recordEncoderOutput) { in createCameraEncoder() 138 public static VideoManager createCameraDecoder(String cameraId, RemoteIo remoteIo) { in createCameraDecoder()
|
D | RemoteIo.java | 41 public class RemoteIo { class 60 RemoteIo() { in RemoteIo() method in RemoteIo
|
D | ConnectionManager.java | 69 private final RemoteIo mRemoteIo; 97 private final RemoteIo.StreamClosedCallback mStreamClosedCallback = this::onInitialized; 100 ConnectionManager(@ApplicationContext Context context, RemoteIo remoteIo) { in ConnectionManager()
|