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

12345

/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/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.java31 private long mId = NO_ID; field in class:Row
86 mId = id;
109 return mId;
H A DAction.java27 private long mId = NO_ID; field in class:Action
81 mId = id;
88 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.java64 private final int mId; field in class:BluetoothHeadsetClientCall
75 mId = id;
122 return mId;
164 StringBuilder builder = new StringBuilder("BluetoothHeadsetClientCall{mId: ");
165 builder.append(mId);
207 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/base/telecomm/java/android/telecom/
H A DPhoneAccountHandle.java44 private final String mId; field in class:PhoneAccountHandle
59 mId = id;
88 return mId;
101 return Objects.hash(mComponentName, mId, mUserHandle);
106 // Note: Log.pii called for mId as it can contain personally identifying phone account
110 .append(Log.pii(mId))
138 out.writeString(mId);
H A DRemoteConference.java52 private final String mId; field in class:RemoteConference
69 mId = id;
75 return mId;
178 mConnectionService.disconnect(mId);
194 mConnectionService.mergeConference(mId);
201 mConnectionService.swapConference(mId);
208 mConnectionService.hold(mId);
215 mConnectionService.unhold(mId);
226 mConnectionService.playDtmfTone(mId, digit);
233 mConnectionService.stopDtmfTone(mId);
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp44 mId(client->getCameraId()),
86 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
94 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId);
114 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
122 "request: %s (%d)", __FUNCTION__, mId,
131 __FUNCTION__, mId, strerror(-res), res);
145 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
156 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
162 __FUNCTION__, mId, currentWidth, currentHeight,
167 "%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);
151 "%s (%d)", __FUNCTION__, mId,
[all...]
H A DCallbackProcessor.cpp38 mId(client->getCameraId()),
94 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
129 "%s (%d)", __FUNCTION__, mId,
140 "parameters changed", __FUNCTION__, mId, mCallbackStreamId);
145 mId, strerror(-res), res);
161 "%s (%d)", __FUNCTION__, mId,
182 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
253 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
278 , __FUNCTION__, mId);
287 "%s (%d)", __FUNCTION__, mId, strerro
[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.cpp115 __FUNCTION__, mId, strerror(-res), res);
164 "there is an error", __FUNCTION__, mId, buffer.release_fence);
176 __FUNCTION__, mId, strerror(-res), res);
204 " %s (%d)", __FUNCTION__, mId, strerror(-res), res);
210 snprintf(traceLog, sizeof(traceLog), "Stream %d: first full buffer\n", mId);
221 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
237 lines.appendFormat(" Stream[%d]: Output\n", mId);
283 __FUNCTION__, mId);
290 __FUNCTION__, camera3_stream::usage, mId);
315 mMaxSize, mId);
[all...]
H A DCamera3InputStream.cpp53 __FUNCTION__, mId, mState);
71 __FUNCTION__, mId, strerror(-res), res);
123 __FUNCTION__, mId);
130 "there is an error", __FUNCTION__, mId, buffer.release_fence);
149 " %s (%d)", __FUNCTION__, mId, strerror(-res), res);
186 lines.appendFormat(" Stream[%d]: Input\n", mId);
214 __FUNCTION__, mId, res, minUndequeuedBuffers);
233 mConsumer->setName(String8::format("Camera3-InputStream-%d", mId));
240 __FUNCTION__, mId, camera3_stream::width, camera3_stream::height);
246 __FUNCTION__, mId, camera3_strea
[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/media/java/android/media/tv/
H A DTvTrackInfo.java43 private final String mId; field in class:TvTrackInfo
56 mId = id;
68 mId = in.readString();
90 return mId;
175 dest.writeString(mId);
202 private final String mId; field in class:TvTrackInfo.Builder
230 mId = id;
328 return new TvTrackInfo(mType, mId, mLanguage, mAudioChannelCount, mAudioSampleRate,
/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...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java41 protected int mId = -1; field in class:BasicTexture
59 mId = id;
94 return mId;
174 if (canvas != null && mId != -1) {
176 mId = -1; // Don't free it again.

Completed in 1699 milliseconds

12345