Searched defs:version (Results 26 - 50 of 96) sorted by relevance

1234

/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h189 int16 version; member in struct:tPVMP3DecoderExternal
210 * Out: Size of the output frame in 16-bit words, This value depends on the mp3 version
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java25 * A helper class to manage database creation and version management.
40 * monotonically increasing version numbers for upgrades.</p>
72 * @param version number of the database (starting at 1); if the database is older,
76 public SQLiteOpenHelper(Context context, String name, CursorFactory factory, int version) { argument
77 this(context, name, factory, version, null);
91 * @param version number of the database (starting at 1); if the database is older,
97 public SQLiteOpenHelper(Context context, String name, CursorFactory factory, int version, argument
99 if (version < 1) throw new IllegalArgumentException("Version must be >= 1, was " + version);
104 mNewVersion = version;
[all...]
/frameworks/base/core/jni/
H A Dandroid_backup_BackupHelperDispatcher.cpp36 int version; member in struct:android::chunk_header_v1
70 amt = read(fd, &flattenedHeader.version,
78 if (flattenedHeader.version != VERSION_1_HEADER) {
79 ALOGW("Skipping unknown header version: 0x%08x, %d bytes", flattenedHeader.version,
91 ALOGD(" version=0x%08x", flattenedHeader.version);
186 header.version = VERSION_1_HEADER;
/frameworks/base/include/androidfw/
H A DObbFile.h62 void setVersion(int32_t version) { argument
63 mVersion = version;
121 /* Package version this ObbFile is associated with */
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java65 // get the version from the extras
69 // get the version currently being used
74 Slog.i(TAG, "Not installing, new version is <= current version");
109 throw new IllegalStateException("Missing required version number, ignoring.");
209 protected void install(byte[] content, int version) throws IOException { argument
211 writeUpdate(updateDir, updateVersion, Long.toString(version).getBytes());
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DClassHasNativeVisitor.java49 public void visit(int version, int access, String name, String signature, argument
H A DTransformClassAdapter.java63 public void visit(int version, int access, String name, argument
75 super.visit(version, access, name, signature, superName, interfaces);
/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp44 sp<Rule> version = new Rule(); local
45 version->op = Rule::LESS_THAN;
46 version->key = Rule::SDK_VERSION;
47 version->longArgs.add((long) SDK_LOLLIPOP);
48 densityRule->subrules.add(version);
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp91 egl_connection_t const* cnx, int version) :
93 config(config), read(0), draw(0), cnx(cnx), version(version) {
112 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS);
90 egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, egl_connection_t const* cnx, int version) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_eglapi.cpp162 void GLTrace_eglCreateContext(int version, EGLContext c) { argument
170 GLTraceContext *traceContext = state->createTraceContext(version, c);
174 gltrace::GLTrace_eglCreateContext(version, traceContext->getId());
177 void GLTrace_eglMakeCurrent(const unsigned version, gl_hooks_t *hooks, EGLContext c) { argument
187 GLTrace_eglCreateContext(version, c);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java41 public int version = 0; field in class:DataCallResponse
81 .append("version=").append(version)
239 if (version < 4) {
/frameworks/rs/driver/
H A DrsdGL.h44 const uint8_t * version; member in struct:RsdGLRec::__anon1559
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl.h37 int version; // The AwDrawGLInfo this struct was built with. member in struct:AwDrawGLInfo
114 int version; member in struct:AwDrawGLFunctionTable
/frameworks/base/core/java/android/hardware/usb/
H A DUsbAccessory.java28 * the version of the accessory, and a user visible description of the accessory to the device.
29 * The manufacturer, model and version strings are used by the USB Manager to choose
74 String version, String uri, String serial) {
78 mVersion = version;
124 * Returns the version of the accessory.
126 * @return the accessory version
199 String version = in.readString();
202 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
73 UsbAccessory(String manufacturer, String model, String description, String version, String uri, String serial) argument
H A DUsbDevice.java66 String manufacturerName, String productName, String version, String serialNumber) {
75 mVersion = version;
109 * Returns the version number of the device.
111 * @return the device version
297 String version = in.readString();
301 manufacturerName, productName, version, serialNumber);
64 UsbDevice(String name, int vendorId, int productId, int Class, int subClass, int protocol, String manufacturerName, String productName, String version, String serialNumber) argument
/frameworks/base/libs/common_time/
H A Dcommon_time_server_packets.h41 // protocol version of the packet
42 uint16_t version; member in class:android::TimeServicePacketHeader
61 version = kCurVersion;
69 (version == kCurVersion) &&
/frameworks/base/services/core/java/com/android/server/
H A DServiceWatcher.java72 private int mVersion = Integer.MIN_VALUE; // current best version
75 * when switching from one version of a service to another.
191 int version = Integer.MIN_VALUE;
194 version = rInfo.serviceInfo.metaData.getInt(
199 if (version > mVersion) {
200 bestVersion = version;
235 private void bindToPackageLocked(String packageName, int version, boolean isMultiuser) { argument
240 mVersion = version;
242 if (D) Log.d(mTag, "binding " + packageName + " (version " + version
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp74 int version = usb_device_get_version(device); local
85 manufacturerName, productName, version, serialNumber);
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java116 return IoUtils.readFileAsString("/data/misc/keychain/metadata/version");
160 private String createSignature(String content, String version, String requiredHash) argument
165 signer.update(version.trim().getBytes());
169 verifySignature(content, version, requiredHash, sig, createCertificate()));
173 public boolean verifySignature(String content, String version, String requiredPrevious, argument
178 signer.update(version.trim().getBytes());
183 private void sendIntent(String contentPath, String version, String required, String sig) { argument
187 i.putExtra(EXTRA_VERSION_NUMBER, version);
193 private String runTest(String cert, String content, String version, String required, String sig) argument
198 sendIntent(contentPath, version, require
203 runTestWithoutSig(String cert, String content, String version, String required) argument
[all...]
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java116 String manufacturerName, String productName, int version, String serialNumber) {
153 // Create version string in "%.%" format
154 String versionString = Integer.toString(version >> 8) + "." + (version & 0xFF);
114 beginUsbDeviceAdded(String deviceName, int vendorID, int productID, int deviceClass, int deviceSubclass, int deviceProtocol, String manufacturerName, String productName, int version, String serialNumber) argument
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java496 public void visit(int version, int access, String name, String signature, argument
502 super.visit(version, access, name, signature, superName, interfaces);
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp273 unsigned int version = 0; local
277 version = bcWrapper.getTargetAPI();
282 version = 12;
286 printf("targetAPI: %u\n", version);
292 BT.reset(new bcinfo::BitcodeTranslator(bitcode, bitcodeSize, version));
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp174 // the version should be 1 or 3
175 uint8_t version = *handler++; local
176 if (version != 1 && version != 3) {
/frameworks/native/include/input/
H A DInputDevice.h30 bus(0), vendor(0), product(0), version(0) {
40 uint16_t version; member in struct:android::InputDeviceIdentifier
148 * names to try based on the device name, vendor, product, and version.
/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp137 struct binder_version version; local
138 binderTestIoctl(BINDER_VERSION, &version);
139 ASSERT_EQ(BINDER_CURRENT_PROTOCOL_VERSION, version.protocol_version);

Completed in 1031 milliseconds

1234