Searched defs:Version (Results 1 - 7 of 7) 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
43 Version version() const;
79 Version mVersion;
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h41 Version, enumerator in enum:mcld::LDFileFormat::Kind
/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/base/media/libdrm/mobile1/include/parser/
H A Dparser_rel.h4 * Licensed under the Apache License, Version 2.0 (the "License");
68 uint8_t Version[8]; /**< Version number */ member in struct:_T_DRM_Rights
H A Dparser_dcf.h4 * Licensed under the Apache License, Version 2.0 (the "License");
55 uint8_t Version; member in struct:_T_DRM_DCF_Info
/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:__anon212
/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 762 milliseconds