HomeSort by relevance Sort by last modified time
    Searched refs:mId (Results 76 - 100 of 1445) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/libhardware/modules/usbcamera/
Stream.cpp 38 mId(id),
130 if (id != mId) {
132 __func__, mId, id, mId);
137 __func__, mId, s, mStream);
142 "expect %s(%d)", __func__, mId, typeToString(s->stream_type),
148 "expect %s(%d)", __func__, mId, formatToString(s->format),
154 __func__, mId, s->width, mStream->width);
159 __func__, mId, s->height, mStream->height);
168 dprintf(fd, "Stream ID: %d (%p)\n", mId, mStream)
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.cpp 45 ALOGE("%s: Stream %d: Dummy stream cannot produce buffers!", __FUNCTION__, mId);
53 ALOGE("%s: Stream %d: Dummy stream cannot return buffers!", __FUNCTION__, mId);
64 ALOGE("%s: Stream %d: Dummy stream cannot return buffers!", __FUNCTION__, mId);
71 lines.appendFormat(" Stream[%d]: Dummy\n", mId);
124 __FUNCTION__, mId);
  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresResInstanceInfo.java 44 private String mId = "";
71 return mId;
79 this.mId = resourceId;
150 dest.writeString(mId);
179 mId = source.readString();
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountItem.java 35 private final String mId;
49 this.mId = id;
72 if (mId != null) {
73 return Long.parseLong(mId);
99 if (!other.mId.equals(this.mId)) {
101 Log.d(TAG, "Wrong id : " + this.mId + " vs " + other.mId);
144 result = prime * result + ((mId == null) ? 0 : mId.hashCode())
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/
RecommendationBuilder.java 49 private int mId;
69 mId = id;
111 File bitmapFile = getNotificationBackground(mContext, mId);
115 Uri.parse(BACKGROUND_URI_PREFIX + Integer.toString(mId)).toString());
119 // by checking mId and similarly sort order
120 mGroupKey = (mId < 3) ? "Top" : (mId < 5) ? "Middle" : "Bottom";
121 mSort = (mId < 3) ? "1.0" : (mId < 5) ? "0.7" : "0.3";
173 ", mId=" + mId
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
ProgressReporter.java 57 private final int mId;
81 mId = id;
98 listener.onStarted(mId, null);
99 listener.onProgress(mId, mProgress, mExtras);
105 listener.onFinished(mId, null);
151 notifyProgress(mId, mProgress, mExtras);
192 notifyStarted(mId, null);
193 notifyProgress(mId, mProgress, mExtras);
203 notifyFinished(mId, null);
  /cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
UriHelper.java 104 private final String mId;
109 mId = (segments.size() >= 2) ? segments.get(1) : null;
122 if (mId == null) {
145 if (mId == null) {
151 return new String[]{ mId };
157 args[0] = mId;
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/model/
Movie.java 33 private String mId;
50 mId = data[0];
69 return mId;
73 mId = id;
146 dest.writeStringArray(new String[] {mId,
160 sb.append("mId=" + mId);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ConnectivityEvents.java 36 private String mId;
40 mId = id;
52 mId);
65 private String mId;
71 mId = id;
83 networkCallback.put(ConnectivityConstants.NetworkCallbackContainer.ID, mId);
  /frameworks/base/core/java/android/service/autofill/
FillRequest.java 78 private final int mId;
84 mId = parcel.readInt();
95 mId = id;
105 return mId;
126 return "FillRequest: [id=" + mId + ", flags=" + mFlags + ", ctxts= " + mContexts + "]";
153 parcel.writeInt(mId);
  /frameworks/base/telecomm/java/android/telecom/
PhoneAccountHandle.java 44 private final String mId;
59 mId = id;
91 return mId;
103 return Objects.hash(mComponentName, mId, mUserHandle);
108 // Note: Log.pii called for mId as it can contain personally identifying phone account
112 .append(Log.pii(mId))
140 out.writeString(mId);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 66 public int mId;
116 Log.v(TAG, "New Batch created for info " + info.mId);
129 mListener.onShareAdded(info.mId);
142 Log.v(TAG, "batch " + this.mId + " is canceled");
157 Log.v(TAG, "Cancel batch for info " + info.mId);
160 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED);
  /packages/apps/Camera2/src/com/android/camera/device/
LegacyCameraActions.java 38 private final CameraDeviceKey mId;
47 mId = id;
55 mLogger.i("executeOpen(id: " + mId.getCameraId() + ")");
59 mId.getCameraId().getLegacyValue(), mLogger));
65 mLogger.i("executeClose(" + mId.getCameraId() + ")");
69 mId.getCameraId().getLegacyValue(),
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
SuggestionPreference.java 43 private String mId;
52 this.mId = suggestion.getId();
54 setKey(SUGGESTION_PREFERENCE_KEY + mId);
58 return mId;
82 mId);
90 MetricsEvent.ACTION_SETTINGS_SUGGESTION, mId);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 227 mId(id),
238 auto intError = mComposer.destroyVirtualDisplay(mId);
241 ") failed: %s (%d)", mId, to_string(error).c_str(), intError);
246 ": %s (%d)", mId, to_string(error).c_str(),
254 mId(id),
283 auto intError = mComposer.acceptDisplayChanges(mId);
293 auto intError = mComposer.createLayer(mId, &layerId);
300 mComposer, mCapabilities, mId, layerId);
318 ALOGV("[%" PRIu64 "] getActiveConfig", mId);
320 auto intError = mComposer.getActiveConfig(mId, &configId)
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeRuleSettingsBase.java 42 protected String mId;
63 mId = intent.getStringExtra(ConditionProviderService.EXTRA_RULE_ID);
64 if (mId == null) {
70 if (DEBUG) Log.d(TAG, "mId=" + mId);
99 mSwitch.onResume(mRule, mId);
103 mHeader.onResume(mRule, mId);
126 mBackend.setZenRule(mId, mRule);
154 return NotificationManager.from(mContext).getAutomaticZenRule(mId);
ZenAutomaticRuleSwitchPreferenceController.java 37 private String mId;
52 return mRule != null && mId != null;
76 mId = id;
90 mBackend.setZenRule(mId, mRule);
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
Stream.h 52 audio_stream_type_t mId; /**< stream type identifier to link with audio.h. */
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 44 mId(client->getCameraId()),
94 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
102 __FUNCTION__, mId, maxJpegSize);
130 __FUNCTION__, mId);
135 __FUNCTION__, mId, mCaptureHeap->getSize(), maxJpegSize);
144 mId, strerror(-res), res);
150 __FUNCTION__, mId, mCaptureStreamId);
154 " after it becomes idle", __FUNCTION__, mId);
159 mId, strerror(-res), res);
175 "%s (%d)", __FUNCTION__, mId,
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
Face.java 55 private final int mId;
104 mId = id;
192 return mId;
251 mBounds, mScore, mId, mLeftEye, mRightEye, mMouth);
  /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
