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

123456789

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_ver_quarter.s17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateHorVerQuarter
/frameworks/base/cmds/installd/
H A Dcommands.c597 /* a simpler version of dexOptGenerateCacheFileName() */
761 capheader.version = _LINUX_CAPABILITY_VERSION_3;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp292 pixmap.version = sizeof(pixmap);
/frameworks/base/include/androidfw/
H A DResourceTypes.h942 uint32_t version; member in union:android::ResTable_config::__anon1052
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnection.java557 } else if ((response == null) || (response.version < 4)) {
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp2175 version : EFFECT_LIBRARY_API_VERSION,
/frameworks/base/
H A DAndroid.mk541 ## SDK version identifiers used in the published docs
542 # major[.minor] version for current SDK. (full releases only)
544 # release version (ie "Release x") (full releases only)
548 -hdf sdk.version $(framework_docs_SDK_VERSION) \
/frameworks/base/core/java/android/app/
H A DNotification.java198 * A large-format version of {@link #contentView}, giving the Notification an
548 int version = parcel.readInt();
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp77 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
286 cl::desc("Display the version number for ld and list the linker emulations supported."));
291 cl::desc("Display the version number for MCLinker."));
905 // Initialize targets first, so that --version shows registered targets.
925 outs() << mcld::MCLDInfo::version();
/frameworks/native/libs/binder/
H A DParcel.cpp692 if (!handle || handle->version != sizeof(native_handle))
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp2546 jobject version = NULL; local
2560 // Create a version object.
2561 videoEditClasses_createVersion(&isSuccessful, pEnv, &versionInfo, &version);
2563 // Return the version object.
2564 return(version);
3683 // Check the JNI version.
3696 // Success, return valid version number.
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1918 version : EFFECT_LIBRARY_API_VERSION,
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c1897 // store the most up to date version
2222 .version = EFFECT_LIBRARY_API_VERSION,
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs17 #pragma version(1)
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp3304 version : EFFECT_LIBRARY_API_VERSION,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp209 if ((*dev)->common.version != AUDIO_DEVICE_API_VERSION_CURRENT) {
210 ALOGE("%s wrong audio hw device version %04x", __func__, (*dev)->common.version);
7555 // an auxiliary version of this effect type is available
7569 // For same effect type, chose auxiliary version over insert version if
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java965 Slog.w(TAG, "**** ro.build.version.sdk not set!");
2008 fi.reqGlEsVersion = SystemProperties.getInt("ro.opengles.version",
2543 // to the app was installed and in the new version this
3266 // version of the new path against what we have stored to determine
3272 + " ignored: updated version " + ps.versionCode
3279 // back to the system partition version.
3282 // version of the app
3290 + ": new version " + pkg.mVersionCode
3333 * If the newly-added system app is an older version than the
3334 * already installed version, hid
[all...]

Completed in 416 milliseconds

123456789