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

1234567891011>>

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTest.java79 //read from BufferedReader instead of populating a list in advance,
137 while ((len = in.read(buf)) >= 0 ) {
/frameworks/base/core/jni/
H A Dandroid_server_BluetoothEventLoop.cpp472 read(nat->controlFdR, &newFD, sizeof(int));
473 read(nat->controlFdR, &flags, sizeof(unsigned int));
474 read(nat->controlFdR, &watch, sizeof(DBusWatch *));
517 read(nat->controlFdR, &removeFD, sizeof(int));
518 read(nat->controlFdR, &flags, sizeof(unsigned int));
H A Dandroid_util_EventLog.cpp173 // Use a short select() to try to avoid problems hanging on read().
187 int len = read(fd, buf, sizeof(buf));
H A Dcom_google_android_gles_jni_EGLImpl.cpp444 static jboolean jni_eglMakeCurrent(JNIEnv *_env, jobject _this, jobject display, jobject draw, jobject read, jobject context) { argument
445 if (display == NULL || draw == NULL || read == NULL || context == NULL) {
451 EGLSurface srd = getSurface(_env, read);
/frameworks/base/libs/rs/
H A DrsAllocation.cpp232 void Allocation::read(void *data) function in class:Allocation
613 a->read(data);
/frameworks/base/libs/ui/
H A DRegion.cpp68 status_t err = read(buffer);
548 ssize_t Region::read(const void* buffer)
559 validate(*this, "read(buffer)");
/frameworks/base/libs/utils/
H A DAsset.cpp18 // Provide access to a read-only asset.
131 * always open things read-only it doesn't really matter, so there's
418 ssize_t _FileAsset::read(void* buf, size_t count) function in class:_FileAsset
427 * On first access, read or map the entire file. The caller has
446 //printf("map read\n");
451 //printf("buf read\n");
455 /* read from the file */
456 //printf("file read\n");
467 * file, so if we don't read the full amount we know something is
533 * Return a read
735 ssize_t _CompressedAsset::read(void* buf, size_t count) function in class:_CompressedAsset
[all...]
/frameworks/base/media/libstagefright/
H A DMP3Extractor.cpp318 // If we can't even read these 10 bytes, we might as well bail
436 virtual status_t read(
584 status_t MP3Source::read( function in class:android::MP3Source
H A DStagefrightMetadataRetriever.cpp146 err = decoder->read(&buffer, &options);
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java503 dis.read(addr.origBytes, 0, length); // digits
514 dis.read(env.bearerData, 0, bearerDataLength);
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java333 * a different thread was sitting in a blocking read or write.
346 socket.getInputStream().read(buffer);
617 * port, requests client authentication (if specified), and read 256 bytes
675 int j = stream.read();
/frameworks/base/core/java/android/net/http/
H A DRequest.java314 len = nis.read(buf, count, buf.length - count);
/frameworks/base/opengl/include/EGL/
H A Degl.h303 EGLSurface read, EGLContext ctx);
/frameworks/base/services/java/com/android/server/
H A DPackageManagerBackupAgent.java65 // The version info of each backed-up app as read from the state file
98 Slog.w(TAG, "getRestoredMetadata() before metadata read!");
107 Slog.w(TAG, "getRestoredPackages() before metadata read!");
294 Slog.i(TAG, " read metadata for " + key
340 if (DEBUG) Slog.v(TAG, " ... unflatten read " + num);
352 in.read(flatSig);
357 Slog.e(TAG, "Unable to read signatures");
389 // The global metadata was first; now read all the apps
400 Slog.e(TAG, "Unable to read Package Manager state file: " + e);
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DModelInterpreter.java72 * Note: doesn't return the last incomplete line read on EOF, since
87 result = inStream.read();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java403 * The final message (length header omitted) is read into
407 * @param is non-null; Stream to read from
420 // First, read in the length of the message
424 countRead = is.read(buffer, offset, remaining);
440 // Then, re-use the buffer and read in the message itself
444 countRead = is.read(buffer, offset, remaining);
543 Log.e(LOG_TAG, "Uncaught exception read length=" + length +
1132 rr.mp.writeInt(dis.read()); //address_digit_mode
1133 rr.mp.writeInt(dis.read()); //address_nbr_mode
1134 rr.mp.writeInt(dis.read()); //address_to
[all...]
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduPersister.java436 int len = is.read(buffer);
439 len = is.read(buffer);
760 for (int len = 0; (len = is.read(buffer)) != -1; ) {
774 Log.e(TAG, "Failed to read/write data.", e);
/frameworks/base/libs/binder/
H A DParcel.cpp456 LOGW("**** enforceInterface() expected '%s' but read '%s'\n",
758 status_t Parcel::read(void* outData, size_t len) const
763 LOGV("read Setting data pos of %p to %d\n", this, mDataPos);
956 err = read(h->data + numFds, sizeof(int)*numInts);
979 status_t Parcel::read(Flattenable& val) const function in class:android::Parcel
1066 LOGW("Attempt to read object from Parcel %p at offset %d that is not in the object list",
/frameworks/base/awt/org/apache/harmony/awt/gl/image/
H A DGifDecoder.java174 bytesRead = inputStream.read(buffer, offset, needBytes);
184 // Here we pass number of new bytes read from the input stream (bytesRead)
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java529 while ((amt=data.read(buffer)) > 0) {
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java137 public void read(Object o) { method in class:Allocation
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_file.c540 n = read((int)handle, dst, (size_t)length);
543 Trace("DRM_file_read handle=%d read %d bytes", handle, n);
548 Trace("DRM_file_read read EOF: handle=%d", handle);
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java234 while ((bytesRead = inputStream.read(buffer)) >= 0) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java243 Log.e(TAG, "Couldn't read entity data");
310 Log.e(TAG, "Couldn't read from the cursor");
407 while ((size = br.read(temp)) > 0) {
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java153 while ((length = in.read(buffer)) != -1) {

Completed in 672 milliseconds

1234567891011>>