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

1234

/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);
H A DInputMethodInfo.java72 final String mId; field in class:InputMethodInfo
131 mId = new ComponentName(si.packageName, si.name).flattenToShortString();
223 if (additionalSubtypesMap != null && additionalSubtypesMap.containsKey(mId)) {
224 final List<InputMethodSubtype> additionalSubtypes = additionalSubtypesMap.get(mId);
243 mId = source.readString();
271 mId = new ComponentName(si.packageName, si.name).flattenToShortString();
304 return mId;
415 pw.println(prefix + "mId=" + mId
425 return "InputMethodInfo{" + mId
[all...]
/frameworks/base/core/java/android/hardware/usb/
H A DUsbInterface.java38 private final int mId; field in class:UsbInterface
50 mId = id;
64 return mId;
115 return "UsbInterface[mId=" + mId + ",mClass=" + mClass +
141 parcel.writeInt(mId);
/frameworks/base/core/java/android/hardware/camera2/
H A DFace.java52 private final int mId; field in class:Face
101 mId = id;
189 return mId;
248 mBounds, mScore, mId, mLeftEye, mRightEye, mMouth);
/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);
96 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
104 "request: %s (%d)", __FUNCTION__, mId,
113 __FUNCTION__, mId, strerror(-res), res);
127 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
138 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
144 __FUNCTION__, mId, currentWidth, currentHeight,
149 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
155 "for preview: %s (%d)", __FUNCTION__, mId,
[all...]
H A DJpegProcessor.cpp44 mId(client->getCameraId()),
71 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
80 __FUNCTION__, mId);
96 __FUNCTION__, mId);
109 mId, strerror(-res), res);
115 __FUNCTION__, mId, mCaptureStreamId);
119 " after it becomes idle", __FUNCTION__, mId);
124 mId, strerror(-res), res);
139 "%s (%d)", __FUNCTION__, mId,
156 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
[all...]
H A DCallbackProcessor.cpp38 mId(client->getCameraId()),
94 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
127 "%s (%d)", __FUNCTION__, mId,
138 "parameters changed", __FUNCTION__, mId, mCallbackStreamId);
143 mId, strerror(-res), res);
159 "%s (%d)", __FUNCTION__, mId,
180 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
251 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
276 , __FUNCTION__, mId);
285 "%s (%d)", __FUNCTION__, mId, strerro
[all...]
H A DZslProcessor.cpp48 mId(client->getCameraId()),
120 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId);
125 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
148 mId, strerror(-res), res);
157 mId, strerror(-res), res);
161 __FUNCTION__, mId, mZslStreamId);
166 mId, strerror(-res), res);
185 "%s (%d)", __FUNCTION__, mId,
193 "%s (%d)", __FUNCTION__, mId,
214 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
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);
211 mConsumer->setName(String8::format("Camera3-InputStream-%d", mId));
218 __FUNCTION__, mId, camera3_stream::width, camera3_stream::height);
224 __FUNCTION__, mId, camera3_stream::format);
H A DCamera3IOStreamBase.cpp59 __FUNCTION__, mId, mDequeuedBufferCount, signalTime);
117 __FUNCTION__, mId);
163 __FUNCTION__, mId, mState);
171 " buffers (%d)", __FUNCTION__, mId,
184 __FUNCTION__, mId, mState);
189 mId);
229 mId);
H A DCamera3OutputStream.cpp113 __FUNCTION__, mId, strerror(-res), res);
162 "there is an error", __FUNCTION__, mId, buffer.release_fence);
174 __FUNCTION__, mId, strerror(-res), res);
202 " %s (%d)", __FUNCTION__, mId, strerror(-res), res);
210 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
226 lines.appendFormat(" Stream[%d]: Output\n", mId);
271 __FUNCTION__, mId);
278 __FUNCTION__, camera3_stream::usage, mId);
305 camera3_stream::format, mId);
314 " buffer count for stream %d", __FUNCTION__, mId);
[all...]
/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...]
H A DPrintJobInfo.java126 private PrintJobId mId; field in class:PrintJobInfo
177 mId = other.mId;
195 mId = parcel.readParcelable(null);
224 return mId;
235 this.mId = id;
598 parcel.writeParcelable(mId, flags);
620 builder.append(", id: ").append(mId);
/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/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.
H A DRawTexture.java50 mId = glId.generateTexture();
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp36 mId(id),
46 ALOGV("%s: Tearing down for camera id %d", __FUNCTION__, mId);
51 return mId;
57 ALOGV("%s: Initializing device for camera %d", __FUNCTION__, mId);
65 snprintf(name, sizeof(name), "%d", mId);
74 mId, strerror(-res), res);
81 __FUNCTION__, mId, CAMERA_DEVICE_API_VERSION_2_0,
88 res = module->get_camera_info(mId, &info);
102 __FUNCTION__, mId, strerror(-res), res);
109 __FUNCTION__, mId, strerro
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequestParcelable.java30 private int mId; field in class:GeofenceHardwareRequestParcelable
33 mId = id;
41 return mId;
/frameworks/base/core/java/android/net/http/
H A DConnectionThread.java44 private int mId; field in class:ConnectionThread
54 mId = id;
136 return "cid " + mId + " " + active + " " + con;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DIconLoader.java38 private ImageDescriptor mId = null; field in class:IconLoader
112 mId = null;
145 if (mId.mCodingScheme == ImageDescriptor.CODING_SCHEME_BASIC) {
149 } else if (mId.mCodingScheme == ImageDescriptor.CODING_SCHEME_COLOUR) {
178 mId = ImageDescriptor.parse(rawData, 1);
179 if (mId == null) {
189 mSimFH.loadEFImgTransparent(mId.mImageId,
208 mSimFH.loadEFImgTransparent(mId.mImageId, 0, 0, mId.mLength ,msg);
/frameworks/base/core/java/android/content/
H A DLoader.java53 int mId; field in class:Loader
171 return mId;
186 mId = id;
526 sb.append(mId);
540 writer.print(prefix); writer.print("mId="); writer.print(mId);
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java35 int mId; field in class:Loader
119 return mId;
134 mId = id;
379 sb.append(mId);
393 writer.print(prefix); writer.print("mId="); writer.print(mId);
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java280 private final byte[] mId; field in class:NdefRecord
528 mId = id;
558 mId = rs[0].mId;
591 return mId.clone();
897 boolean il = mId.length > 0;
910 buffer.put((byte)mId.length);
914 buffer.put(mId);
922 int length = 3 + mType.length + mId.length + mPayload.length;
925 boolean il = mId
[all...]
/frameworks/base/services/java/com/android/server/
H A DLightsService.java63 mId = id;
118 if (DEBUG) Slog.v(TAG, "setLight #" + mId + ": color=#"
124 setLight_native(mNativePointer, mId, color, mode, onMS, offMS, brightnessMode);
128 private int mId; field in class:LightsService.Light

Completed in 473 milliseconds

1234