HomeSort by relevance Sort by last modified time
    Searched refs:mDataType (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 32 private final int mDataType;
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/
ExifTag.java 93 private final short mDataType;
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 != TYPE_ASCII && mDataType != TYPE_UNDEFINED)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 93 private final short mDataType;
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 != TYPE_ASCII && mDataType != TYPE_UNDEFINED)
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 93 private final short mDataType;
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 != TYPE_ASCII && mDataType != TYPE_UNDEFINED)
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifTag.java 93 private final short mDataType;
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 != TYPE_ASCII && mDataType != TYPE_UNDEFINED)
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 93 private final short mDataType;
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 != TYPE_ASCII && mDataType != TYPE_UNDEFINED)
    [all...]
  /frameworks/compile/slang/
slang_rs_spec_table.cpp 115 const RSDataTypeSpec *mDataType;
121 mDataType(DataType) {
126 inline const RSDataTypeSpec *getDataType() const { return mDataType; }
134 const RSDataTypeSpec *mDataType;
144 mDataType(DataType),
151 inline const RSDataTypeSpec *getDataType() const { return mDataType; }

Completed in 82 milliseconds