/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | StreamingProcessor.cpp | 44 mId(client->getCameraId()), in StreamingProcessor() 86 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in updatePreviewRequest() 94 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId); in updatePreviewRequest() 114 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); in updatePreviewRequest() 122 "request: %s (%d)", __FUNCTION__, mId, in updatePreviewRequest() 131 __FUNCTION__, mId, strerror(-res), res); in updatePreviewRequest() 145 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in updatePreviewStream() 156 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); in updatePreviewStream() 162 __FUNCTION__, mId, currentWidth, currentHeight, in updatePreviewStream() 167 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); in updatePreviewStream() [all …]
|
D | JpegProcessor.cpp | 44 mId(client->getCameraId()), in JpegProcessor() 71 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in updateStream() 79 __FUNCTION__, mId, maxJpegSize); in updateStream() 107 __FUNCTION__, mId); in updateStream() 112 __FUNCTION__, mId, mCaptureHeap->getSize(), maxJpegSize); in updateStream() 122 mId, strerror(-res), res); in updateStream() 128 __FUNCTION__, mId, mCaptureStreamId); in updateStream() 132 " after it becomes idle", __FUNCTION__, mId); in updateStream() 137 mId, strerror(-res), res); in updateStream() 151 "%s (%d)", __FUNCTION__, mId, in updateStream() [all …]
|
D | CallbackProcessor.cpp | 38 mId(client->getCameraId()), in CallbackProcessor() 94 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in updateStream() 129 "%s (%d)", __FUNCTION__, mId, in updateStream() 140 "parameters changed", __FUNCTION__, mId, mCallbackStreamId); in updateStream() 145 mId, strerror(-res), res); in updateStream() 161 "%s (%d)", __FUNCTION__, mId, in updateStream() 182 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in deleteStream() 253 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); in discardNewCallback() 278 , __FUNCTION__, mId); in processNewCallback() 287 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); in processNewCallback() [all …]
|
D | ZslProcessor.cpp | 50 mId(client->getCameraId()), in ZslProcessor() 124 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId); in updateStream() 129 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in updateStream() 154 mId, strerror(-res), res); in updateStream() 163 mId, strerror(-res), res); in updateStream() 167 __FUNCTION__, mId, mZslStreamId); in updateStream() 172 mId, strerror(-res), res); in updateStream() 192 "%s (%d)", __FUNCTION__, mId, in updateStream() 200 "%s (%d)", __FUNCTION__, mId, in updateStream() 230 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in disconnect() [all …]
|
/frameworks/base/core/java/android/print/ |
D | PrinterInfo.java | 42 private PrinterId mId; field in PrinterInfo 67 mId = other.mId; in copyFrom() 88 return mId; in getId() 132 mId = parcel.readParcelable(null); in PrinterInfo() 146 parcel.writeParcelable(mId, flags); in writeToParcel() 157 result = prime * result + ((mId != null) ? mId.hashCode() : 0); in hashCode() 177 if (mId == null) { in equals() 178 if (other.mId != null) { in equals() 181 } else if (!mId.equals(other.mId)) { in equals() 207 builder.append("id=").append(mId); in toString() [all …]
|
/frameworks/base/media/java/android/media/ |
D | AudioHandle.java | 26 private final int mId; field in AudioHandle 29 mId = id; in AudioHandle() 33 return mId; in id() 42 return mId == ah.id(); in equals() 47 return mId; in hashCode() 52 return Integer.toString(mId); in toString()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothMasInstance.java | 24 private final int mId; field in BluetoothMasInstance 30 mId = id; in BluetoothMasInstance() 39 return mId == ((BluetoothMasInstance)o).mId; in equals() 46 return mId + (mChannel << 8) + (mMsgTypes << 16); in hashCode() 51 return Integer.toString(mId) + ":" + mName + ":" + mChannel + ":" + in toString() 71 out.writeInt(mId); in writeToParcel() 85 return mId; in getId()
|
D | BluetoothHeadsetClientCall.java | 64 private final int mId; field in BluetoothHeadsetClientCall 75 mId = id; in BluetoothHeadsetClientCall() 122 return mId; in getId() 165 builder.append(mId); in toString() 207 out.writeInt(mId); in writeToParcel()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | CompletionInfo.java | 52 private final long mId; field in CompletionInfo 67 mId = id; in CompletionInfo() 88 mId = id; in CompletionInfo() 95 mId = source.readLong(); in CompletionInfo() 106 return mId; in getId() 137 + "\" id=" + mId + " label=" + mLabel + "}"; in toString() 147 dest.writeLong(mId); in writeToParcel()
|
D | InputMethodInfo.java | 74 final String mId; field in InputMethodInfo 133 mId = new ComponentName(si.packageName, si.name).flattenToShortString(); in InputMethodInfo() 226 if (additionalSubtypesMap != null && additionalSubtypesMap.containsKey(mId)) { in InputMethodInfo() 227 final List<InputMethodSubtype> additionalSubtypes = additionalSubtypesMap.get(mId); in InputMethodInfo() 247 mId = source.readString(); in InputMethodInfo() 286 mId = new ComponentName(si.packageName, si.name).flattenToShortString(); in InputMethodInfo() 317 return mId; in getId() 431 pw.println(prefix + "mId=" + mId in dump() 441 return "InputMethodInfo{" + mId in toString() 461 return mId.equals(obj.mId); in equals() [all …]
|
/frameworks/base/core/java/android/printservice/ |
D | PrintServiceInfo.java | 55 private final String mId; field in PrintServiceInfo 71 mId = parcel.readString(); in PrintServiceInfo() 88 mId = new ComponentName(resolveInfo.serviceInfo.packageName, in PrintServiceInfo() 169 return mId; in getId() 228 parcel.writeString(mId); in writeToParcel() 237 return 31 + ((mId == null) ? 0 : mId.hashCode()); in hashCode() 252 if (mId == null) { in equals() 253 if (other.mId != null) { in equals() 256 } else if (!mId.equals(other.mId)) { in equals() 266 builder.append("id=").append(mId); in toString()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConference.java | 52 private final String mId; field in RemoteConference 69 mId = id; in RemoteConference() 75 return mId; in getId() 178 mConnectionService.disconnect(mId); in disconnect() 194 mConnectionService.mergeConference(mId); in merge() 201 mConnectionService.swapConference(mId); in swap() 208 mConnectionService.hold(mId); in hold() 215 mConnectionService.unhold(mId); in unhold() 226 mConnectionService.playDtmfTone(mId, digit); in playDtmfTone() 233 mConnectionService.stopDtmfTone(mId); in stopDtmfTone() [all …]
|
D | PhoneAccountHandle.java | 44 private final String mId; field in PhoneAccountHandle 59 mId = id; in PhoneAccountHandle() 88 return mId; in getId() 101 return Objects.hash(mComponentName, mId, mUserHandle); in hashCode() 110 .append(Log.pii(mId)) in toString() 138 out.writeString(mId); in writeToParcel()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputStream.cpp | 115 __FUNCTION__, mId, strerror(-res), res); in getBufferLocked() 164 "there is an error", __FUNCTION__, mId, buffer.release_fence); in returnBufferCheckedLocked() 176 __FUNCTION__, mId, strerror(-res), res); in returnBufferCheckedLocked() 204 " %s (%d)", __FUNCTION__, mId, strerror(-res), res); in returnBufferCheckedLocked() 210 snprintf(traceLog, sizeof(traceLog), "Stream %d: first full buffer\n", mId); in returnBufferCheckedLocked() 221 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); in returnBufferCheckedLocked() 237 lines.appendFormat(" Stream[%d]: Output\n", mId); in dump() 283 __FUNCTION__, mId); in configureQueueLocked() 290 __FUNCTION__, camera3_stream::usage, mId); in configureQueueLocked() 315 mMaxSize, mId); in configureQueueLocked() [all …]
|
D | Camera3InputStream.cpp | 53 __FUNCTION__, mId, mState); in getInputBufferLocked() 71 __FUNCTION__, mId, strerror(-res), res); in getInputBufferLocked() 123 __FUNCTION__, mId); in returnBufferCheckedLocked() 130 "there is an error", __FUNCTION__, mId, buffer.release_fence); in returnBufferCheckedLocked() 149 " %s (%d)", __FUNCTION__, mId, strerror(-res), res); in returnBufferCheckedLocked() 186 lines.appendFormat(" Stream[%d]: Input\n", mId); in dump() 214 __FUNCTION__, mId, res, minUndequeuedBuffers); in configureQueueLocked() 233 mConsumer->setName(String8::format("Camera3-InputStream-%d", mId)); in configureQueueLocked() 240 __FUNCTION__, mId, camera3_stream::width, camera3_stream::height); in configureQueueLocked() 246 __FUNCTION__, mId, camera3_stream::format); in configureQueueLocked()
|
D | Camera3DummyStream.cpp | 41 ALOGE("%s: Stream %d: Dummy stream cannot produce buffers!", mId); in getBufferLocked() 49 ALOGE("%s: Stream %d: Dummy stream cannot return buffers!", mId); in returnBufferLocked() 60 ALOGE("%s: Stream %d: Dummy stream cannot return buffers!", mId); in returnBufferCheckedLocked() 67 lines.appendFormat(" Stream[%d]: Dummy\n", mId); in dump()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityWindowInfo.java | 82 private int mId = UNDEFINED; field in AccessibilityWindowInfo 151 mId, AccessibilityNodeInfo.ROOT_NODE_ID, in getRoot() 185 return mId; in getId() 196 mId = id; in setId() 364 infoClone.mId = info.mId; in obtain() 404 parcel.writeInt(mId); in writeToParcel() 426 mId = parcel.readInt(); in initFromParcel() 446 return mId; in hashCode() 461 return (mId == other.mId); in equals() 468 builder.append("id=").append(mId); in toString() [all …]
|
/frameworks/av/services/camera/libcameraservice/device2/ |
D | Camera2Device.cpp | 38 mId(id), in Camera2Device() 48 ALOGV("%s: Tearing down for camera id %d", __FUNCTION__, mId); in ~Camera2Device() 53 return mId; in getId() 59 ALOGV("%s: Initializing device for camera %d", __FUNCTION__, mId); in initialize() 67 snprintf(name, sizeof(name), "%d", mId); in initialize() 76 mId, strerror(-res), res); in initialize() 83 __FUNCTION__, mId, CAMERA_DEVICE_API_VERSION_2_0, in initialize() 90 res = module->get_camera_info(mId, &info); in initialize() 104 __FUNCTION__, mId, strerror(-res), res); in initialize() 111 __FUNCTION__, mId, strerror(-res), res); in initialize() [all …]
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | TestAlertActivity.java | 11 int mId; field in TestAlertActivity 18 mId = intent.getIntExtra("id", -1); in onResume() 19 Log.d("StatusBarTest", "Remembering notification id=" + mId); in onResume() 26 Log.d("StatusBarTest", "onPause: Canceling notification id=" + mId); in onPause() 28 nm.cancel(mId); in onPause()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiPortInfo.java | 36 private final int mId; field in HdmiPortInfo 54 mId = id; in HdmiPortInfo() 68 return mId; in getId() 157 dest.writeInt(mId); in writeToParcel() 168 s.append("port_id: ").append(mId).append(", "); in toString() 182 return mId == other.mId && mType == other.mType && mAddress == other.mAddress in equals()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvTrackInfo.java | 43 private final String mId; field in TvTrackInfo 56 mId = id; in TvTrackInfo() 68 mId = in.readString(); in TvTrackInfo() 90 return mId; in getId() 175 dest.writeString(mId); in writeToParcel() 202 private final String mId; field in TvTrackInfo.Builder 230 mId = id; in Builder() 328 return new TvTrackInfo(mType, mId, mLanguage, mAudioChannelCount, mAudioSampleRate, in build()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbConfiguration.java | 37 private final int mId; field in UsbConfiguration 60 mId = id; in UsbConfiguration() 73 return mId; in getId() 142 StringBuilder builder = new StringBuilder("UsbConfiguration[mId=" + mId + in toString() 176 parcel.writeInt(mId); in writeToParcel()
|
D | UsbInterface.java | 37 private final int mId; field in UsbInterface 51 mId = id; in UsbInterface() 67 return mId; in getId() 148 StringBuilder builder = new StringBuilder("UsbInterface[mId=" + mId + in toString() 186 parcel.writeInt(mId); in writeToParcel()
|
/frameworks/base/core/java/android/nfc/ |
D | NdefRecord.java | 282 private final byte[] mId; field in NdefRecord 569 mId = id; in NdefRecord() 599 mId = rs[0].mId; in NdefRecord() 632 return mId.clone(); in getId() 938 boolean il = mId.length > 0; in writeToByteBuffer() 951 buffer.put((byte)mId.length); in writeToByteBuffer() 955 buffer.put(mId); in writeToByteBuffer() 963 int length = 3 + mType.length + mId.length + mPayload.length; in getByteLength() 966 boolean il = mId.length > 0; in getByteLength() 984 dest.writeInt(mId.length); in writeToParcel() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | IconLoader.java | 38 private ImageDescriptor mId = null; field in IconLoader 113 mId = null; in startLoadingIcon() 147 if (mId.mCodingScheme == ImageDescriptor.CODING_SCHEME_BASIC) { in handleMessage() 151 } else if (mId.mCodingScheme == ImageDescriptor.CODING_SCHEME_COLOUR) { in handleMessage() 183 mId = ImageDescriptor.parse(rawData, 1); in handleImageDescriptor() 184 if (mId == null) { in handleImageDescriptor() 194 mSimFH.loadEFImgTransparent(mId.mImageId, in readClut() 213 mSimFH.loadEFImgTransparent(mId.mImageId, 0, 0, mId.mLength ,msg); in readIconData()
|