Searched refs:version (Results 276 - 300 of 371) sorted by relevance

<<1112131415

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp162 disp.queryString.version = cnx->egl.eglQueryString(idpy,
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java225 log("Parser doesn't support this message type in this version!");
636 int version = parseShortInteger(pduDataStream);
641 + " value: " + version);
643 headers.setOctet(version, PduHeaders.MMS_VERSION);
645 log("Set invalid Octet value: " + version +
2005 // Parser doesn't support this message type in this version.
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java424 int[] version = new int[2];
425 if (!EGL14.eglInitialize(mEGLDisplay, version, /*offset*/ 0, version, /*offset*/ 1)) {
/frameworks/compile/slang/
H A Dslang_backend.cpp468 int version = mContext->getVersion(); local
469 if (version == 0) {
470 // Not setting a version is an error
475 "missing pragma for version in source file"));
477 slangAssert(version == 1);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2559 int version = 0;
2569 version = readProfileStateFromFileLocked(stream, profileId, loadedWidgets);
2576 if (version >= 0) {
2581 performUpgradeLocked(version);
2801 out.attribute(null, "version", String.valueOf(CURRENT_VERSION));
2858 int version = -1;
2871 String attributeValue = parser.getAttributeValue(null, "version");
2873 version = Integer.parseInt(attributeValue);
2875 version = 0;
3015 return version;
[all...]
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1206 userSurface.version = sizeof(userSurface);
1289 userSurface.version = sizeof(userSurface);
1527 userSurface.version = sizeof(userSurface);
1622 if (native_buffer->common.version != sizeof(ANativeWindowBuffer)) {
1650 if (native_buffer->common.version != sizeof(ANativeWindowBuffer)) {
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp126 /** Cross-check device version */
127 if (device->common.version < CAMERA_DEVICE_API_VERSION_3_0) {
131 device->common.version);
140 if (info.device_version != device->common.version) {
141 SET_ERR_L("HAL reporting mismatched camera_info version (%x)"
142 " and device version (%x).",
143 info.device_version, device->common.version);
199 mDeviceVersion = device->common.version;
1593 if (mHal3Device->common.version >= CAMERA_DEVICE_API_VERSION_3_1) {
1643 if (mHal3Device->common.version < CAMERA_DEVICE_API_VERSION_3_
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java235 private static final String ATTR_VERSION = "version";
1414 int version = VERSION_INIT;
1421 version = readIntAttribute(in, ATTR_VERSION);
1422 if (version >= VERSION_ADDED_RESTRICT_BACKGROUND) {
1439 if (version >= VERSION_ADDED_NETWORK_ID) {
1446 if (version >= VERSION_ADDED_TIMEZONE) {
1454 if (version >= VERSION_SPLIT_SNOOZE) {
1456 } else if (version >= VERSION_ADDED_SNOOZE) {
1462 if (version >= VERSION_ADDED_METERED) {
1476 if (version >
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp248 const uint32_t version = htodl(*(reinterpret_cast<const uint32_t*>(idmap) + 1)); local
249 if (version != IDMAP_CURRENT_VERSION) {
252 ALOGW("idmap: version mismatch in header (is 0x%08x, expected 0x%08x)",
253 version, IDMAP_CURRENT_VERSION);
1898 diff = (int32_t)(version - o.version);
1967 if (version != o.version) {
1968 return version < o.version
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java191 // Name and current contents version of the full-backup manifest file
193 // Manifest version history:
199 // External archive format version history:
202 // 2 : no format change per se; version bump to facilitate PBKDF2 version skew detection
654 static final int SCHEDULE_FILE_VERSION = 1; // current version of the schedule file
1113 Slog.e(TAG, "Unable to read backup pw version");
1119 Slog.w(TAG, "Error closing pw version files");
1290 int version = tf.readInt();
1291 if (version
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java139 // the version of the accounts xml file format
1454 String versionString = parser.getAttributeValue(null, "version");
1455 int version;
1457 version = (versionString == null) ? 0 : Integer.parseInt(versionString);
1459 version = 0;
1487 authority = parseAuthority(parser, version);
1616 private AuthorityInfo parseAuthority(XmlPullParser parser, int version) { argument
1664 // If the version is 0 then we are upgrading from a file format that did not
1669 if (version > 0) {
1786 out.attribute(null, "version", Intege
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp1098 AString version; local
1099 data->getRequestField(2, &version);
1100 if (!(version == AString("RTSP/1.0"))) {
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java604 * @return a String for the given type, or a string version of the type ("87")
1238 // SDK version, as described in the comment above.
2859 * This function behaves identically to the non-timedout version, but if a suitable
2914 * This function behaves identically to the version that takes a NetworkCallback, but instead
3013 * This function behaves identically to the version that takes a NetworkCallback, but instead
3218 // TODO: Deprecate this static method and replace it with a non-static version.
3263 private void unsupportedStartingFrom(int version) { argument
3270 if (mContext.getApplicationInfo().targetSdkVersion >= version) {
3272 "This method is not supported in target SDK version " + version
[all...]
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp457 .version = EFFECT_LIBRARY_API_VERSION,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor.s17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateChromaHor function
H A Dh264bsd_interpolate_chroma_hor_ver.s17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateChromaHorVer
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
/frameworks/base/obex/javax/obex/
H A DClientSession.java523 int version = mInput.read();
/frameworks/native/libs/gui/
H A DSensor.cpp51 mVersion = hwSensor.version;
/frameworks/native/services/inputflinger/
H A DEventHub.cpp100 ALOGE("Could not get linux version: %s", strerror(errno));
1099 // Get device driver version.
1102 ALOGE("could not get driver version for %s, %s\n", devicePath, strerror(errno));
1117 identifier.version = inputId.version;
1153 " version %04x\n",
1154 identifier.bus, identifier.vendor, identifier.product, identifier.version);
1699 "product=0x%04x, version=0x%04x\n",
1701 device->identifier.product, device->identifier.version);
/frameworks/rs/cpp/
H A DrsDispatch.h31 typedef RsContext (*ContextCreateFnPtr)(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t flags);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c554 if (EFFECT_API_VERSION_MAJOR(desc->version) !=
556 ALOGW("loadLibrary() bad lib version %08x", desc->version);
629 ALOGW("Bad API version %08x on lib %s", d->apiVersion, l->name);
711 ALOGW("Bad API version %08x on lib %s", d->apiVersion, l->name);
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl436 boolean hasSystemFeature(String name, int version);

Completed in 1355 milliseconds

<<1112131415