Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/include/task/
DTaskCase.h60 inline Value(): mType(ETypeDouble) {}; in Value()
61 inline Value(Type type): mType(type) {}; in Value()
62 inline Value(double val): mType(ETypeDouble) { in Value()
65 inline 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/tests/tests/hardware/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.cpp38 if (mType == EBuiltin) { in run()
308 mType = EBuiltin; in parseAttribute()
310 mType = EScript; in parseAttribute()
328 : mType(type), in Param()
336 : mType(TaskProcess::EConst), in Param()
344 return mType; in getType()
349 ASSERT((mType == TaskProcess::EId) || (mType == TaskProcess::EVal)); in getParamString()
355 ASSERT(mType == TaskProcess::EConst); in getValue()
361 ASSERT(mType == TaskProcess::EConst); in getValuePtr()
DTaskGeneric.cpp23 mType(type), in TaskGeneric()
/cts/common/util/src/com/android/compatibility/common/util/
DReportLog.java41 private ResultType mType; field in ReportLog.Result
68 mType = type; in Result()
90 return mType; in getType()
110 .append(mType.name()) in toEncodedString()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTest.java198 serializer.attribute(CtsXmlResultReporter.ns, SCORETYPE_ATTR, summary.mType); in serialize()
221 serializer.attribute(CtsXmlResultReporter.ns, SCORETYPE_ATTR, d.mType); in serialize()
245 public String mType; field in Test.PerfResultCommon
268 r.mType = elems[2]; in parseSummary()
286 r.mType = elems[2]; in parseDetails()
/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/cube/
DProjectionCubeActivity.java35 mType = ProjectionPresentationType.TUMBLING_CUBES; 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/apps/CtsVerifier/src/com/android/cts/verifier/projection/widgets/
DProjectionWidgetActivity.java59 mType = ProjectionPresentationType.BASIC_WIDGETS; in onCreate()
/cts/libs/deviceutil/src/android/cts/util/
DReadElf.java131 private int mType; field in ReadElf
188 return mType; in getType()
249 mType = readHalf(); in readHeader()