Searched refs:mDataType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java32 private final int mDataType; field in class:BluetoothHealthAppConfiguration
45 mDataType = dataType;
62 mDataType = dataType;
73 mDataType == config.getDataType() &&
84 result = 31 * result + mDataType;
93 ",mDataType = " + mDataType + ", mRole = " + mRole + ",mChannelType = " +
107 return mDataType;
161 out.writeInt(mDataType);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java93 private final short mDataType; field in class:ExifTag
130 mDataType = type;
190 return mDataType;
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
241 mDataType != TYPE_UNSIGNED_LONG) {
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
246 } else if (mDataType == TYPE_UNSIGNED_LONG && checkOverflowForUnsignedLong(value)) {
287 if (checkBadComponentCount(value.length) || mDataType != TYPE_UNSIGNED_LONG) {
328 if (mDataType !
[all...]
/frameworks/compile/slang/
H A Dslang_rs_spec_table.cpp115 const RSDataTypeSpec *mDataType; member in class:ClangBuiltinTypeMap
121 mDataType(DataType) {
126 inline const RSDataTypeSpec *getDataType() const { return mDataType; }
134 const RSDataTypeSpec *mDataType; member in class:RSDataElementSpec
144 mDataType(DataType),
151 inline const RSDataTypeSpec *getDataType() const { return mDataType; }

Completed in 217 milliseconds