Searched refs:read (Results 276 - 282 of 282) sorted by relevance

<<1112

/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp120 LOGE("Failed to read filter's length");
705 read(fd, buf, sizeof(buf));
/frameworks/base/opengl/libagl/
H A Dtexture.cpp1533 const GGLSurface& readSurface = c->rasterizer.state.buffers.read.s;
1563 ggl->bindTexture(ggl, &readSurface); // source is read-buffer
/frameworks/base/tools/aapt/
H A DXMLNode.cpp435 SourcePos(file->getSourceFile(), -1).error("Unable to open file for read: %s",
453 len = read(fd, buf, sizeof(buf));
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java852 len = is.read(buffer);
1870 * @param in the Parcel to be read from.
3100 int amt = stream.read(data, pos, data.length-pos);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java335 // We must read the stream for the JarEntry to retrieve
338 while (is.read(readBuffer, 0, readBuffer.length) != -1) {
402 Log.w(TAG, "Unable to read AndroidManifest.xml of "
599 Log.w(TAG, "Unable to read AndroidManifest.xml of "
2695 // Signatures that were read from the package.
/frameworks/base/services/java/com/android/server/
H A DPackageManagerService.java262 // Group-ids that are given to all packages as read from etc/permissions/*.xml.
265 // These are the built-in uid -> permission mappings that were read from the
270 // These are the built-in shared libraries that were read from the
277 // These are the features this devices supports that were read from the
1055 Slog.w(TAG, "Directory " + libraryDir + " cannot be read");
1061 // We'll read platform.xml last
1071 Slog.w(TAG, "Permissions library file " + f + " cannot be read");
6052 while ((num = data.read(buffer)) > 0) {
7237 in.read(data);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java8721 // no need to synchronize(this) just to read & return the value
9270 while ((num = input.read(buf)) > 0) sb.append(buf, 0, num);

Completed in 392 milliseconds

<<1112