Searched refs:TYPE_INT32 (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
D | debugger_message.pb.cpp | 641 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 711 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 727 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 743 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 759 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 775 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 821 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 837 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 853 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() 869 … ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( in MergePartialFromCodedStream() [all …]
|
/frameworks/base/media/libstagefright/ |
D | MetaData.cpp | 58 return setData(key, TYPE_INT32, &value, sizeof(value)); in setInt32() 103 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) { in findInt32()
|
/frameworks/base/include/media/stagefright/ |
D | MetaData.h | 142 TYPE_INT32 = 'in32', enumerator
|
/frameworks/base/media/java/android/mtp/ |
D | MtpConstants.java | 36 public static final int TYPE_INT32 = 0x0005; field in MtpConstants
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.h | 364 TYPE_INT32, enumerator 390 sym.typeCode = AaptSymbolEntry::TYPE_INT32; in addSymbol()
|
D | Resource.cpp | 1568 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeLayoutClasses() 1809 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeSymbolClass()
|