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

12345

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java395 * which EGLContext client version to pick.
417 * @param version The EGLContext client version to choose. Use 2 for OpenGL ES 2.0
419 public void setEGLContextClientVersion(int version) { argument
421 mEGLContextClientVersion = version;
912 int[] version = new int[2];
913 if(!mEgl.eglInitialize(mEglDisplay, version)) {
1648 "ro.opengles.version",
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java67 int version = 0;
72 version = applicationInfo.targetSdkVersion;
79 appName, version));
80 if (version <= Build.VERSION_CODES.CUPCAKE) {
/frameworks/base/opengl/libagl/
H A Degl.cpp171 depth.version = sizeof(GGLSurface);
651 buffer.version = sizeof(GGLSurface);
678 buffer.version = sizeof(GGLSurface);
754 buffer.version = sizeof(GGLSurface);
769 buffer.version = sizeof(GGLSurface);
814 pbuffer.version = sizeof(GGLSurface);
1352 if (static_cast<egl_native_pixmap_t*>(pixmap)->version !=
2093 if (native_buffer->common.version != sizeof(android_native_buffer_t))
2124 if (native_buffer->common.version != sizeof(android_native_buffer_t))
H A Dtexture.cpp1225 userSurface.version = sizeof(userSurface);
1308 userSurface.version = sizeof(userSurface);
1546 userSurface.version = sizeof(userSurface);
1641 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
1676 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
/frameworks/base/media/libdrm/mobile2/src/rights/
H A DRo.cpp40 const char *STR_RO_CONTEXT_VERSION = "o-dd:version";
103 void Ro::setRoVersion(string& version) argument
105 mRoVersion = version;
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.cpp535 pExt->version = info->version_x;
537 pExt->bitRate = mp3_bitrate[pExt->version][info->bitrate_index];
/frameworks/base/obex/javax/obex/
H A DServerSession.java520 int version;
531 * Read in the length of the OBEX packet, OBEX version, flags, and max
536 version = mInput.read();
H A DClientSession.java446 int version = mInput.read();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java913 * Gets the database version.
915 * @return the database version
925 long version = prog.simpleQueryForLong();
926 return (int) version;
934 * Sets the database version.
936 * @param version the new database version
938 public void setVersion(int version) { argument
939 execSQL("PRAGMA user_version = " + version);
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduParser.java183 log("Parser doesn't support this message type in this version!");
545 int version = parseShortInteger(pduDataStream);
548 headers.setOctet(version, PduHeaders.MMS_VERSION);
550 log("Set invalid Octet value: " + version +
1862 // Parser doesn't support this message type in this version.
/frameworks/base/media/libstagefright/id3/
H A DID3.cpp57 ID3::Version ID3::version() const { function in class:android::ID3
/frameworks/base/
H A DAndroid.mk292 # Pass a special "fake-out" version of some classes to the doc/API tools.
430 ## SDK version identifiers used in the published docs
431 # major[.minor] version for current SDK. (full releases only)
433 # release version (ie "Release x") (full releases only)
440 ## Latest ADT version identifiers, for reference from published docs
447 -hdf sdk.version $(framework_docs_SDK_VERSION) \
450 -hdf adt.zip.version $(framework_docs_ADT_VERSION) \
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp863 initArgs.version = JNI_VERSION_1_4;
1044 args.version = JNI_VERSION_1_4;
H A Dcom_google_android_gles_jni_EGLImpl.cpp299 pixmap.version = sizeof(pixmap);
H A Dandroid_server_BluetoothEventLoop.cpp542 args.version = nat->envVer;
/frameworks/base/libs/rs/
H A DrsContext.cpp919 RsContext rsContextCreate(RsDevice vdev, uint32_t version) argument
927 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, bool useDepth) argument
/frameworks/base/tools/localize/
H A DXLIFFFile.cpp294 if (str.version == CURRENT_VERSION) {
297 else if (str.version == OLD_VERSION) {
463 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "version", "1.2"));
580 string s = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n";
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java63 // Current on-disk Parcel version
598 public void setUpdateVersion(int version) { argument
599 mUpdateVersion = version;
954 KernelWakelockStats(int count, long totalTime, int version) { argument
957 mVersion = version;
1785 // the previous run of the system was an older version
3150 final int version = in.readInt();
3151 if (version != VERSION) {
3152 Slog.w("BatteryStats", "readFromParcel: version got " + version
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.h84 String8 version; member in struct:AaptGroupEntry
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java459 public void visit(int version, int access, String name, argument
/frameworks/base/libs/surfaceflinger/
H A DLayerBuffer.cpp522 t.version = sizeof(GGLSurface);
/frameworks/base/services/java/com/android/server/
H A DPackageManagerService.java713 Slog.w(TAG, "**** ro.build.version.sdk not set!");
1629 fi.reqGlEsVersion = SystemProperties.getInt("ro.opengles.version",
2584 // version of the new path against what we have stored to determine
2590 + "ignored: updated version " + ps.versionCode
2597 // back to the system partition version.
2600 // version of the app
2607 + ": new version " + pkg.mVersionCode
2673 + " signatures do not match the previously installed version; ignoring!");
3248 // version of the application while the new one gets installed.
3522 // version o
[all...]
H A DBackupManagerService.java573 int version = tf.readInt();
574 if (version == CURRENT_ANCESTRAL_RECORD_VERSION) {
1063 // First, the version number of this record, for futureproofing
1656 // signature/version verification etc, so we simply do not proceed with
1707 // Data is from a "newer" version of the app than we have currently
1713 + " > installed version " + packageInfo.versionCode;
1733 + " restore version [" + metaInfo.versionCode
1734 + "] is compatible with installed version ["
/frameworks/base/core/java/android/view/
H A DViewRoot.java345 int[] version = new int[2];
346 egl.eglInitialize(eglDisplay, version);
/frameworks/base/libs/binder/
H A DParcel.cpp638 if (!handle || handle->version != sizeof(native_handle))

Completed in 541 milliseconds

12345