Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 21 of 21) sorted by relevance

/cts/suite/audio_quality/lib/include/task/
DTaskCase.h60 inline Value(): mType(ETypeDouble) {}; in Value()
61 inline explicit Value(Type type): mType(type) {}; in Value()
62 inline explicit Value(double val): mType(ETypeDouble) { in Value()
65 inline explicit Value(int64_t val): mType(ETypeI64) { in Value()
69 return mType; in getType()
72 mType = type; in setType()
76 mType = ETypeDouble; in setDouble()
86 mType = ETypeI64; in setInt64()
98 return ((mValue[0] == b.mValue[0]) && (mType == b.mType));
103 Type mType; variable
DTaskProcess.h61 ProcessType mType; variable
78 return (mType == EId); in isIdType()
81 ParamType mType;
DTaskGeneric.h56 return mType; in getType()
108 TaskType mType;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DSetSupportMessageActivity.java38 private String mType; field in SetSupportMessageActivity
51 mType = getIntent().getStringExtra(EXTRA_SUPPORT_MSG_TYPE); in onCreate()
52 setTitle(TYPE_SHORT_MSG.equals(mType) in onCreate()
58 mSupportMessage.setText(TYPE_SHORT_MSG.equals(mType) in onCreate()
68 message = getString(TYPE_SHORT_MSG.equals(mType) in onClick()
79 if (TYPE_SHORT_MSG.equals(mType)) { in onClick()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationCache.java208 private final Type mType; field in AllocationCache.AllocationKey
212 mType = type; in AllocationKey()
218 return mType.hashCode() ^ mUsage; in hashCode()
226 return otherKey.mType.equals(mType) && otherKey.mUsage == otherKey.mUsage; in equals()
DAllocationInfo.java46 private final Type mType; field in AllocationInfo
240 mType = typeBuilder.create(); in AllocationInfo()
252 return mType; in getType()
400 return mType.equals(other.mType) && mUsage == other.mUsage; in equals()
414 return RenderScriptSingleton.getCache().getOrCreateTyped(mType, mUsage); in createAllocation()
/cts/suite/audio_quality/lib/src/task/
DTaskProcess.cpp39 if (mType == EBuiltin) { in run()
310 mType = EBuiltin; in parseAttribute()
312 mType = EScript; in parseAttribute()
330 : mType(type), in Param()
338 : mType(TaskProcess::EConst), in Param()
346 return mType; in getType()
351 ASSERT((mType == TaskProcess::EId) || (mType == TaskProcess::EVal)); in getParamString()
357 ASSERT(mType == TaskProcess::EConst); in getValue()
363 ASSERT(mType == TaskProcess::EConst); in getValuePtr()
DTaskGeneric.cpp23 mType(type), in TaskGeneric()
/cts/common/util/src/com/android/compatibility/common/util/
DDevicePropertyInfo.java48 private final String mType; field in DevicePropertyInfo
76 mType = type; in DevicePropertyInfo()
108 propertyMap.put(prefix + "type", mType); in getPropertytMapWithPrefix()
DReportLog.java61 ResultType mType; field in ReportLog.Metric
101 mType = type; in Metric()
118 return mType; in getType()
/cts/tests/sensor/jni/
DSensorTest.h124 return mType; in getType()
134 const int mType; variable
DSensorTest.cpp138 : mType(type), mSize(0), mBuffer(nullptr), in TestSharedMemory()
198 switch(mType) { in release()
230 this, static_cast<int>(mType), mSharedMemoryFd, mHardwareBuffer, mSize, mBuffer); in release()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
DProjectionCubeActivity.java35 mType = ProjectionPresentationType.TUMBLING_CUBES; in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/video/
DProjectionVideoActivity.java34 mType = ProjectionPresentationType.VIDEO_PLAYBACK; in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/list/
DProjectionListActivity.java35 mType = ProjectionPresentationType.SCROLLING_LIST; in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
DProjectionTouchActivity.java35 mType = ProjectionPresentationType.MULTI_TOUCH; in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectionActivity.java52 protected ProjectionPresentationType mType; field in ProjectionActivity
67 … mService.startRendering(mSurface, mWidth, mHeight, metrics.densityDpi, mType.ordinal());
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReadElf.java131 private int mType; field in ReadElf
188 return mType; in getType()
249 mType = readHalf(); in readHeader()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/widgets/
DProjectionWidgetActivity.java59 mType = ProjectionPresentationType.BASIC_WIDGETS; in onCreate()
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DWindowManagerState.java936 private int mType; field in WindowManagerState.WindowState
1026 return mType; in getType()
1119 mType = Integer.valueOf(matcher.group(1)); in extract()
1145 + getWindowTypeSuffix(mWindowType) + "}" + " type=" + mType in toString()
/cts/tools/dex-tools/dex/
Dclasses.out.dex19704 private java.lang.String mType
42575 private int mType
52869 public int mType
57846 private final int mType
86500 int mType
95514 private int mType