Searched refs:mId (Results 76 - 100 of 179) sorted by relevance

12345678

/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java32 private final Long mId; field in class:Voicemail
47 mId = id;
173 return mId;
263 dest.writeLong(mId);
307 mId = in.readLong();
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java47 private int mId; field in class:SubscriptionInfo
126 this.mId = id;
146 return this.mId;
338 dest.writeInt(mId);
377 return "{id=" + mId + ", iccId=" + iccIdToPrint + " simSlotIndex=" + mSimSlotIndex
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItem.java32 private final int mId; field in class:ActionMenuItem
62 mId = id;
86 return mId;
H A DBaseMenuPresenter.java46 private int mId; field in class:BaseMenuPresenter
229 return mId;
233 mId = id;
/frameworks/native/libs/input/
H A DInputDevice.cpp134 mId(other.mId), mGeneration(other.mGeneration), mControllerNumber(other.mControllerNumber),
148 mId = id;
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DBaseMenuPresenter.java48 private int mId; field in class:BaseMenuPresenter
231 return mId;
235 mId = id;
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTriggerModule.java33 private int mId; field in class:SoundTriggerModule
43 mId = moduleId;
/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java148 private PrintJobId mId; field in class:PrintJobInfo
206 mId = other.mId;
227 mId = parcel.readParcelable(null);
263 return mId;
274 this.mId = id;
655 parcel.writeParcelable(mId, flags);
680 builder.append(", id: ").append(mId);
H A DPrintAttributes.java792 private final @NonNull String mId; field in class:PrintAttributes.MediaSize
822 sIdToMediaSizeMap.put(mId, this);
880 mId = Preconditions.checkStringNotEmpty(id, "id cannot be empty.");
904 return mId;
966 return new MediaSize(mId, mLabel, mPackageName,
983 return new MediaSize(mId, mLabel, mPackageName,
990 parcel.writeString(mId);
1042 builder.append("id: ").append(mId);
1073 private final @NonNull String mId; field in class:PrintAttributes.Resolution
1107 mId
[all...]
/frameworks/base/core/java/android/view/
H A DDisplay.java1264 private final int mId; field in class:Display.ColorTransform
1268 mId = id;
1273 return mId;
1289 return mId == that.mId
1296 hash = hash * 17 + mId;
1304 .append("id=").append(mId)
1321 out.writeInt(mId);
/frameworks/base/libs/hwui/
H A DTexture.h97 return mId;
154 GLuint mId = 0; member in class:android::uirenderer::Texture
/frameworks/native/include/input/
H A DInputDevice.h79 inline int32_t getId() const { return mId; }
120 int32_t mId; member in class:android::InputDeviceInfo
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp46 mInitCheck(NO_ERROR), mId(getUniqueId()), mGenerationNumber(0)
59 mInitCheck(NO_ERROR), mId(getUniqueId()), mGenerationNumber(0)
75 mInitCheck(NO_ERROR), mId(getUniqueId()), mGenerationNumber(0)
88 mInitCheck(NO_ERROR), mWrappedBuffer(buffer), mId(getUniqueId()),
304 buf[6] = static_cast<int32_t>(mId >> 32);
305 buf[7] = static_cast<int32_t>(mId & 0xFFFFFFFFull);
385 mId = static_cast<uint64_t>(buf[6]) << 32;
386 mId |= static_cast<uint32_t>(buf[7]);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.h60 int mId; member in class:android::camera2::CallbackProcessor
H A DJpegProcessor.h66 int mId; member in class:android::camera2::JpegProcessor
H A DZslProcessor.cpp51 mId(client->getCameraId()),
137 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId);
143 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
166 " after it becomes idle", __FUNCTION__, mId);
216 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId);
223 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
248 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId);
254 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
293 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId);
/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.h53 int32_t mId; member in class:android::uhid::Device
/frameworks/minikin/include/minikin/
H A DFontCollection.h81 uint32_t mId; member in class:android::FontCollection
/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchiveHelper.java323 private final ParsedDocumentId mId; field in class:DocumentArchiveHelper.Loader
333 this.mId = id;
346 mProvider.getContext(), mLocalFile, mId.mArchiveId, mIdDelimiter,
351 mProvider.openDocument(mId.mArchiveId, "r", null /* signal */),
352 mId.mArchiveId, mIdDelimiter, mNotificationUri);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp553 : mId(sNextId++),
580 ALOGV("[%" PRIu64 "] acceptChanges failed, not validated", mId);
584 ALOGV("[%" PRIu64 "] acceptChanges", mId);
607 ALOGV("[%" PRIu64 "] created layer %" PRIu64, mId, *outLayerId);
618 mId, layerId);
630 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId);
639 ALOGV("[%" PRIu64 "] getActiveConfig --> %s", mId,
644 ALOGV("[%" PRIu64 "] getActiveConfig --> %u", mId, configId);
655 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId,
660 ALOGV("[%" PRIu64 "] getAttribute(%u, %s) --> %d", mId, configI
1619 output << " Display " << mId << ": "; local
[all...]
H A DHWC2.h252 hwc2_config_t getId() const { return mId; }
264 hwc2_config_t mId; member in class:HWC2::Display::Config
322 hwc2_display_t getId() const { return mId; }
349 hwc2_display_t mId; member in class:HWC2::Display
363 hwc2_layer_t getId() const { return mId; }
392 hwc2_layer_t mId; member in class:HWC2::Layer
/frameworks/av/include/media/
H A DAudioEffect.h296 int32_t id() const { return mId; }
415 int32_t mId; // system wide unique effect engine instance ID member in class:android::AudioEffect
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp37 mClientInterface(clientInterface), mPatchHandle(AUDIO_PATCH_HANDLE_NONE), mId(0)
64 return mId;
171 dstConfig->id = mId;
182 port->id = mId;
192 snprintf(buffer, SIZE, " ID: %d\n", mId);
217 indent, mId, mId, mSamplingRate, mFormat, mChannelMask);
235 mId = AudioPort::getNextUniqueId();
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java44 private final int mId; field in class:Device
61 mId = id;
/frameworks/base/core/java/android/hardware/radio/
H A DRadioModule.java36 private int mId; field in class:RadioModule
41 mId = moduleId;

Completed in 1445 milliseconds

12345678