/frameworks/base/services/usb/java/com/android/server/usb/ |
UsbAudioDevice.java | 43 boolean hasPlayback, boolean hasCapture, int deviceClass) { 48 mDeviceClass = deviceClass;
|
UsbHostManager.java | 115 int deviceClass, int deviceSubclass, int deviceProtocol, 130 + deviceClass + " sub:" + deviceSubclass + " proto:" + deviceProtocol); 138 isBlackListed(deviceClass, deviceSubclass, deviceProtocol)) { 157 deviceClass, deviceSubclass, deviceProtocol,
|
UsbAlsaManager.java | 316 int deviceClass = 333 new UsbAudioDevice(card, device, hasPlayback, hasCapture, deviceClass);
|
UsbSettingsManager.java | 146 int deviceClass = -1; 184 deviceClass = intValue; 193 deviceClass, deviceSubclass, deviceProtocol, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
usbrpmif.h | 35 UCHAR DeviceClass;
|
ioevent.h | 31 ULONG DeviceClass;
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
ActivityMusic.java | 192 final int deviceClass = ((BluetoothDevice) intent 195 if ((deviceClass == BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES) 196 || (deviceClass == BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET)) { 202 final int deviceClass = ((BluetoothDevice) intent 205 if ((deviceClass == BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES) 206 || (deviceClass == BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET)) { [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsvirt.c | 1056 cmsProfileClassSignature deviceClass; [all...] |
cmsio0.c | 664 Icc -> DeviceClass = (cmsProfileClassSignature) _cmsAdjustEndianess32(Header.deviceClass); 747 Header.deviceClass = (cmsProfileClassSignature) _cmsAdjustEndianess32(Icc -> DeviceClass); 927 return Icc -> DeviceClass; 933 Icc -> DeviceClass = sig; [all...] |
lcms2_internal.h | 714 cmsProfileClassSignature DeviceClass; [all...] |
/external/opencv3/modules/videoio/src/ |
cap_winrt_video.cpp | 94 create_task(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)) 285 create_task(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture))
|
cap_msmf.cpp | [all...] |
cap_msmf.hpp | 424 #define _DeviceClass Windows::Devices::Enumeration::DeviceClass 514 #define _DeviceClass ABI::Windows::Devices::Enumeration::DeviceClass [all...] |
/external/libusb-compat/libusb/ |
usb.h | 44 #define USB_CLASS_PER_INTERFACE 0 /* for DeviceClass */
|
/external/pdfium/core/src/fxge/apple/ |
apple_int.h | 78 CFX_QuartzDeviceDriver(CGContextRef context, int32_t deviceClass);
|
fx_quartz_device.cpp | 139 int32_t deviceClass) { 142 _deviceClass = deviceClass; [all...] |
/external/pdfium/xfa/src/fxgraphics/src/ |
fx_graphics.cpp | 92 int32_t deviceClass = _renderDevice->GetDeviceClass();
93 if (deviceClass == FXDC_PRINTER) {
[all...] |
/external/opencv3/samples/winrt/ImageManipulations/ |
AdvancedCapture.xaml.cpp | 253 task<DeviceInformationCollection^>(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)).then([this](task<DeviceInformationCollection^> findTask)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/ |
ch9.h | 243 #define USB_CLASS_PER_INTERFACE 0 /* for DeviceClass */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/ |
ch9.h | 276 #define USB_CLASS_PER_INTERFACE 0 /* for DeviceClass */
|
/external/kernel-headers/original/uapi/linux/usb/ |
ch9.h | 284 #define USB_CLASS_PER_INTERFACE 0 /* for DeviceClass */
|
/external/pdfium/third_party/lcms2-2.6/include/ |
lcms2.h | 604 cmsProfileClassSignature deviceClass; // Type of profile [all...] |