HomeSort by relevance Sort by last modified time
    Searched defs:mType (Results 201 - 225 of 329) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 143 Type mType;
210 mType(OTHER),
224 mType = AVC;
237 mType = AAC;
593 if (mType != AVC) {
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 240 unsigned mType;
326 info.mType = streamType;
342 if (index >= 0 && mStreams.editValueAt(index)->type() != info.mType) {
362 ALOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType);
379 info1.mPID == s1->pid() && info1.mType == s2->type()
380 && info2.mPID == s2->pid() && info2.mType == s1->type();
383 info1.mPID == s2->pid() && info1.mType == s1->type()
384 && info2.mPID == s1->pid() && info2.mType == s2->type();
413 this, info.mPID, info.mType, PCR_PID);
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 284 : mType(type), mTriggerSession(triggerSession), mListenerSession(listenerSession),
293 AudioSystem::sync_event_t type() const { return mType; }
299 const AudioSystem::sync_event_t mType;
    [all...]
Threads.h 88 const int mType; // event type e.g. CFG_EVENT_IO
96 ConfigEvent(int type) : mType(type), mStatus(NO_ERROR), mWaitStatus(false), mData(NULL) {}
231 type_t type() const { return mType; }
369 effect_uuid_t mType; // effect type UUID
395 const type_t mType;
    [all...]
  /frameworks/base/core/java/android/text/style/
TtsSpan.java 41 private final String mType;
466 mType = type;
471 mType = src.readString();
480 return mType;
498 dest.writeString(mType);
518 private final String mType;
525 mType = type;
534 return new TtsSpan(mType, mArgs);
    [all...]
  /frameworks/base/core/java/android/util/
PathParser.java 102 if (nodesFrom[i].mType != nodesTo[i].mType
119 target[i].mType = source[i].mType;
237 private char mType;
241 mType = type;
246 mType = n.mType;
260 addCommand(path, current, previousCommand, node[i].mType, node[i].mParams);
261 previousCommand = node[i].mType;
    [all...]
  /frameworks/base/libs/hwui/
RenderProperties.h 69 if (RP_SET(mType, type)) {
77 return mType;
127 LayerType mType;
  /frameworks/base/media/java/android/media/tv/
TvInputInfo.java 124 private int mType = TYPE_TUNER;
277 mType = type;
355 return mType;
364 if (mType == TYPE_HDMI) {
377 return mType != TYPE_TUNER;
498 dest.writeInt(mType);
571 mType = in.readInt();
  /frameworks/base/rs/java/android/renderscript/
Element.java 62 DataType mType;
295 return mType;
774 mType = DataType.NONE;
797 mType = dt;
811 // we will pack mType; mKind; mNormalized; mVectorSize; NumSubElements
820 mType = dt;
821 mSize = mType.mSize * mVectorSize;
991 // We also ignore mNormalized because it can be different. The mType
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 314 : mName(name), mType(TYPE_UNKNOWN),
330 type getType() const { return mType; }
357 const Item* getItem() const { return mType == TYPE_ITEM ? &mItem : NULL; }
378 type mType;
  /frameworks/compile/slang/
slang_rs_export_type.h 287 DataType mType;
311 mType(DT),
343 inline DataType getType() const { return mType; }
345 return IsRSObjectType(mType);
508 const RSExportType *mType;
521 : mType(T),
528 inline const RSExportType *getType() const { return mType; }
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 60 Type mType;
178 return mType.getElement();
198 if (mType.mDimYuv != 0) {
199 return (int)Math.ceil(mType.getCount() * mType.getElement().getBytesSize() * 1.5);
201 return mType.getCount() * mType.getElement().getBytesSize();
241 mType = t;
243 mSize = mType.getCount() * mType.getElement().getBytesSize()
    [all...]
Element.java 69 DataType mType;
292 return mType;
716 mType = DataType.NONE;
739 mType = dt;
901 // We also ignore mNormalized because it can be different. The mType
905 (mType != DataType.NONE) &&
906 (mType == e.mType) &&
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 73 private int mType;
82 this.mType = type;
98 this.mType = type;
114 return mType;
437 if(mType == SMS_TYPE_GSM)
    [all...]
BluetoothMapbMessage.java 47 protected TYPE mType = null; // SMS/MMS/EMAIL
704 this.mType = type;
711 return mType;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 84 private EditType mType;
270 return mType;
283 mLabel.setSelection(mEditTypeAdapter.getPosition(mType));
365 mType = RawContactModifier.getCurrentType(entry, kind);
401 mType = null;
404 mType = editType;
408 if (mType == null) return;
410 mEntry.put(mKind.typeColumn, mType.rawValue);
411 mEntry.put(mType.customColumn, customText);
466 if (mType == selected && mType.customColumn == null)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 509 row[phoneTypeIndex] = phone.mType;
702 private int mType;
706 mType = type;
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 396 item = new Item(data.mType,
557 mType = type;
562 int mType;
790 public final int mType;
803 mType = type;
820 return mType >= TYPE_CAMERA_IMAGES;
836 return convertItemTypeToIncludedMediaType(mType);
856 switch (mType) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDrawRepresentation.java 90 public byte mType;
101 mType = copy.mType;
115 if (mType != sd.mType
126 return "stroke(" + mType + ", path(" + (mPath) + "), " + mRadius + " , "
175 : ("draw=" + mCurrent.mType + " " + mCurrent.noPoints));
277 sd.mType = type;
331 writer.name(SERIAL_TYPE).value(mark.mType);
363 stroke.mType = (byte) sreader.nextInt()
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 215 private int mType;
230 mLastSyncResult, mType, mIconResId, mNotificationIconResId, mBgColor,
296 mType = type;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java     [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h 275 audio_port_type_t mType;
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java     [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 80 private final Class<T> mType;
97 mType = type;
116 mType = (Class<T>)typeReference.getRawType();
209 return mType;
    [all...]

Completed in 1487 milliseconds

1 2 3 4 5 6 7 891011>>