Searched defs:mDeviceId (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DDvbDeviceInfo.java51 private final int mDeviceId; field in class:DvbDeviceInfo
55 mDeviceId = source.readInt();
63 mDeviceId = deviceId;
79 return mDeviceId;
91 dest.writeInt(mDeviceId);
H A DTvInputHardwareInfo.java67 private int mDeviceId; field in class:TvInputHardwareInfo
77 return mDeviceId;
102 b.append("TvInputHardwareInfo {id=").append(mDeviceId);
121 dest.writeInt(mDeviceId);
131 mDeviceId = source.readInt();
141 private Integer mDeviceId = null; field in class:TvInputHardwareInfo.Builder
151 mDeviceId = deviceId;
176 if (mDeviceId == null || mType == null) {
185 info.mDeviceId = mDeviceId;
[all...]
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprint.java29 private long mDeviceId; // physical device this is associated with field in class:Fingerprint
35 mDeviceId = deviceId;
42 mDeviceId = in.readLong();
70 public long getDeviceId() { return mDeviceId; }
80 out.writeLong(mDeviceId);
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp40 jfieldID mDeviceId; member in struct:android::__anon906
80 jint deviceId = env->GetIntField(eventObj, gKeyEventClassInfo.mDeviceId);
138 gKeyEventClassInfo.mDeviceId = GetFieldIDOrDie(env, gKeyEventClassInfo.clazz, "mDeviceId", "I");
H A Dandroid_view_KeyCharacterMap.cpp51 mDeviceId(deviceId), mMap(map) {
58 return mDeviceId;
66 int32_t mDeviceId; member in class:android::NativeKeyCharacterMap
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java61 private String mDeviceId; field in class:BandwidthTest
77 mDeviceId = mTManager.getDeviceId();
116 mTestServer, FILE_SIZE, mDeviceId, ts);
129 results.putString("device_id", mDeviceId);
167 mTestServer, FILE_SIZE, mDeviceId, ts);
174 assertTrue(BandwidthTestUtil.postFileToServer(mTestServer, mDeviceId, ts, tmpSaveFile));
183 results.putString("device_id", mDeviceId);
229 mTestServer, FILE_SIZE, mDeviceId, ts);
240 results.putString("device_id", mDeviceId);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java113 private final int mDeviceId; field in class:HdmiDeviceInfo
180 mDeviceId = -1;
220 mDeviceId = -1;
245 mDeviceId = adopterId;
267 mDeviceId = -1;
357 return mDeviceId;
451 dest.writeInt(mDeviceId);
476 s.append("device_id: ").append(String.format("0x%04X", mDeviceId)).append(" ");
510 && mDeviceId == other.mDeviceId
[all...]
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java842 private final int mDeviceId; field in class:InputManager.InputDeviceVibrator
846 mDeviceId = deviceId;
873 mIm.vibrate(mDeviceId, pattern, repeat, mToken);
882 mIm.cancelVibrate(mDeviceId, mToken);
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp89 int mDeviceId; member in class:android::BufferProducerThread
109 mDeviceId(deviceId),
146 mDevice->cancel_capture(mDevice, mDeviceId, mStream.stream_id, mSeq);
225 mDevice->request_capture(mDevice, mDeviceId, mStream.stream_id,
/frameworks/native/include/input/
H A DInput.h280 inline int32_t getDeviceId() const { return mDeviceId; }
290 int32_t mDeviceId; member in class:android::InputEvent
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1317 if (v == null || v.mDeviceId != deviceId) {
1336 nativeCancelVibrate(mPtr, v.mDeviceId, v.mTokenValue);
1759 public final int mDeviceId; field in class:InputManagerService.VibratorToken
1766 mDeviceId = deviceId;
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1203 private int mDeviceId; field in class:KeyEvent
1289 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD;
1312 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD;
1337 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD;
1365 mDeviceId = deviceId;
1395 mDeviceId = deviceId;
1427 mDeviceId = deviceId;
1452 mDeviceId = deviceId;
1467 mDeviceId = origEvent.mDeviceId;
[all...]

Completed in 235 milliseconds