Searched refs:version (Results 76 - 100 of 371) sorted by relevance

1234567891011>>

/frameworks/rs/api/
H A Drs_convert.spec25 version: 9
47 version: 21
57 version: 21
67 version: 21
77 version: 24
87 version: 24
H A Drs_object_info.spec167 version: 16
177 version: 16
189 version: 16
208 version: 16
223 version: 16
236 version: 16
248 version: 16
262 version: 16
274 version: 16
289 version
[all...]
/frameworks/support/v4/java/android/support/v4/content/
H A DIntentCompat.java85 final int version = Build.VERSION.SDK_INT;
86 if (version >= 15) {
88 } else if (version >= 11) {
H A DContentResolverCompat.java64 // canceled. We catch that and throw the support version instead.
76 final int version = Build.VERSION.SDK_INT;
77 if (version >= 16) {
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h189 int16 version; member in struct:tPVMP3DecoderExternal
210 * Out: Size of the output frame in 16-bit words, This value depends on the mp3 version
/frameworks/base/core/java/android/hardware/usb/
H A DUsbAccessory.java28 * the version of the accessory, and a user visible description of the accessory to the device.
29 * The manufacturer, model and version strings are used by the USB Manager to choose
74 String version, String uri, String serial) {
78 mVersion = version;
124 * Returns the version of the accessory.
126 * @return the accessory version
199 String version = in.readString();
202 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
73 UsbAccessory(String manufacturer, String model, String description, String version, String uri, String serial) argument
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font_single.py44 version = None variable in class:FontInfo
144 font.version = get_version(namerecord.text)
169 valid version, it's sanitized and appended to the font family name. The
175 if font.version is not None:
176 new_family = font.family + font.version
197 # The spec says that the version string should start with "Version ". But not
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLExtensions.h62 GLubyte const* version,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiApConfigStore.java132 int version = in.readInt();
133 if ((version != 1) && (version != 2)) {
134 Log.e(TAG, "Bad version on hotspot configuration file");
139 if (version >= 2) {
/frameworks/av/cmds/stagefright/filters/
H A Dnightvision.rs17 #pragma version(1)
H A Dsaturation.rs17 #pragma version(1)
/frameworks/av/media/libstagefright/filters/
H A DsaturationARGB.rs17 #pragma version(1)
/frameworks/base/core/java/android/bluetooth/
H A DSdpOppOpsRecord.java35 int l2capPsm, int version, byte[] formatsList) {
40 this.mProfileVersion = version;
103 sb.append("\n Profile version: ").append(mProfileVersion);
34 SdpOppOpsRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, byte[] formatsList) argument
/frameworks/base/include/androidfw/
H A DObbFile.h62 void setVersion(int32_t version) { argument
63 mVersion = version;
121 /* Package version this ObbFile is associated with */
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DIOptionsListener.aidl28 * Callback invoked with the version information of Options service implementation.
29 * @param version, version information of the service.
32 void getVersionCb(in String version );
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresRlmiInfo.java30 /** list version number from 0 to 2^32-1 */
68 * Gets the version.
76 * Sets the version.
79 public void setVersion(int version) { argument
80 this.mVersion = version;
/frameworks/data-binding/extensions/
H A Dbuild.gradle29 version = dataBindingConfig.extensionsVersion
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A Dsample.rs17 #pragma version(1)
/frameworks/rs/
H A Drs.h40 RsContext rsContextCreateGL(RsDevice dev, uint32_t version, uint32_t sdkVersion,
57 RsContext rsContextCreate(RsDevice dev, uint32_t version, uint32_t sdkVersion,
/frameworks/support/v4/java/android/support/v4/hardware/display/
H A DDisplayManagerCompat.java57 final int version = android.os.Build.VERSION.SDK_INT;
58 if (version >= 17) {
/frameworks/base/core/java/android/app/backup/
H A DBlobBackupHelper.java83 * [Int] : overall blob version number
97 int version = in.readInt();
98 if (version <= mCurrentBlobVersion) {
112 Log.w(TAG, "Prior state from unrecognized version " + version);
191 int version = headerIn.readInt();
192 if (version > mCurrentBlobVersion) {
193 Log.w(TAG, "Saved payload from unrecognized version " + version);
/frameworks/base/core/jni/
H A Dandroid_backup_BackupHelperDispatcher.cpp36 int version; member in struct:android::chunk_header_v1
70 amt = read(fd, &flattenedHeader.version,
78 if (flattenedHeader.version != VERSION_1_HEADER) {
79 ALOGW("Skipping unknown header version: 0x%08x, %d bytes", flattenedHeader.version,
91 ALOGD(" version=0x%08x", flattenedHeader.version);
186 header.version = VERSION_1_HEADER;
/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifest.java260 String version = manifest.mainAttributes.getValue(versionName);
261 if (version == null) {
263 version = manifest.mainAttributes.getValue(versionName);
265 if (version != null) {
266 writeEntry(out, versionName, version, encoder, buffer);
/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp44 sp<Rule> version = new Rule(); local
45 version->op = Rule::LESS_THAN;
46 version->key = Rule::SDK_VERSION;
47 version->longArgs.add((long) SDK_LOLLIPOP);
48 densityRule->subrules.add(version);
/frameworks/minikin/libs/minikin/
H A DHyphenator.cpp40 uint32_t version; member in struct:android::AlphabetTable0
47 uint32_t version; member in struct:android::AlphabetTable1
56 uint32_t version; member in struct:android::Trie
66 uint32_t version; member in struct:android::Pattern
82 uint32_t version; member in struct:android::Header

Completed in 576 milliseconds

1234567891011>>