ClassWithNative_Delegate.java 35 instance.mId = 123;
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Timer.java 82 private final int mId;
110 mId = id;
121 public int getId() { return mId; }
198 return new Timer(mId, RUNNING, mLength, mTotalLength, now(), wallClock(), mRemainingTime,
213 return new Timer(mId, PAUSED, mLength, mTotalLength, UNUSED, UNUSED, remainingTime, mLabel,
226 return new Timer(mId, EXPIRED, mLength, 0L, now(), wallClock(), remainingTime, mLabel,
239 return new Timer(mId, MISSED, mLength, 0L, now(), wallClock(), remainingTime, mLabel,
251 return new Timer(mId, RESET, mLength, mLength, UNUSED, UNUSED, mLength, mLabel,
269 return new Timer(mId, mState, mLength, mTotalLength, timeSinceBoot, wallClockTime,
291 return new Timer(mId, mState, mLength, mTotalLength, timeSinceBoot, wallClockTime
    [all...]
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java 45 private final int mId;
50 mId = id;
58 Log.v(TAG, "id: " + mId + " when: " + mWhen + " progress: " + mProgress);
59 noMa.notify(NotificationService.NOTIFICATION_ID + mId,
  /tools/loganalysis/src/com/android/loganalysis/util/
LogTailUtil.java 41 public Integer mId = null;
45 mId = id;
132 if (line.mId != null && line.mId.equals(id)) {
  /cts/suite/audio_quality/lib/src/task/
TaskOutput.cpp 57 android::sp<Buffer> buffer = getTestCase()->findBuffer(mId);
59 LOGE("cannot find buffer %s", mId.string());
69 int id = getTestCase()->getRemoteAudio()->getDataId(mId);

Completed in 729 milliseconds

1 2 34 5 6 7 8 91011>>