HomeSort by relevance Sort by last modified time
    Searched full:devicetype (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /device/htc/flounder/touch/
touch_fusion.idc 1 touch.deviceType = touchScreen
synaptics_dsx.idc 21 touch.deviceType = touchScreen
  /external/skia/platform_tools/android/apps/
build.gradle 63 String deviceType = null
65 deviceType = "arm64"
67 deviceType = "arm_v7_neon"
69 deviceType = "x86_64"
71 deviceType = "x86"
73 deviceType = "mips"
75 deviceType = "mips64"
78 if (deviceType != null) {
79 cmdLine += " -d " + deviceType
  /external/skia/example/
HelloWorld.h 23 enum DeviceType {
33 DeviceType getDeviceType() const { return fType; }
62 DeviceType fType;
  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiControlService.aidl 49 void sendKeyEvent(int deviceType, int keyCode, boolean isPressed);
63 void sendVendorCommand(int deviceType, int targetAddress, in byte[] params,
65 void addVendorCommandListener(IHdmiVendorCommandListener listener, int deviceType);
66 void sendStandby(int deviceType, int deviceId);
  /frameworks/base/media/java/android/media/
MediaRouterClientState.java 107 public @MediaRouter.RouteInfo.DeviceType int deviceType;
117 deviceType = MediaRouter.RouteInfo.DEVICE_TYPE_UNKNOWN;
133 deviceType = other.deviceType;
149 deviceType = in.readInt();
171 dest.writeInt(deviceType);
188 + ", deviceType=" + deviceType
  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 51 enum DeviceType {
56 DeviceType mDeviceType;
  /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/
devioctl.h 97 /* DEVICE_OBJECT.DeviceType */
100 #define CTL_CODE(DeviceType, Function, Method, Access) \
101 (((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
stireg.h 11 #define REGSTR_VAL_DEVICETYPE_W L"DeviceType"
  /frameworks/base/data/keyboards/
qwerty.idc 19 touch.deviceType = touchScreen
qwerty2.idc 19 touch.deviceType = touchScreen
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pWfdInfo.java 78 public boolean setDeviceType(int deviceType) {
79 if (deviceType >= WFD_SOURCE && deviceType <= SOURCE_OR_PRIMARY_SINK) {
81 mDeviceInfo |= deviceType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d4drvif.h 35 #define CTL_CODE( DeviceType, Function, Method, Access ) ( \
36 ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
IOProfile.h 74 // chose first device present in mSupportedDevices also part of deviceType
75 audio_devices_t getSupportedDeviceForType(audio_devices_t deviceType) const
79 if (profileType & deviceType) {
  /frameworks/base/services/core/java/com/android/server/hdmi/
ActiveSourceHandler.java 60 * @param deviceType device type of the new active source
62 void process(ActiveSource newActive, int deviceType) {
67 tv.startNewDeviceAction(newActive, deviceType);
HdmiCecController.java 60 * @param deviceType requested device type to allocate logical address
65 void onAllocated(int deviceType, int logicalAddress);
138 void addLocalDevice(int deviceType, HdmiCecLocalDevice device) {
140 mLocalDevices.put(deviceType, device);
149 * @param deviceType type of device to used to determine logical address
157 void allocateLogicalAddress(final int deviceType, final int preferredAddress,
164 handleAllocateLogicalAddress(deviceType, preferredAddress, callback);
170 private void handleAllocateLogicalAddress(final int deviceType, int preferredAddress,
178 if (deviceType == HdmiUtils.getTypeFromAddress(i)) {
190 && deviceType == HdmiUtils.getTypeFromAddress(curAddress))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioInputRoutingNotificationsActivity.java 80 int deviceType = routedDevice != null ? routedDevice.getType() : -1;
82 deviceName + " [0x" + Integer.toHexString(deviceType) + "]" +
AudioOutputRoutingNotificationsActivity.java 80 int deviceType = routedDevice != null ? routedDevice.getType() : -1;
82 deviceName + " [0x" + Integer.toHexString(deviceType) + "]" +
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferRecord.java 56 int deviceType = in.readInt();
58 if (deviceType != DATA_LINK_TYPE_BLUETOOTH) {
  /device/google/marlin/
synaptics_dsxv26.idc 21 touch.deviceType = touchScreen
  /device/huawei/angler/
synaptics_dsx.idc 21 touch.deviceType = touchScreen
  /device/lge/bullhead/
synaptics_rmi4_i2c.idc 21 touch.deviceType = touchScreen
  /device/moto/shamu/
atmel_mxt_ts.idc 21 touch.deviceType = touchScreen
  /cts/tests/tests/media/src/android/media/cts/
MediaRouterTest.java 113 final int deviceType = defaultRoute.getDeviceType();
114 assertEquals(RouteInfo.DEVICE_TYPE_UNKNOWN, deviceType);

Completed in 834 milliseconds

1 2 3 4 5 6 7 8 9