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

<<1112

/frameworks/base/media/libstagefright/rtsp/
H A DAPacketSource.cpp678 status_t APacketSource::read( function in class:android::APacketSource
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java71 while ( ( ch = in.read() ) != -1 ){
/frameworks/base/services/java/com/android/server/
H A DProcessStats.java804 int len = is.read(mBuffer);
H A DThrottleService.java91 private long mLastRead; // read byte count from last poll
492 ", read =" + incRead + ", written =" + incWrite + ", new total =" + total);
692 " bytes read and " + mRecorder.getPeriodTx(0) + " written");
877 // if time moves backward accumulate all read/write that's lost into the now
1003 // clean out any old data first. If we fail to read we don't want old stuff
1012 s.read(buffer);
1106 pw.println(" Period[" + i + "] - read:" + mRecorder.getPeriodRx(i) + ", written:" +
H A DWallpaperManagerService.java820 while ((amt=res.read(buffer)) > 0) {
H A DPackageManagerService.java285 // Group-ids that are given to all packages as read from etc/permissions/*.xml.
288 // These are the built-in uid -> permission mappings that were read from the
293 // These are the built-in shared libraries that were read from the
300 // These are the features this devices supports that were read from the
1089 Slog.w(TAG, "Directory " + libraryDir + " cannot be read");
1095 // We'll read platform.xml last
1105 Slog.w(TAG, "Permissions library file " + f + " cannot be read");
6028 while ((num = data.read(buffer)) > 0) {
7336 in.read(data);
8946 reportSettingsProblem(Log.INFO, "Need to read fro
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.java656 int amt = stream.read(data, pos, data.length-pos);
H A DActivityManagerService.java4158 // Acceptable if the there is no read permission needed from the
4159 // target or the target is holding the read permission.
4169 // target or the target is holding the read permission.
4189 if (DEBUG_URI_PERMISSION) Slog.v(TAG, "Checking read perm for "
6014 // no need to synchronize(this) just to read & return the value
6832 while ((num = input.read(buf)) > 0) sb.append(buf, 0, num);
/frameworks/base/tools/localize/
H A DXMLHandler.cpp566 SourcePos(filename, -1).Error("Unable to open file for read: %s", strerror(errno));
584 len = read(fd, buf, sizeof(buf));
/frameworks/base/core/java/android/server/
H A DBluetoothService.java229 file.read(address);
239 log("FileNotFoundException while trying to read dock address");
241 log("IOException while trying to read dock address");
868 while ((len = in.read(buf)) > 0) {
/frameworks/base/media/libstagefright/
H A DAwesomePlayer.cpp771 // the prefetcher to read its data.
1195 status_t err = mVideoSource->read(&mVideoBuffer, &options);
H A DOMXCodec.cpp2146 // call to OMXCodec::read as mInitialBufferSubmit is true at
2405 err = mSource->read(&srcBuffer, &options);
2423 err = mSource->read(&srcBuffer, &options);
2439 "buffer read from source (info->mSize = %d, srcLength = %d)",
3016 status_t OMXCodec::read( function in class:android::OMXCodec
H A DMPEG4Writer.cpp1724 while (!mDone && (err = mSource->read(&buffer)) == OK) {
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp119 LOGE("Failed to read filter's length");
685 read(fd, buf, sizeof(buf));
/frameworks/base/opengl/libagl/
H A Dtexture.cpp1515 const GGLSurface& readSurface = c->rasterizer.state.buffers.read.s;
1545 ggl->bindTexture(ggl, &readSurface); // source is read-buffer
/frameworks/base/tools/aapt/
H A DXMLNode.cpp545 SourcePos(file->getSourceFile(), -1).error("Unable to open file for read: %s",
563 len = read(fd, buf, sizeof(buf));
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp1764 // read original volumes with volume control
1768 // read the volume from the LivesVibes audio engine.
3152 // the risk that at the same time, the AudioMixer is trying to read
3298 // read from buffer
3514 // read the server count again
3836 // record start succeeds only if first read from audio input
3892 mBytesRead = mInput->read(buffer.raw, mInputBytes);
3895 mBytesRead = mInput->read(mRsmpInBuffer, mInputBytes);
3902 // recover at next read attempt
3950 // This will give the application more chance to read fro
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java992 len = is.read(buffer);
2852 * @param in the Parcel to be read from.
4654 int amt = stream.read(data, pos, data.length-pos);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java340 // We must read the stream for the JarEntry to retrieve
343 while (is.read(readBuffer, 0, readBuffer.length) != -1) {
407 Log.w(TAG, "Unable to read AndroidManifest.xml of "
604 Log.w(TAG, "Unable to read AndroidManifest.xml of "
2766 // Signatures that were read from the package.

Completed in 326 milliseconds

<<1112