Searched refs:version (Results 176 - 200 of 217) sorted by relevance

123456789

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_ver.s17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateChromaVer function
H A Dh264bsd_interpolate_hor_quarter.s17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateHorQuarter function
H A Dh264bsd_interpolate_ver_half.s17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateVerHalf function
H A Dh264bsd_interpolate_ver_quarter.s17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateVerQuarter function
/frameworks/base/services/input/
H A DEventHub.cpp998 // Get device driver version.
1001 ALOGE("could not get driver version for %s, %s\n", devicePath, strerror(errno));
1016 identifier.version = inputId.version;
1052 " version %04x\n",
1053 identifier.bus, identifier.vendor, identifier.product, identifier.version);
1494 "product=0x%04x, version=0x%04x\n",
1496 device->identifier.product, device->identifier.version);
/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.cpp470 RsContext rsContextCreate(RsDevice vdev, uint32_t version, argument
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java857 * Gets the database version.
859 * @return the database version
866 * Sets the database version.
868 * @param version the new database version
870 public void setVersion(int version) { argument
871 execSQL("PRAGMA user_version = " + version);
1713 * Returns true if the new version code is greater than the current database version.
1715 * @param newVersion The new version cod
[all...]
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java531 * @param glVersion The version of OpenGL to use (1 for OpenGL 1, 11 for OpenGL 1.1, etc.)
541 throw new IllegalArgumentException("Unknown GL version: " + glVersion);
837 int[] version = new int[2];
838 if (!sEgl.eglInitialize(sEglDisplay, version)) {
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp763 initArgs.version = JNI_VERSION_1_4;
953 args.version = JNI_VERSION_1_4;
/frameworks/rs/
H A DrsContext.cpp261 // If we can't find the C variant, we go looking for the C++ version.
793 RsContext rsContextCreate(RsDevice vdev, uint32_t version, argument
804 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, argument
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java140 /** Defines the version. */
143 /** Major version number */
146 /** Minor version number */
152 /** VIDEOEDITOR major version number */
155 /** VIDEOEDITOR minor version number */
161 /** Method which returns the current VIDEOEDITOR version */
163 Version version = new Version();
165 version.major = Version.VIDEOEDITOR_MAJOR_VERSION;
166 version.minor = Version.VIDEOEDITOR_MINOR_VERSION;
167 version
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DSettings.java115 // These are the last platform API version we were using for
260 // version. so at this point we need a new PackageSetting that
368 // and data partition. Just let the most recent version
549 // Update version code if needed
1247 serializer.startTag(null, "last-platform-version");
1250 serializer.endTag(null, "last-platform-version");
1423 serializer.attribute(null, "version", String.valueOf(pkg.versionCode));
1476 serializer.attribute(null, "version", String.valueOf(pkg.versionCode));
1663 } else if (tagName.equals("last-platform-version")) {
1904 String version
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp771 version : EFFECT_LIBRARY_API_VERSION,
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp57 ID3::Version ID3::version() const { function in class:android::ID3
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java461 public void visit(int version, int access, String name, argument
H A DDependencyFinder.java398 public void visit(int version, int access, String name, argument
/frameworks/native/services/sensorservice/
H A DSensorService.cpp454 if (event.version == sizeof(sensors_event_t)) {
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java139 // Name and current contents version of the full-backup manifest file
925 int version = tf.readInt();
926 if (version == CURRENT_ANCESTRAL_RECORD_VERSION) {
1574 // First, the version number of this record, for futureproofing
2495 // line 2: backup file format version, currently "1"
3019 // okay, it's a version we recognize
3032 } else Slog.w(TAG, "Wrong header version: " + s);
3659 int version = Integer.parseInt(str[0]);
3660 if (version == BACKUP_MANIFEST_VERSION) {
3666 version
[all...]
H A DLocationManagerService.java281 // Get the version info
287 int version = rInfo.serviceInfo.metaData.getInt(
289 if (version == 0) {
311 if (D) Log.d(TAG, "Fallback candidate not version 0: " + packageName);
316 + "system partition with version 0 and signed with the platform certificate. "
1110 * @param request the LocationRequest from which to create a sanitized version
1111 * @param shouldBeCoarse whether the sanitized version should be held to coarse resolution
1114 * @return a version of request that meets the given resolution and consistency requirements
H A DNotificationManagerService.java166 private static final String ATTR_VERSION = "version";
188 int version = DB_VERSION;
193 version = Integer.parseInt(parser.getAttributeValue(null, ATTR_VERSION));
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java89 // Current on-disk Parcel version
761 public void setUpdateVersion(int version) { argument
762 mUpdateVersion = version;
1171 KernelWakelockStats(int count, long totalTime, int version) { argument
1174 mVersion = version;
2938 // the previous run of the system was an older version
5077 final int version = in.readInt();
5078 if (version != VERSION) {
5079 Slog.w("BatteryStats", "readFromParcel: version got " + version
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java603 /* We're disconnected so we don't know the ril version */
2875 * @param rilVer is the version of the ril or -1 if disconnected.
3142 private DataCallState getDataCallState(Parcel p, int version) { argument
3145 dataCall.version = version;
3146 if (version < 5) {
3207 dataCall.version = ver;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css66 h3.version {
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c63 version : EFFECT_LIBRARY_API_VERSION,

Completed in 8226 milliseconds

123456789