Home
last modified time | relevance | path

Searched defs:openDevice (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/device/
DMultiCameraDeviceLifecycle.java280 private <TDevice> ListenableFuture<TDevice> openDevice(Lifetime requestLifetime, in openDevice() method in MultiCameraDeviceLifecycle
/packages/services/Mtp/src/com/android/mtp/
DMtpManager.java77 synchronized MtpDeviceRecord openDevice(int deviceId) throws IOException { in openDevice() method in MtpManager
DMtpDocumentsProvider.java582 void openDevice(int deviceId) throws IOException { in openDevice() method in MtpDocumentsProvider
/packages/services/Mtp/tests/src/com/android/mtp/
DTestMtpManager.java94 synchronized MtpDeviceRecord openDevice(int deviceId) throws IOException { in openDevice() method in TestMtpManager
/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.cpp156 bool EvsEmulatedCamera::openDevice() { in openDevice() function in android::automotive::evs::V1_1::implementation::EvsEmulatedCamera