Searched refs:version (Results 251 - 275 of 371) sorted by relevance

<<1112131415

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s17 ;-- Abstract : ARMv6 optimized version horizontal part of
H A Dh264bsd_interpolate_hor_half.s17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateHorHalf function
/frameworks/av/services/radio/
H A DRadioService.cpp72 if (dev->common.version != RADIO_DEVICE_API_VERSION_CURRENT) {
73 ALOGE("wrong radio hw device version %04x", dev->common.version);
215 strlcpy(properties->version, halProperties->version,
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp73 if (dev->common.version < SOUND_TRIGGER_DEVICE_API_VERSION_1_0 ||
74 dev->common.version > SOUND_TRIGGER_DEVICE_API_VERSION_CURRENT) {
75 ALOGE("wrong sound trigger hw device version %04x", dev->common.version);
789 (mHwDevice->common.version >= SOUND_TRIGGER_DEVICE_API_VERSION_1_1 &&
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java149 final int version = in.readInt();
150 switch (version) {
167 activeTime = (version >= VERSION_ADD_ACTIVE) ? readVarLongArray(in)
179 throw new ProtocolException("unexpected version: " + version);
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java448 * which EGLContext client version to pick.
470 * @param version The EGLContext client version to choose. Use 2 for OpenGL ES 2.0
472 public void setEGLContextClientVersion(int version) { argument
474 mEGLContextClientVersion = version;
1027 int[] version = new int[2];
1028 if(!mEgl.eglInitialize(mEglDisplay, version)) {
1969 "ro.opengles.version",
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java68 int version = 0;
73 version = applicationInfo.targetSdkVersion;
80 appName, version));
81 if (version <= Build.VERSION_CODES.CUPCAKE) {
/frameworks/rs/
H A DAndroid.mk253 LOCAL_LDFLAGS += -Wl,--version-script,${LOCAL_PATH}/libRS.map
259 # Now build a host version for serialization
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp669 int version = 0; local
676 version = egl_connection_t::GLESv1_INDEX;
678 version = egl_connection_t::GLESv2_INDEX;
684 version);
788 setGLHooksThreadSpecific(c->cnx->hooks[c->version]);
1088 s->cnx->hooks[c->version]->gl.glReadPixels(0,0,1,1,
1174 return dp->disp.queryString.version;
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbSettingsManager.java376 // USB accessory version (or null for unspecified)
379 public AccessoryFilter(String manufacturer, String model, String version) { argument
382 mVersion = version;
395 String version = null;
406 } else if ("version".equals(name)) {
407 version = value;
410 return new AccessoryFilter(manufacturer, model, version);
422 serializer.attribute(null, "version", mVersion);
H A DUsbAlsaManager.java405 String version = usbDevice.getVersion();
417 properties.putString(MidiDeviceInfo.PROPERTY_VERSION, version);
533 // This logs a more terse (and more readable) version of the devices list
/frameworks/native/opengl/libagl/
H A Degl.cpp179 depth.version = sizeof(GGLSurface);
600 buffer.version = sizeof(GGLSurface);
615 buffer.version = sizeof(GGLSurface);
698 buffer.version = sizeof(GGLSurface);
713 buffer.version = sizeof(GGLSurface);
758 pbuffer.version = sizeof(GGLSurface);
1320 if (static_cast<egl_native_pixmap_t*>(pixmap)->version !=
2073 if (native_buffer->common.version != sizeof(ANativeWindowBuffer))
2102 if (native_buffer->common.version != sizeof(ANativeWindowBuffer))
/frameworks/av/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/graphics/java/android/graphics/drawable/
H A DIcon.java399 * Writes a serialized version of an Icon to the specified stream.
441 final int version = inputStream.readInt();
442 if (version >= VERSION_STREAM_SERIALIZER) {
/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java70 // Sentinel: start of state file, followed by a version number
74 // Current version of the saved ancestral-dataset file format
79 // version & signature info of each app in a restore set
81 // The version info of each backed-up app as read from the state file
103 Metadata(int version, ArrayList<byte[]> hashes) { argument
104 versionCode = version;
187 // If the stored version string differs, we need to re-backup all
218 // 1. the version of the home app has changed since our last backup;
220 // OR 3. it looks like we use the same home app + version as before, but
244 * int SDKversion -- the SDK version o
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java351 int version = mService.getCecVersion();
353 message.getSource(), version);
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java365 * Set version of APF instruction set to generate instructions for. Returns {@code true}
366 * if generating for this version is supported, {@code false} otherwise.
368 public boolean setApfVersion(int version) { argument
369 // This version number syncs up with APF_VERSION in hardware/google/apf/apf_interpreter.h
370 return version == 2;
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java490 public void visit(int version, int access, String name, String signature, argument
496 super.visit(version, access, name, signature, superName, interfaces);
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp37 EFFECT_CONTROL_API_VERSION, //version of effect control API
367 .version = EFFECT_LIBRARY_API_VERSION,
/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp104 ev.u.create.version = 0;
/frameworks/base/core/java/android/app/
H A DFragment.java204 * {@link android.os.Build.VERSION_CODES#HONEYCOMB}, a version of the API
1488 * returns. When targeting N or above and running on an N or newer platform version
1498 final int version = context != null ? context.getApplicationInfo().targetSdkVersion : 0;
1499 if (version >= Build.VERSION_CODES.N) {
2341 final int version = context != null ? context.getApplicationInfo().targetSdkVersion : 0;
2342 if (version < Build.VERSION_CODES.N) {
/frameworks/base/core/jni/android/graphics/
H A DFontFamily.cpp69 args.version = JNI_VERSION_1_4;
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvUinputBridge.cpp141 uinp.id.version = 1;
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java2083 int version = in.readInt();
2084 if (version < 1 || version > BACKUP_VERSION) {
2088 if (version == 1) return null; // Version 1 is a bad dataset.
/frameworks/compile/slang/
H A Dslang_rs_context.cpp64 version(0),

Completed in 940 milliseconds

<<1112131415