HomeSort by relevance Sort by last modified time
    Searched refs:mType (Results 101 - 125 of 1452) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/generic/goldfish/wifi/ipv6proxy/
packet.h 52 return mType;
66 Type mType;
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
MessageHeader.java 45 private final int mType;
54 mType = type;
65 mType = type;
86 mType = decoder.readInt(TYPE_OFFSET);
112 return mType;
185 result = prime * result + mType;
202 && mType == other.mType);
  /frameworks/rs/
rsComponent.h 38 RsDataType getType() const {return mType;}
54 RsDataType mType;
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
EventReport.java 40 private final Type mType;
47 mType = parseType(attrs.get("type"));
49 if (mType != Type.MEMORY_FULL && mType != Type.MEMORY_AVAILABLE) {
67 if (mType != Type.MEMORY_FULL && mType != Type.MEMORY_AVAILABLE) {
148 return mType;
188 json.put("type", mType);
  /system/extras/tests/sdcard/
testcase.cpp 45 mType(UNKNOWN_TEST), mDump(false), mCpuScaling(false),
80 if (UNKNOWN_TEST == mType)
174 if (strcmp(mName, "write") == 0) mType = WRITE;
175 if (strcmp(mName, "read") == 0) mType = READ;
176 if (strcmp(mName, "read_write") == 0) mType = READ_WRITE;
177 if (strcmp(mName, "open_create") == 0) mType = OPEN_CREATE;
178 if (strcmp(mName, "traverse") == 0) mType = TRAVERSE;
180 return UNKNOWN_TEST != mType;
  /external/swiftshader/src/OpenGL/libGL/
Query.h 48 GLenum mType;
  /external/swiftshader/src/OpenGL/libGLESv2/
Query.h 45 GLenum mType;
  /frameworks/av/media/libeffects/testlibs/
AudioShelvingFilter.cpp 51 : mType(type),
66 setFrequency(mType == kLowShelf ? 0 : mNiquistFreq);
77 uint32_t log2minFreq = (mType == kLowShelf ? (32-10) : (32-2));
99 if (mType == kHighShelf) {
  /frameworks/av/media/libstagefright/webm/
WebmFrame.h 26 const int mType;
WebmWriter.h 84 int mType;
94 : mType(kInvalidType),
100 : mType(type),
106 mType = other.mType;
  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.cpp 23 if (type != mType) {
25 mType = type;
45 if (mType == ColorBlindnessType::None) {
147 switch (mType) {
Daltonizer.h 47 ColorBlindnessType mType = ColorBlindnessType::None;
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 26 : mType(type),
67 ATRACE("disp = %d, layer number = %d", mType, list->numHwLayers);
76 mLayerList = new HwcLayerList(list, mType);
138 ATRACE("disp = %d, enabled = %d", mType, enabled);
150 bool ret = mBlankControl->blank(mType, blank);
172 bool ret = drm->getModeInfo(mType, mode);
292 if (!drm->detect(mType)) {
293 ETRACE("drm detection on device %d failed ", mType);
308 mConnected = drm->isConnected(mType);
317 ret = drm->getModeInfo(mType, mode)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ActionImage.java 53 private int mType;
56 mType = type;
61 int targetSize = MediaItem.getTargetSize(mType);
65 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLCompositeProperty.java 27 private final GLStateType mType;
33 mType = type;
86 return mType;
129 pp.prettyPrint(mType, null);
  /cts/suite/audio_quality/lib/include/task/
TaskProcess.h 61 ProcessType mType;
78 return (mType == EId);
81 ParamType mType;
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 48 private final Type mType;
62 mType = thisType.getActualTypeArguments()[0];
73 if (containsTypeVariable(mType)) {
77 mHash = mType.hashCode();
84 return mType;
88 mType = type;
89 if (containsTypeVariable(mType)) {
93 mHash = mType.hashCode();
159 return (Class<? super T>)getRawType(mType);
209 Type componentType = getComponentType(mType);
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareRequest.java 31 private int mType;
46 mType = GEOFENCE_TYPE_CIRCLE;
188 return mType;
  /frameworks/base/core/java/android/view/
ActionMode.java 56 private int mType = TYPE_PRIMARY;
186 mType = type;
195 return mType;
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
InstanceOfExpr.java 27 ModelClass mType;
54 mType = modelAnalyzer.findClass(mTypeStr, getModel().getImports());
68 return mType;
  /system/tools/hidl/c2hal/
FunctionDeclaration.cpp 29 mType(type),
36 delete mType;
52 return mType;
  /external/doclava/src/com/google/doclava/
ParameterInfo.java 31 mType = type;
42 mName, mTypeName, mType.getTypeWithArguments(typeArgumentMapping),
47 return mType;
102 return mType.dimension().equals(dimension);
107 TypeInfo mType;
  /frameworks/base/graphics/java/android/graphics/
LinearGradient.java 32 private int mType;
66 mType = TYPE_COLORS_AND_POSITIONS;
90 mType = TYPE_COLOR_START_AND_COLOR_END;
104 if (mType == TYPE_COLORS_AND_POSITIONS) {
119 if (mType == TYPE_COLORS_AND_POSITIONS) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameQueue.java 59 result = FrameType.merge(result, queue.mType);
120 return new Frame(mType, dimensions, manager);
139 private FrameType mType;
143 return mType;
180 mType = type;
  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionProvider.java 38 private int mType = -1;
101 mType = (mType + 1) % 3;
103 if (mType == 0) {
109 if (mType == 1) {

Completed in 462 milliseconds

1 2 3 45 6 7 8 91011>>