HomeSort by relevance Sort by last modified time
    Searched refs:mType (Results 151 - 175 of 262) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 54 private final FrameType mType;
75 mType = type;
81 return mType;
227 int elemSize = mType.getElementSize();
266 backing.setElementId(mType.getElementId());
267 backing.allocate(mType);
ImageShader.java 85 private int mType;
101 mType = type;
117 mType = type;
149 mType,
157 mType,
187 private int mType;
202 mType = type[0];
212 return mType;
  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 154 box.mType = boxType;
220 trashBox.mType = Mailbox.TYPE_TRASH;
226 draftBox.mType = Mailbox.TYPE_DRAFTS;
295 assertEquals(Mailbox.TYPE_TRASH, mailbox2get.mType);
395 box1.mType = Mailbox.TYPE_INBOX;
408 box3.mType = Mailbox.TYPE_INBOX;
  /cts/tests/tests/security/src/android/security/cts/
ReadElf.java 188 private int mType;
237 return mType;
263 mType = readHalf(getHeaderOffset(OFFSET_TYPE));
  /cts/suite/audio_quality/lib/src/task/
TaskGeneric.cpp 23 mType(type),
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 74 Type mType;
83 : mType(type),
91 return mType;
119 switch (mType) {
158 if (mType != TYPE_SUBS) {
190 if (mType == TYPE_AUDIO) {
192 } else if (mType == TYPE_VIDEO) {
194 } else if (mType == TYPE_SUBS) {
204 if (mType == TYPE_SUBS) {
  /frameworks/base/graphics/java/android/renderscript/
Element.java 65 DataType mType;
290 return mType;
769 mType = DataType.NONE;
792 mType = dt;
806 // we will pack mType; mKind; mNormalized; mVectorSize; NumSubElements
815 mType = dt;
816 mSize = mType.mSize * mVectorSize;
986 // We also ignore mNormalized because it can be different. The mType
990 (mType != DataType.NONE) &
    [all...]
  /frameworks/base/libs/hwui/
SkiaColorFilter.cpp 27 mType(type), mBlend(blend), mSkFilter(skFilter) {
SkiaShader.h 79 return mType;
115 Type mType;
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 238 private final String mType;
246 mType = type;
256 return mType;
369 buffer.append("m=").append(mType).append(' ').append(mPort);
  /frameworks/rs/driver/
rsdShader.h 109 uint32_t mType;
  /frameworks/rs/
rsFileA3D.cpp 79 entry->mType = (RsA3DClassID)headerStream->loadU32();
246 switch (entry->mType) {
329 headerStream.addU32((uint32_t)mWriteIndex[i]->mType);
377 indexEntry->mType = obj->getClassId();
rsAllocation.h 168 ObjectBaseRef<const Type> mType;
170 mType.set(t);
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 46 CameraFrame::FrameType mType;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 164 public int mType;
493 box.mType = mailboxType;
571 return (mTotalCount >= 0) && isSyncableType(mType);
583 mType = cursor.getInt(CONTENT_TYPE_COLUMN);
608 values.put(MailboxColumns.TYPE, mType);
752 switch (mType) {
780 = mType;
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
EmailContentSetupUtils.java 73 box.mType = type;
  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 265 mRingNumber.mNumber, mRingNumber.mType);
269 mRingNumber.mNumber, mRingNumber.mType);
286 mRingNumber.mNumber, mRingNumber.mType);
315 mRingNumber.mNumber, mRingNumber.mType);
342 mRingNumber.mNumber, mRingNumber.mType);
411 private int mType = 0;
415 mType = type;
420 if (mType != callNumber.mType) return false;
    [all...]
  /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/Tag/src/com/android/apps/tag/record/
SmartPoster.java 100 private final String mType;
110 mType = type;
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 612 uint32_t ptype = mStack.itemAt(mStack.size() - 1).mType;
619 if (kDispatchTable[i].mType == type
1043 container.mType = type;
1087 Fourcc2String(container->mType));
1090 if (container->mType == FOURCC('s', 't', 's', 'd')) {
1102 if (container->mType == FOURCC('s', 't', 'b', 'l')) {
1110 } else if (container->mType == FOURCC('t', 'r', 'a', 'f')) {
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp 422 MemoryAccessType mType, int mIndex,
444 MemoryAccessType mType, int mIndex,
446 return lower_mem_reg(m, ATOM_NORMAL, size, disp, base_reg, mType, mIndex, reg, type, false);
453 MemoryAccessType mType, int mIndex,
457 return lower_mem_reg(m, m2, size, disp, base_reg, mType, mIndex, regAll, type, false);
469 MemoryAccessType mType, int mIndex,
483 return lower_mem_reg(m, m2, size, disp, baseAll, mType, mIndex, regAll, type, false);
646 int disp, int base_reg, MemoryAccessType mType, int mIndex,
655 MemoryAccessType mType, int mIndex, LowOpndRegType type) {
656 return lower_reg_mem(m, ATOM_NORMAL, size, reg, disp, base_reg, mType, mIndex, type)
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 108 private int mType = TYPE_NORMAL;
236 mType = getArguments().getInt(EXTRA_TYPE);
239 if (mType == TYPE_RECENT_OPEN) {
249 mSvelteRecents = am.isLowRamDevice() && (mType == TYPE_RECENT_OPEN);
257 switch (mType) {
265 context, mType, root, doc, contentsUri, state.userSortOrder);
273 context, mType, root, doc, contentsUri, state.userSortOrder);
278 throw new IllegalStateException("Unknown type " + mType);
299 if (mType == TYPE_RECENT_OPEN && mAdapter.isEmpty() && !state.stackTouched) {
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
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...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 238 unsigned mType;
324 info.mType = streamType;
340 if (index >= 0 && mStreams.editValueAt(index)->type() != info.mType) {
360 ALOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType);
377 info1.mPID == s1->pid() && info1.mType == s2->type()
378 && info2.mPID == s2->pid() && info2.mType == s1->type();
381 info1.mPID == s2->pid() && info1.mType == s1->type()
382 && info2.mPID == s1->pid() && info2.mType == s2->type();
411 this, info.mPID, info.mType, PCR_PID);
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 297 private String mType;
310 mType = description.type;
343 return mType;

Completed in 3287 milliseconds

1 2 3 4 5 67 8 91011