Searched defs:Version (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DID3.h4 * Licensed under the Apache License, Version 2.0 (the "License");
29 enum Version { enum in struct:android::ID3
44 Version version() const;
82 Version mVersion;
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h4 * Licensed under the Apache License, Version 2.0 (the "License");
29 uint32_t Version; member in struct:bcinfo::AndroidBitcodeWrapper
135 wrapper->Version = 0;
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h40 Version, enumerator in enum:mcld::LDFileFormat::Kind
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4_VideoEditingCommon.h4 * Licensed under the Apache License, Version 2.0 (the "License");
32 * Version */
266 M4OSA_UInt8 Version[3]; /**< Version of the libraries used to member in struct:__anon225
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java4 * Licensed under the Apache License, Version 2.0 (the "License");
141 public final class Version { class in class:MediaArtistNativeHelper
162 public Version getVersion() {
163 Version version = new Version();
165 version.major = Version.VIDEOEDITOR_MAJOR_VERSION;
166 version.minor = Version.VIDEOEDITOR_MINOR_VERSION;
167 version.revision = Version.VIDEOEDITOR_REVISION_VERSION;
3957 * @see Version
3959 private static native Version getVersio
[all...]

Completed in 166 milliseconds