Searched defs:mDeviceId (Results 1 - 19 of 19) 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.java97 private int mDeviceId; field in class:TvInputHardwareInfo
109 return mDeviceId;
147 b.append("TvInputHardwareInfo {id=").append(mDeviceId);
167 dest.writeInt(mDeviceId);
178 mDeviceId = source.readInt();
189 private Integer mDeviceId = null; field in class:TvInputHardwareInfo.Builder
200 mDeviceId = deviceId;
233 if (mDeviceId == null || mType == null) {
242 info.mDeviceId = mDeviceId;
[all...]
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DIdentifier.java26 final int mDeviceId; field in class:Identifier
34 mDeviceId = deviceId;
46 return mDeviceId == other.mDeviceId && mStorageId == other.mStorageId &&
52 return Objects.hash(mDeviceId, mStorageId, mObjectHandle, mDocumentId);
60 builder.append("mDeviceId: ");
61 builder.append(mDeviceId);
H A DMtpRoot.java24 final int mDeviceId; field in class:MtpRoot
38 mDeviceId = deviceId;
47 mDeviceId = deviceId;
60 return mDeviceId == other.mDeviceId &&
70 return mDeviceId ^ mStorageId ^ mDescription.hashCode() ^
/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/av/media/libaaudio/src/binding/
H A DAAudioStreamConfiguration.h38 return mDeviceId;
42 mDeviceId = deviceId;
94 int32_t mDeviceId = AAUDIO_UNSPECIFIED; member in class:aaudio::AAudioStreamConfiguration
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp40 jfieldID mDeviceId; member in struct:android::__anon1130
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/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java67 private int mDeviceId = -1; field in class:RecentsViewTouchHandler
162 if (mDeviceId != -1) {
163 InputDevice device = InputDevice.getDevice(mDeviceId);
194 mDeviceId = ev.getDeviceId();
254 mDeviceId = -1;
/frameworks/av/media/libaaudio/src/core/
H A DAudioStreamBuilder.h113 return mDeviceId;
117 mDeviceId = deviceId;
171 int32_t mDeviceId = AAUDIO_UNSPECIFIED; member in class:aaudio::AudioStreamBuilder
H A DAudioStream.h162 return mDeviceId;
276 mDeviceId = deviceId;
299 int32_t mDeviceId = AAUDIO_UNSPECIFIED; member in class:aaudio::AudioStream
/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/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java532 private int mDeviceId; field in class:AccessibilityInputFilter.EventStreamState
535 mDeviceId = -1;
546 if (mDeviceId == deviceId) {
549 // Reset clears internal state, so make sure it's called before |mDeviceId| is updated.
551 mDeviceId = deviceId;
559 return mDeviceId >= 0;
566 mDeviceId = -1;
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp107 int mDeviceId; member in class:android::BufferProducerThread
127 mDeviceId(deviceId),
164 mDevice->cancel_capture(mDevice, mDeviceId, mStream.stream_id, mSeq);
243 mDevice->request_capture(mDevice, mDeviceId, mStream.stream_id,
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java1141 private final int mDeviceId; field in class:InputManager.InputDeviceVibrator
1145 mDeviceId = deviceId;
1182 mIm.vibrate(mDeviceId, pattern, repeat, mToken);
1191 mIm.cancelVibrate(mDeviceId, mToken);
/frameworks/native/include/input/
H A DInput.h299 inline int32_t getDeviceId() const { return mDeviceId; }
309 int32_t mDeviceId; member in class:android::InputEvent
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1722 if (v == null || v.mDeviceId != deviceId) {
1741 nativeCancelVibrate(mPtr, v.mDeviceId, v.mTokenValue);
2268 public final int mDeviceId; field in class:InputManagerService.VibratorToken
2275 mDeviceId = deviceId;
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1236 private int mDeviceId; field in class:KeyEvent
1323 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD;
1346 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD;
1371 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD;
1399 mDeviceId = deviceId;
1429 mDeviceId = deviceId;
1461 mDeviceId = deviceId;
1486 mDeviceId = deviceId;
1501 mDeviceId = origEvent.mDeviceId;
[all...]

Completed in 1080 milliseconds