HomeSort by relevance Sort by last modified time
    Searched defs:DeviceType (Results 1 - 25 of 29) sorted by null

1 2

  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 51 enum DeviceType {
56 DeviceType mDeviceType;
  /external/skia/example/
HelloWorld.h 23 enum DeviceType {
33 DeviceType getDeviceType() const { return fType; }
62 DeviceType fType;
  /external/skia/samplecode/
SampleApp.h 34 enum DeviceType {
48 static bool IsGpuDeviceType(DeviceType devType) {
83 virtual SkSurface* createSurface(DeviceType dType, SampleWindow* win) = 0;
87 virtual void publishCanvas(DeviceType dType,
120 void setDeviceType(DeviceType type);
142 DeviceType getDeviceType() const { return fDeviceType; }
176 DeviceType fDeviceType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
minitape.h 76 UCHAR DeviceType : 5;
hubbusif.h 730 USB_DEVICE_TYPE DeviceType;
classpnp.h 475 DEVICE_TYPE DeviceType;
d3dhal.h 663 D3DDEVTYPE DeviceType;
scsi.h 457 /* INQUIRYDATA.DeviceType constants */
    [all...]
ntddk.h 712 USHORT DeviceType:4;
    [all...]
wdm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8caps.h 217 D3DDEVTYPE DeviceType;
ntddchgr.h 235 UCHAR DeviceType;
sti.h 88 STI_DEVICE_TYPE DeviceType;
101 STI_DEVICE_TYPE DeviceType;
122 STI_DEVICE_TYPE DeviceType;
137 STI_DEVICE_TYPE DeviceType;
d3d9caps.h 305 D3DDEVTYPE DeviceType;
dxvahd.h 177 DXVAHD_DEVICE_TYPE DeviceType;
ntddstor.h 232 DEVICE_TYPE DeviceType;
402 ULONG DeviceType;
446 UCHAR DeviceType;
ntmsapi.h 441 DWORD DeviceType;
451 DWORD DeviceType;
458 DWORD DeviceType;
467 DWORD DeviceType;
473 DWORD DeviceType;
    [all...]
d3d8types.h     [all...]
winternl.h 531 DEVICE_TYPE DeviceType;
    [all...]
d3d9types.h     [all...]
winioctl.h 109 #define CTL_CODE(DeviceType,Function,Method,Access) (((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
206 DEVICE_TYPE DeviceType;
393 DWORD DeviceType;
    [all...]
ksmedia.h     [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java 488 route.mDeviceType = globalRoute.deviceType;
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java     [all...]
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]

Completed in 671 milliseconds

1 2