Searched refs:mId (Results 1 - 25 of 158) sorted by relevance

1234567

/frameworks/base/media/java/android/media/
H A DAudioHandle.java26 private final int mId; field in class:AudioHandle
29 mId = id;
33 return mId;
42 return mId == ah.id();
47 return mId;
52 return Integer.toString(mId);
/frameworks/base/services/core/java/com/android/server/pm/
H A DKeySetHandle.java22 private final long mId; field in class:KeySetHandle
26 mId = id;
34 mId = id;
39 return mId;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHeaderItem.java24 private final long mId; field in class:HeaderItem
31 mId = id;
46 return mId;
H A DRow.java30 private long mId = NO_ID; field in class:Row
85 mId = id;
108 return mId;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMasInstance.java24 private final int mId; field in class:BluetoothMasInstance
30 mId = id;
39 return mId == ((BluetoothMasInstance)o).mId;
46 return mId + (mChannel << 8) + (mMsgTypes << 16);
51 return Integer.toString(mId) + ":" + mName + ":" + mChannel + ":" +
71 out.writeInt(mId);
85 return mId;
H A DBluetoothHeadsetClientCall.java65 private final int mId; field in class:BluetoothHeadsetClientCall
77 mId = id;
133 return mId;
177 builder.append(", mId: ");
178 builder.append(mId);
222 out.writeInt(mId);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DTestAlertActivity.java11 int mId; field in class:TestAlertActivity
18 mId = intent.getIntExtra("id", -1);
19 Log.d("StatusBarTest", "Remembering notification id=" + mId);
26 Log.d("StatusBarTest", "onPause: Canceling notification id=" + mId);
28 nm.cancel(mId);
/frameworks/base/core/java/android/view/inputmethod/
H A DCompletionInfo.java52 private final long mId; field in class:CompletionInfo
67 mId = id;
88 mId = id;
95 mId = source.readLong();
106 return mId;
137 + "\" id=" + mId + " label=" + mLabel + "}";
147 dest.writeLong(mId);
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DInputSource.cpp36 mId = static_cast<audio_source_t>(context.getItemAsInteger(MappingKeyIdentifier));
38 mPolicyPluginInterface->addInputSource(getFormattedMappingValue(), mId); local
52 return mPolicyPluginInterface->setDeviceForInputSource(mId, mApplicableInputDevice);
H A DStrategy.cpp37 mId = static_cast<routing_strategy>(context.getItemAsInteger(MappingKeyIdentifier));
40 mPolicyPluginInterface->addStrategy(getFormattedMappingValue(), mId); local
53 return mPolicyPluginInterface->setDeviceForStrategy(mId, applicableOutputDevice);
H A DStream.cpp37 mId = static_cast<audio_stream_type_t>(context.getItemAsInteger(MappingKeyIdentifier));
40 mPolicyPluginInterface->addStream(getFormattedMappingValue(), mId); local
54 return mPolicyPluginInterface->setStrategyForStream(mId,
H A DUsage.cpp37 mId = static_cast<audio_usage_t>(context.getItemAsInteger(MappingKeyIdentifier));
40 mPolicyPluginInterface->addUsage(getFormattedMappingValue(), mId); local
54 return mPolicyPluginInterface->setStrategyForUsage(mId,
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DArgListExpr.java32 private int mId; field in class:ArgListExpr
35 mId = id;
40 return "ArgList[" + mId + "]" + super.computeUniqueKey();
/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccountHandle.java40 private final String mId; field in class:PhoneAccountHandle
54 mId = id;
86 return mId;
98 return Objects.hash(mComponentName, mId, mUserHandle);
103 // Note: Log.pii called for mId as it can contain personally identifying phone account
107 .append(Log.pii(mId))
135 out.writeString(mId);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp46 mId(client->getCameraId()),
91 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
99 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId);
119 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
127 "request: %s (%d)", __FUNCTION__, mId,
136 __FUNCTION__, mId, strerror(-res), res);
150 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
161 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
167 __FUNCTION__, mId, currentWidth, currentHeight,
172 "%s (%d)", __FUNCTION__, mId, strerro
[all...]
H A DJpegProcessor.cpp44 mId(client->getCameraId()),
71 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
79 __FUNCTION__, mId, maxJpegSize);
107 __FUNCTION__, mId);
112 __FUNCTION__, mId, mCaptureHeap->getSize(), maxJpegSize);
122 mId, strerror(-res), res);
128 __FUNCTION__, mId, mCaptureStreamId);
132 " after it becomes idle", __FUNCTION__, mId);
137 mId, strerror(-res), res);
152 "%s (%d)", __FUNCTION__, mId,
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3DummyStream.cpp41 ALOGE("%s: Stream %d: Dummy stream cannot produce buffers!", mId);
49 ALOGE("%s: Stream %d: Dummy stream cannot return buffers!", mId);
60 ALOGE("%s: Stream %d: Dummy stream cannot return buffers!", mId);
67 lines.appendFormat(" Stream[%d]: Dummy\n", mId);
H A DCamera3OutputStream.cpp119 __FUNCTION__, mId, strerror(-res), res);
184 " %s (%d)", __FUNCTION__, mId, strerror(-res), res);
190 snprintf(traceLog, sizeof(traceLog), "Stream %d: first full buffer\n", mId);
199 __FUNCTION__, mId, strerror(-res), res);
208 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
231 lines.appendFormat(" Stream[%d]: Output\n", mId);
278 __FUNCTION__, mId);
287 __FUNCTION__, camera3_stream::usage, mId);
312 mMaxSize, mId);
319 __FUNCTION__, camera3_stream::format, mId);
[all...]
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPortInfo.java36 private final int mId; field in class:HdmiPortInfo
54 mId = id;
68 return mId;
157 dest.writeInt(mId);
168 s.append("port_id: ").append(mId).append(", ");
182 return mId == other.mId && mType == other.mType && mAddress == other.mAddress
/frameworks/base/core/java/android/hardware/usb/
H A DUsbConfiguration.java37 private final int mId; field in class:UsbConfiguration
60 mId = id;
73 return mId;
142 StringBuilder builder = new StringBuilder("UsbConfiguration[mId=" + mId +
176 parcel.writeInt(mId);
H A DUsbInterface.java37 private final int mId; field in class:UsbInterface
51 mId = id;
67 return mId;
148 StringBuilder builder = new StringBuilder("UsbInterface[mId=" + mId +
186 parcel.writeInt(mId);
/frameworks/base/core/java/android/print/
H A DPrinterInfo.java42 private PrinterId mId; field in class:PrinterInfo
67 mId = other.mId;
88 return mId;
132 mId = parcel.readParcelable(null);
146 parcel.writeParcelable(mId, flags);
157 result = prime * result + ((mId != null) ? mId.hashCode() : 0);
177 if (mId == null) {
178 if (other.mId !
[all...]
/frameworks/base/core/java/android/hardware/camera2/params/
H A DFace.java55 private final int mId; field in class:Face
104 mId = id;
192 return mId;
251 mBounds, mScore, mId, mLeftEye, mRightEye, mMouth);
/frameworks/base/core/java/android/printservice/
H A DPrintServiceInfo.java55 private final String mId; field in class:PrintServiceInfo
71 mId = parcel.readString();
88 mId = new ComponentName(resolveInfo.serviceInfo.packageName,
169 return mId;
228 parcel.writeString(mId);
237 return 31 + ((mId == null) ? 0 : mId.hashCode());
252 if (mId == null) {
253 if (other.mId != null) {
256 } else if (!mId
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java82 private int mId = UNDEFINED; field in class:AccessibilityWindowInfo
151 mId, AccessibilityNodeInfo.ROOT_NODE_ID,
185 return mId;
196 mId = id;
364 infoClone.mId = info.mId;
404 parcel.writeInt(mId);
426 mId = parcel.readInt();
446 return mId;
461 return (mId
[all...]

Completed in 680 milliseconds

1234567