HomeSort by relevance Sort by last modified time
    Searched refs:mDeviceId (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/base/media/java/android/media/tv/
DvbDeviceInfo.java 51 private final int mDeviceId;
55 mDeviceId = source.readInt();
63 mDeviceId = deviceId;
79 return mDeviceId;
91 dest.writeInt(mDeviceId);
TvInputHardwareInfo.java 97 private int mDeviceId;
109 return mDeviceId;
147 b.append("TvInputHardwareInfo {id=").append(mDeviceId);
167 dest.writeInt(mDeviceId);
178 mDeviceId = source.readInt();
189 private Integer mDeviceId = null;
200 mDeviceId = deviceId;
233 if (mDeviceId == null || mType == null) {
242 info.mDeviceId = mDeviceId;
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
Identifier.java 26 final int mDeviceId;
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);
MtpRoot.java 24 final int mDeviceId;
38 mDeviceId = deviceId;
47 mDeviceId = deviceId;
60 return mDeviceId == other.mDeviceId &&
70 return mDeviceId ^ mStorageId ^ mDescription.hashCode() ^
MtpFileWriter.java 74 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,
PipeManager.java 82 mIdentifier.mDeviceId, mIdentifier.mObjectHandle, mDescriptors[1]);
106 mIdentifier.mDeviceId, mIdentifier.mObjectHandle));
MtpDocumentsProvider.java 245 openDevice(parentIdentifier.mDeviceId);
281 openDevice(identifier.mDeviceId);
282 final MtpDeviceRecord device = getDeviceToolkit(identifier.mDeviceId).mDeviceRecord;
335 openDevice(identifier.mDeviceId);
350 openDevice(identifier.mDeviceId);
352 mMtpManager.deleteDocument(identifier.mDeviceId, identifier.mObjectHandle);
389 openDevice(parentId.mDeviceId);
390 record = getDeviceToolkit(parentId.mDeviceId).mDeviceRecord;
456 parentId.mDeviceId, infoUniqueName, pipe[1]);
474 parentId.mDeviceId, parentDocumentId, record.operationsSupported
    [all...]
DocumentLoader.java 72 assert parent.mDeviceId == mDevice.deviceId;
280 mIdentifier.mDeviceId, mIdentifier.mStorageId, parentHandle);
334 mIdentifier.mDeviceId, mObjectHandles[mPosition]));
363 mIdentifier.mDeviceId,
378 mIdentifier.mDeviceId,
  /frameworks/av/media/libaaudio/src/core/
AAudioStreamParameters.cpp 40 mDeviceId = other.mDeviceId;
54 if (mDeviceId < 0) {
55 ALOGE("AAudioStreamParameters: deviceId out of range = %d", mDeviceId);
105 ALOGD("AAudioStreamParameters mDeviceId = %d", mDeviceId);
AAudioStreamParameters.h 33 return mDeviceId;
37 mDeviceId = deviceId;
108 int32_t mDeviceId = AAUDIO_UNSPECIFIED;
AudioStream.cpp 79 mDeviceId = builder.getDeviceId();
99 mDeviceId, mPerformanceMode,
AudioStream.h 178 return mDeviceId;
405 mDeviceId = deviceId;
430 int32_t mDeviceId = AAUDIO_UNSPECIFIED;
  /frameworks/base/core/java/android/hardware/fingerprint/
Fingerprint.java 29 private long mDeviceId; // physical device this is associated with
35 mDeviceId = deviceId;
42 mDeviceId = in.readLong();
70 public long getDeviceId() { return mDeviceId; }
80 out.writeLong(mDeviceId);
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiDeviceInfo.java 113 private final int mDeviceId;
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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
HardwareKeyboardEventDecoder.java 32 final int mDeviceId;
35 mDeviceId = deviceId;
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 61 private String mDeviceId;
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);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 30 private int mDeviceId;
55 mDeviceId = device;
130 mRepeatCount, mMetaState, mDeviceId, mScanCode,
MonkeyMotionEvent.java 38 private int mDeviceId;
115 mDeviceId = deviceId;
140 mMetaState, mXPrecision, mYPrecision, mDeviceId, mEdgeFlags, mSource, mFlags);
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCoolingDevice.java 42 private int mDeviceId;
82 mDeviceId = deviceId;
86 return mDeviceId;
  /frameworks/av/media/libaaudio/examples/utils/
AAudioArgsParser.h 86 return mDeviceId;
90 mDeviceId = deviceId;
110 AAudioStreamBuilder_setDeviceId(builder, mDeviceId);
121 int32_t mDeviceId = AAUDIO_UNSPECIFIED;
  /frameworks/base/core/java/android/view/
KeyEvent.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsViewTouchHandler.java 70 private int mDeviceId = -1;
164 if (mDeviceId != -1) {
165 InputDevice device = InputDevice.getDevice(mDeviceId);
214 mDeviceId = ev.getDeviceId();
284 mDeviceId = -1;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 536 private int mDeviceId;
539 mDeviceId = -1;
550 if (mDeviceId == deviceId) {
553 // Reset clears internal state, so make sure it's called before |mDeviceId| is updated.
555 mDeviceId = deviceId;
563 return mDeviceId >= 0;
570 mDeviceId = -1;
  /frameworks/base/core/jni/
android_view_KeyCharacterMap.cpp 51 mDeviceId(deviceId), mMap(map) {
58 return mDeviceId;
66 int32_t mDeviceId;
android_view_KeyEvent.cpp 40 jfieldID mDeviceId;
80 jint deviceId = env->GetIntField(eventObj, gKeyEventClassInfo.mDeviceId);
138 gKeyEventClassInfo.mDeviceId = GetFieldIDOrDie(env, gKeyEventClassInfo.clazz, "mDeviceId", "I");

Completed in 610 milliseconds

1 2