Home
last modified time | relevance | path

Searched refs:openDevice (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2SwitchPreviewTest.java129 openDevice(id); in testPreviewSwitchBackFrontCamera()
160 openDevice(id); in testPreviewSwitchBackFrontVideo()
186 openDevice(id); in testPreviewSwitchBackCameraVideo()
197 openDevice(id); in testPreviewSwitchBackCameraVideo()
228 openDevice(id); in testPreviewSwitchFrontCameraVideo()
239 openDevice(id); in testPreviewSwitchFrontCameraVideo()
379 openDevice(id); in cameraColorOutputCheck()
DCamera2StillCaptureTest.java104 openDevice(id); in testTakePicture()
138 openDevice(mCameraIds[i]); in testFullRawCapture()
DCamera2RecordingTest.java132 openDevice(mCameraIds[i]); in doBasicRecording()
206 openDevice(id); in constrainedHighSpeedRecording()
478 openDevice(id); in videoSnapshotHelper()
DCamera2ReprocessCaptureTest.java157 openDevice(id); in testReprocessingSizeFormatWithPreview()
185 openDevice(id); in testMixedBurstReprocessing()
212 openDevice(cameraId); in testBasicReprocessing()
DCamera2CaptureRequestTest.java90 openDevice(mCameraIds[i]); in testAeModeAndLock()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DDevicesFactoryHalInterface.h43 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device) = 0;
/frameworks/av/media/libaudiohal/impl/
DDevicesFactoryHalAidl.h36 status_t openDevice(const char *name, sp<DeviceHalInterface> *device) override;
DDevicesFactoryHalHidl.h44 status_t openDevice(const char *name, sp<DeviceHalInterface> *device) override;
DDevicesFactoryHalHidl.cpp113 status_t DevicesFactoryHalHidl::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice() function in android::DevicesFactoryHalHidl
141 ret = factory->openDevice( in openDevice()
DDevicesFactoryHalAidl.cpp179 status_t DevicesFactoryHalAidl::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice() function in android::DevicesFactoryHalAidl
/frameworks/base/media/java/android/media/midi/
DIMidiManager.aidl40 …void openDevice(IBinder clientToken, in MidiDeviceInfo device, in IMidiDeviceOpenCallback callback… in openDevice() method
DMidiManager.java368 public void openDevice(MidiDeviceInfo deviceInfo, OnDeviceOpenedListener listener, in openDevice() method in MidiManager
388 mService.openDevice(mToken, deviceInfo, callback); in openDevice()
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestHost/src/com/android/hardware/usb/aoaphosttest/
DUsbAoapHostTestActivity.java64 mUsbConnection = mUsbManager.openDevice(mUsbDevice); in onCreate()
/frameworks/base/core/java/android/hardware/usb/
DIUsbManager.aidl40 ParcelFileDescriptor openDevice(String deviceName, String packageName); in openDevice() method
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp317 static jlong openDevice(JNIEnv* env, jclass /* clazz */, jstring rawName, jstring rawUniq, jint id, in openDevice() function
387 reinterpret_cast<void*>(openDevice)},
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java176 UsbDeviceConnection connection = mUsbManager.openDevice(usbDevice); in openDeviceLocked()
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
DUsbDeviceStateController.java248 return mUsbManager.openDevice(device); in openConnection()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDirectMidiDevice.java299 UsbDeviceConnection connection = manager.openDevice(mUsbDevice); in calculateDefaultMidiProtocol()
354 UsbDeviceConnection connection = manager.openDevice(mUsbDevice); in openLocked()
DUsbHostManager.java556 public ParcelFileDescriptor openDevice(String deviceAddress, in openDevice() method in UsbHostManager
DUsbService.java318 public ParcelFileDescriptor openDevice(String deviceName, String packageName) { in openDevice() method in UsbService
331 fd = mHostManager.openDevice(deviceName, getPermissionsForUser(user), in openDevice()
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DSinkActivity.java176 UsbDeviceConnection conn = mUsbManager.openDevice(device); in connect()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewTestCase.java604 protected void openDevice(String cameraId) throws Exception { in openDevice() method in Camera2SurfaceViewTestCase
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java1107 public void openDevice(IBinder token, MidiDeviceInfo deviceInfo, in openDevice() method in MidiService
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2553 int rc = mDevicesFactoryHal->openDevice(name, &dev); in loadHwModule_ll()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12