/frameworks/av/media/libaudiohal/impl/ |
D | DevicesFactoryHalHybrid.cpp | 32 status_t DevicesFactoryHalHybrid::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice() function in android::CPP_VERSION::DevicesFactoryHalHybrid 35 return mHidlFactory->openDevice(name, device); in openDevice() 37 return mLocalFactory->openDevice(name, device); in openDevice()
|
D | DevicesFactoryHalLocal.h | 34 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device);
|
D | DevicesFactoryHalHybrid.h | 37 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device);
|
D | DevicesFactoryHalHidl.cpp | 110 status_t DevicesFactoryHalHidl::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice() function in android::CPP_VERSION::DevicesFactoryHalHidl 118 Return<void> ret = factory->openDevice( in openDevice()
|
D | DevicesFactoryHalLocal.cpp | 61 status_t DevicesFactoryHalLocal::openDevice(const char *name, sp<DeviceHalInterface> *device) { in openDevice() function in android::CPP_VERSION::DevicesFactoryHalLocal
|
D | DevicesFactoryHalHidl.h | 43 status_t openDevice(const char *name, sp<DeviceHalInterface> *device) override;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | Camera2SwitchPreviewTest.java | 166 openDevice(id); in testPreviewSwitchBackFrontCamera() 197 openDevice(id); in testPreviewSwitchBackFrontVideo() 223 openDevice(id); in testPreviewSwitchBackCameraVideo() 234 openDevice(id); in testPreviewSwitchBackCameraVideo() 265 openDevice(id); in testPreviewSwitchFrontCameraVideo() 276 openDevice(id); in testPreviewSwitchFrontCameraVideo() 416 openDevice(id); in cameraColorOutputCheck()
|
D | Camera2StillCaptureTest.java | 104 openDevice(id); in testTakePicture() 138 openDevice(mCameraIds[i]); in testFullRawCapture()
|
D | Camera2RecordingTest.java | 132 openDevice(mCameraIds[i]); in doBasicRecording() 206 openDevice(id); in constrainedHighSpeedRecording() 478 openDevice(id); in videoSnapshotHelper()
|
D | Camera2ReprocessCaptureTest.java | 157 openDevice(id); in testReprocessingSizeFormatWithPreview() 185 openDevice(id); in testMixedBurstReprocessing() 212 openDevice(cameraId); in testBasicReprocessing()
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | TestUtil.java | 95 final UsbDeviceConnection connection = usbManager.openDevice(device); in findMtpDevice() 104 manager.openDevice(device.getDeviceId()); in findMtpDevice()
|
D | MtpDocumentsProviderTest.java | 88 mProvider.openDevice(0); in testOpenAndCloseDevice() 98 mProvider.openDevice(1); in testOpenAndCloseErrorDevice() 124 mProvider.openDevice(0); in testOpenAndCloseErrorDevice() 209 mProvider.openDevice(0); in testQueryRoots() 227 mProvider.openDevice(1); in testQueryRoots() 270 mProvider.openDevice(0); in testQueryRoots_error() 273 mProvider.openDevice(1); in testQueryRoots_error() 633 synchronized MtpDeviceRecord openDevice(int deviceId) in testBusyDevice() 734 mProvider.openDevice(0); in testMappingDisconnectedDocuments() 958 mProvider.openDevice(deviceId); in setupRoots()
|
D | TestMtpManager.java | 94 synchronized MtpDeviceRecord openDevice(int deviceId) throws IOException { in openDevice() method in TestMtpManager
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDocumentsProvider.java | 249 openDevice(parentIdentifier.mDeviceId); in queryChildDocuments() 285 openDevice(identifier.mDeviceId); in openDocument() 339 openDevice(identifier.mDeviceId); in openDocumentThumbnail() 354 openDevice(identifier.mDeviceId); in deleteDocument() 393 openDevice(parentId.mDeviceId); in createDocument() 578 void openDevice(int deviceId) throws IOException { in openDevice() method in MtpDocumentsProvider 586 final MtpDeviceRecord device = mMtpManager.openDevice(deviceId); in openDevice()
|
D | ReceiverActivity.java | 44 provider.openDevice(device.getDeviceId()); in onCreate()
|
D | MtpManager.java | 76 synchronized MtpDeviceRecord openDevice(int deviceId) throws IOException { in openDevice() method in MtpManager 97 mManager.openDevice(rawDevice), in openDevice()
|
/frameworks/av/media/libaudiohal/include/media/audiohal/ |
D | DevicesFactoryHalInterface.h | 38 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device) = 0;
|
/frameworks/base/media/java/android/media/midi/ |
D | MidiManager.java | 246 public void openDevice(MidiDeviceInfo deviceInfo, OnDeviceOpenedListener listener, in openDevice() method in MidiManager 266 mService.openDevice(mToken, deviceInfo, callback); in openDevice()
|
D | IMidiManager.aidl | 38 …void openDevice(IBinder clientToken, in MidiDeviceInfo device, in IMidiDeviceOpenCallback callback… in openDevice() method
|
/frameworks/base/core/java/android/hardware/usb/ |
D | IUsbManager.aidl | 37 ParcelFileDescriptor openDevice(String deviceName, String packageName); in openDevice() method
|
D | UsbManager.java | 469 public UsbDeviceConnection openDevice(UsbDevice device) { in openDevice() method in UsbManager 472 ParcelFileDescriptor pfd = mService.openDevice(deviceName, mContext.getPackageName()); in openDevice()
|
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 242 static jlong openDevice(JNIEnv* env, jclass /* clazz */, jstring rawName, jint id, jint vid, jint p… in openDevice() function 290 reinterpret_cast<void*>(openDevice) },
|
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestHost/src/com/android/hardware/usb/aoaphosttest/ |
D | UsbAoapHostTestActivity.java | 64 mUsbConnection = mUsbManager.openDevice(mUsbDevice); in onCreate()
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
D | MtpClient.java | 176 UsbDeviceConnection connection = mUsbManager.openDevice(usbDevice); in openDeviceLocked()
|
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/ |
D | UsbDeviceStateController.java | 248 return mUsbManager.openDevice(device); in openConnection()
|