Home
last modified time | relevance | path

Searched refs:RemoteIo (Results 1 – 18 of 18) sorted by relevance

/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DAudioRecorder.java26 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()
DDisplayController.java24 import com.example.android.vdmdemo.common.RemoteIo;
31 private final RemoteIo mRemoteIo;
38 DisplayController(int displayId, RemoteIo remoteIo) { in DisplayController()
DVirtualSensorController.java31 import com.example.android.vdmdemo.common.RemoteIo;
46 private final RemoteIo mRemoteIo;
70 VirtualSensorController(@ApplicationContext Context context, RemoteIo remoteIo) { in VirtualSensorController()
DInputManager.java34 import com.example.android.vdmdemo.common.RemoteIo;
51 private final RemoteIo mRemoteIo;
69 InputManager(RemoteIo remoteIo) { in InputManager()
DVirtualCameraController.java37 import com.example.android.vdmdemo.common.RemoteIo;
64 private final RemoteIo mRemoteIo;
79 VirtualCameraController(@ApplicationContext Context context, RemoteIo remoteIo) { in VirtualCameraController()
DImmersiveActivity.java42 import com.example.android.vdmdemo.common.RemoteIo;
69 @Inject RemoteIo mRemoteIo;
DMainActivity.java45 import com.example.android.vdmdemo.common.RemoteIo;
60 @Inject RemoteIo mRemoteIo;
DDisplayAdapter.java43 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/
DRemoteSensorManager.java30 import com.example.android.vdmdemo.common.RemoteIo;
40 private final RemoteIo mRemoteIo;
65 RemoteSensorManager(RemoteIo remoteIo) { in RemoteSensorManager()
DVdmProxyIme.java25 import com.example.android.vdmdemo.common.RemoteIo;
37 @Inject RemoteIo mRemoteIo;
DRemoteCameraManager.java33 import com.example.android.vdmdemo.common.RemoteIo;
44 private final RemoteIo mRemoteIo;
50 @NonNull RemoteIo remoteIo) { in RemoteCameraManager()
DAudioStreamer.java41 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()
DAudioInjector.java36 import com.example.android.vdmdemo.common.RemoteIo;
66 private final RemoteIo mRemoteIo;
115 AudioInjector(@ApplicationContext Context context, RemoteIo remoteIo) { in AudioInjector()
DRemoteDisplay.java65 import com.example.android.vdmdemo.common.RemoteIo;
93 private final RemoteIo mRemoteIo;
119 RemoteIo remoteIo, in RemoteDisplay()
DVdmService.java65 import com.example.android.vdmdemo.common.RemoteIo;
112 RemoteIo mRemoteIo;
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java66 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()
DRemoteIo.java41 public class RemoteIo { class
60 RemoteIo() { in RemoteIo() method in RemoteIo
DConnectionManager.java69 private final RemoteIo mRemoteIo;
97 private final RemoteIo.StreamClosedCallback mStreamClosedCallback = this::onInitialized;
100 ConnectionManager(@ApplicationContext Context context, RemoteIo remoteIo) { in ConnectionManager()