Searched refs:mDeviceId (Results 1 - 25 of 31) sorted by relevance

12

/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() ^
H A DMtpFileWriter.java74 manager.getObjectInfo(identifier.mDeviceId, identifier.mObjectHandle);
77 manager.deleteDocument(identifier.mDeviceId, identifier.mObjectHandle);
87 identifier.mDeviceId, targetObjectInfo, mCacheFd);
90 identifier.mDeviceId, newObjectHandle);
95 identifier.mDeviceId,
H A DPipeManager.java82 mIdentifier.mDeviceId, mIdentifier.mObjectHandle, mDescriptors[1]);
106 mIdentifier.mDeviceId, mIdentifier.mObjectHandle));
H A DMtpDocumentsProvider.java249 openDevice(parentIdentifier.mDeviceId);
285 openDevice(identifier.mDeviceId);
286 final MtpDeviceRecord device = getDeviceToolkit(identifier.mDeviceId).mDeviceRecord;
339 openDevice(identifier.mDeviceId);
354 openDevice(identifier.mDeviceId);
356 mMtpManager.deleteDocument(identifier.mDeviceId, identifier.mObjectHandle);
393 openDevice(parentId.mDeviceId);
394 record = getDeviceToolkit(parentId.mDeviceId).mDeviceRecord;
460 parentId.mDeviceId, infoUniqueName, pipe[1]);
478 parentId.mDeviceId, parentDocumentI
[all...]
H A DDocumentLoader.java72 assert parent.mDeviceId == mDevice.deviceId;
280 mIdentifier.mDeviceId, mIdentifier.mStorageId, parentHandle);
334 mIdentifier.mDeviceId, mObjectHandles[mPosition]));
363 mIdentifier.mDeviceId,
378 mIdentifier.mDeviceId,
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprint.java30 private long mDeviceId; // physical device this is associated with field in class:Fingerprint
36 mDeviceId = deviceId;
43 mDeviceId = in.readLong();
71 public long getDeviceId() { return mDeviceId; }
81 out.writeLong(mDeviceId);
/frameworks/av/media/libaaudio/src/core/
H A DAAudioStreamParameters.cpp40 mDeviceId = other.mDeviceId;
58 if (mDeviceId < 0) {
59 ALOGE("deviceId out of range = %d", mDeviceId);
166 ALOGD("mDeviceId = %6d", mDeviceId);
H A DAAudioStreamParameters.h33 return mDeviceId;
37 mDeviceId = deviceId;
140 int32_t mDeviceId = AAUDIO_UNSPECIFIED; member in class:aaudio::AAudioStreamParameters
H A DAudioStream.h212 return mDeviceId;
499 mDeviceId = deviceId;
565 int32_t mDeviceId = AAUDIO_UNSPECIFIED; member in class:aaudio::AudioStream
H A DAudioStream.cpp80 mDeviceId = builder.getDeviceId();
112 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/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/view/
H A DKeyEvent.java1240 private int mDeviceId; field in class:KeyEvent
1327 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD;
1350 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD;
1375 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD;
1403 mDeviceId = deviceId;
1433 mDeviceId = deviceId;
1465 mDeviceId = deviceId;
1490 mDeviceId = deviceId;
1505 mDeviceId = origEvent.mDeviceId;
[all...]
/frameworks/av/include/media/
H A DMicrophoneInfo.h43 mDeviceId = String16(&characteristic.device_id[0]);
76 RETURN_IF_FAILED(parcel->writeString16(mDeviceId));
105 RETURN_IF_FAILED(parcel->readString16(&mDeviceId));
146 return mDeviceId;
229 String16 mDeviceId; member in class:android::media::MicrophoneInfo
/frameworks/base/media/java/android/media/
H A DMicrophoneInfo.java152 private String mDeviceId; field in class:MicrophoneInfo
171 mDeviceId = deviceId;
193 return mDeviceId;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java67 private int mDeviceId = -1; field in class:RecentsViewTouchHandler
161 if (mDeviceId != -1) {
162 InputDevice device = InputDevice.getDevice(mDeviceId);
211 mDeviceId = ev.getDeviceId();
281 mDeviceId = -1;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java555 private int mDeviceId; field in class:AccessibilityInputFilter.EventStreamState
558 mDeviceId = -1;
569 if (mDeviceId == deviceId) {
572 // Reset clears internal state, so make sure it's called before |mDeviceId| is updated.
574 mDeviceId = deviceId;
582 return mDeviceId >= 0;
589 mDeviceId = -1;
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioArgsParser.h173 return mDeviceId;
177 mDeviceId = deviceId;
197 AAudioStreamBuilder_setDeviceId(builder, mDeviceId);
226 int32_t mDeviceId = AAUDIO_UNSPECIFIED; member in class:AAudioParameters
/frameworks/base/core/jni/
H A Dandroid_view_KeyCharacterMap.cpp51 mDeviceId(deviceId), mMap(map) {
58 return mDeviceId;
66 int32_t mDeviceId; member in class:android::NativeKeyCharacterMap
H A Dandroid_view_KeyEvent.cpp40 jfieldID mDeviceId; member in struct:android::__anon904
80 jint deviceId = env->GetIntField(eventObj, gKeyEventClassInfo.mDeviceId);
138 gKeyEventClassInfo.mDeviceId = GetFieldIDOrDie(env, gKeyEventClassInfo.clazz, "mDeviceId", "I");
/frameworks/native/libs/input/
H A DInput.cpp35 mDeviceId = deviceId;
40 mDeviceId = from.mDeviceId;
253 InputEvent::initialize(other->mDeviceId, other->mSource);
432 mDeviceId = parcel->readInt32();
481 parcel->writeInt32(mDeviceId);
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java1172 private final int mDeviceId; field in class:InputManager.InputDeviceVibrator
1176 mDeviceId = deviceId;
1213 mIm.vibrate(mDeviceId, pattern, repeat, mToken);
1222 mIm.cancelVibrate(mDeviceId, mToken);

Completed in 1048 milliseconds

12