Searched refs:mType (Results 76 - 100 of 204) sorted by relevance

123456789

/frameworks/rs/
H A DrsFileA3D.h46 RsA3DClassID mType; member in class:android::renderscript::FileA3D::A3DIndexEntry
56 return mType;
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceInfo.java185 private final int mType; // USB or virtual field in class:MidiDeviceInfo
201 mType = type;
225 return mType;
314 return ("MidiDeviceInfo[mType=" + mType +
346 parcel.writeInt(mType);
/frameworks/base/core/java/android/hardware/
H A DSensor.java774 if (sensor.mType == Sensor.TYPE_ROTATION_VECTOR &&
778 int offset = sensor.mType;
796 private int mType; field in class:Sensor
830 return mType;
1029 + ", type=" + mType + ", maxRange=" + mMaxRange + ", resolution=" + mResolution
1043 mType = value;
1044 switch (mType) {
/frameworks/base/libs/hwui/
H A DGpuMemoryTracker.cpp52 gObjectStats[static_cast<int>(mType)].totalSize += delta;
59 gObjectStats[static_cast<int>(mType)].count++;
67 gObjectStats[static_cast<int>(mType)].count--;
H A DFrameInfoVisualizer.cpp28 #define RETURN_IF_PROFILING_DISABLED() if (CC_LIKELY(mType == ProfileType::None)) return
29 #define RETURN_IF_DISABLED() if (CC_LIKELY(mType == ProfileType::None && !mShowDirtyRegions)) return
108 if (mType == ProfileType::Bars) {
226 if (newType != mType) {
227 mType = newType;
228 if (mType == ProfileType::None) {
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DSubscriptionParameters.java23 private final String mType; field in class:SubscriptionParameters
29 mType = MOManager.getString(node.getChild(TAG_TypeOfSubscription));
77 ", type='" + mType + '\'' +
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DSubscriptionParameters.java23 private final String mType; field in class:SubscriptionParameters
29 mType = PasspointManagementObjectManager.getString(node.getChild(TAG_TypeOfSubscription));
82 ", type='" + mType + '\'' +
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h118 ShelfType mType; member in class:android::AudioShelvingFilter
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioRoute.cpp33 snprintf(buffer, SIZE, "%*s- Type: %s\n", spaces, "", mType == AUDIO_ROUTE_MUX ? "Mux" : "Mix");
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessage.java51 private final Type mType; field in class:BluetoothMapMessage
113 mType = strToType(attrs.get("type"));
187 json.put("type", mType);
272 return mType;
/frameworks/av/media/mtp/
H A DMtpProperty.h46 MtpDataType mType; member in class:android::MtpProperty
85 MtpDataType getDataType() const { return mType; }
H A DMtpProperty.cpp31 mType(0),
53 mType(type),
102 if (mType == MTP_TYPE_STR) {
131 if (!packet.getUInt16(mType)) return false;
134 switch (mType) {
182 packet.putUInt16(mType);
185 switch (mType) {
247 switch (mType) {
302 switch (mType) {
345 ALOGI(" type %04X", mType);
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DMetaData.cpp236 : mType(0),
245 : mType(from.mType),
258 mType = from.mType;
271 mType = 0;
278 mType = type;
288 *type = mType;
322 switch(mType) {
350 out = String8::format("(unknown type %d, size %zu)", mType, mSiz
[all...]
H A DAMessage.cpp98 switch (item->mType) {
209 return item->mType == type ? item : NULL;
224 item->mType = kType##NAME; \
249 item->mType = kTypeString;
261 item->mType = type;
277 item->mType = kTypeMessage;
287 item->mType = kTypeRect;
433 to->mType = from->mType;
435 switch (from->mType) {
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java305 private final int mType; field in class:VCardEntry.PhoneData
315 mType = type;
328 builder.withValue(Phone.TYPE, mType);
329 if (mType == Phone.TYPE_CUSTOM) {
353 return (mType == phoneData.mType
361 int hash = mType;
370 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mNumber,
384 return mType;
398 private final int mType; field in class:VCardEntry.EmailData
497 private final int mType; field in class:VCardEntry.PostalData
739 private final int mType; field in class:VCardEntry.OrganizationData
875 private final int mType; field in class:VCardEntry.ImData
1350 private final int mType; field in class:VCardEntry.SipData
[all...]
/frameworks/native/libs/gui/
H A DSensor.cpp37 mName(name), mHandle(0), mType(0),
53 mType = hwSensor.type;
92 switch (mType) {
286 mName.string(), mHandle, mType, actualReportingMode, expectedReportingMode);
328 return mType;
422 sizeof(mVersion) + sizeof(mHandle) + sizeof(mType) +
446 FlattenableUtils::write(buffer, size, mType);
484 sizeof(mVersion) + sizeof(mHandle) + sizeof(mType) + sizeof(mMinValue) +
493 FlattenableUtils::read(buffer, size, mType);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp87 mType(type),
134 if (mType >= DisplayDevice::DISPLAY_VIRTUAL)
148 mPowerMode = (mType >= DisplayDevice::DISPLAY_VIRTUAL) ?
153 switch (mType) {
307 (hwc.supportsFramebufferTarget() || mType >= DISPLAY_VIRTUAL))) {
313 mType == DisplayDevice::DISPLAY_PRIMARY) {
353 if (mType >= DisplayDevice::DISPLAY_VIRTUAL)
555 if (mType == DisplayType::DISPLAY_PRIMARY) {
589 mDisplayName.string(), mType, mHwcDisplayId,
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h56 uint16_t mType; member in class:android::img_utils::TiffEntryImpl
66 : mTag(tag), mType(static_cast<uint16_t>(type)), mCount(count), mEnd(end) {
87 return static_cast<TagType>(mType);
127 BAIL_ON_FAIL(out->write(&mType, 0, 1), ret);
187 BAIL_ON_FAIL(out->write(&mType, 0, 1), ret);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java79 private EntryType mType; field in class:TrackerEntry
82 mType = type;
120 return mType;
173 cValues.put(ENTRY_TYPE, mType.toString());
174 if (mType == EntryType.LOCATION_TYPE) {
/frameworks/av/services/audioflinger/
H A DTrackBase.h85 bool isOutputTrack() const { return (mType == TYPE_OUTPUT); }
86 bool isPatchTrack() const { return (mType == TYPE_PATCH); }
166 track_type mType; // must be one of TYPE_DEFAULT, TYPE_OUTPUT, TYPE_PATCH ... member in class:TrackBase
/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp35 jfieldID mType; member in struct:android::__anon943
81 outPointerIcon->style = env->GetIntField(pointerIconObj, gPointerIconClassInfo.mType);
131 gPointerIconClassInfo.mType = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz,
132 "mType", "I");
/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java76 if (rep.mType == REPORT_TYPE_STATUS) {
99 final int mType; field in class:InstrumentationReporter.Report
107 mType = type;
/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java41 private final String mType; field in class:TtsSpan
466 mType = type;
471 mType = src.readString();
480 return mType;
503 dest.writeString(mType);
528 private final String mType; field in class:TtsSpan.Builder
535 mType = type;
544 return new TtsSpan(mType, mArgs);
/frameworks/base/core/java/android/view/
H A DPointerIcon.java144 private final int mType; field in class:PointerIcon
155 mType = type;
320 PointerIcon result = new PointerIcon(mType);
328 return mType;
362 out.writeInt(mType);
364 if (mType != TYPE_NULL) {
385 if (mType != otherIcon.mType
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp38 : mType(type), mData1(data1), mData2(data2) {
42 *channel = (mData1 >= 0x18 ? 1 : 0) + (mType ? 2 : 0);
48 uint8_t mType; member in struct:android::CCData
75 sprintf(tmp, "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2);
79 sprintf(tmp, "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2);
83 sprintf(tmp, "[%d]Spanish: %02x %02x", cc->mType, cc->mData1, cc->mData2);
87 sprintf(tmp, "[%d]German: %02x %02x", cc->mType, cc->mData1, cc->mData2);
91 sprintf(tmp, "[%d]Mid-row: %02x %02x", cc->mType, cc->mData1, cc->mData2);
98 sprintf(tmp, "[%d]Ctrl: %02x %02x", cc->mType, cc->mData1, cc->mData2);
103 sprintf(tmp, "[%d]PAC: %02x %02x", cc->mType, c
[all...]

Completed in 835 milliseconds

123456789