Searched refs:read (Results 101 - 113 of 113) sorted by relevance

12345

/system/core/fastboot/
H A Dfastboot.c138 if(read(fd, data, sz) != sz) goto oops;
/system/core/init/
H A Dbuiltins.c667 rc = read(fd1, p, brtr);
H A Ddevices.c691 nr = read(fw_fd, buf, sizeof(buf));
/system/core/libcutils/
H A Dtzstrftime.c796 if (read(fd, p, (size_t) st.st_size) != st.st_size)
H A Dtztime.c416 while (read(fidix, buf, sizeof(buf)) == sizeof(buf)) {
443 nread = read(fid, u.buf, toread);
/system/media/audio_utils/
H A Decho_reference.c28 // echo reference state: bit field indicating if read, write or both are active.
39 audio_format_t rd_format; // read sample format
40 uint32_t rd_channel_count; // read number of channels
41 uint32_t rd_sampling_rate; // read sampling rate in Hz
42 size_t rd_frame_size; // read frame size (bytes per sample)
61 pthread_mutex_t lock; // mutex protecting read/write concurrency
62 pthread_cond_t cond; // condition signaled when data is ready to read
194 // output so buffer size is driven by both write and read sample rates
303 ALOGV("echo_reference_read() stop read");
313 ALOGV("echo_reference_read() start read");
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp667 // read color (convert to 8 bits by keeping only the integer part)
702 // read texture
708 tx.surface.read(&tx.surface, c, u, v, &texel);
742 tx.surface.read(&tx.surface, c, u0, v0, &texels[0]);
743 tx.surface.read(&tx.surface, c, u0, v1, &texels[1]);
744 tx.surface.read(&tx.surface, c, u1, v0, &texels[2]);
745 tx.surface.read(&tx.surface, c, u1, v1, &texels[3]);
881 c->state.buffers.color.read(
/system/core/charger/
H A Dcharger.c253 cnt = read(fd, buf, sz - 1);
/system/core/sdcard/
H A Dsdcard.c944 len = read(fuse->fd, req, sizeof(req));
/system/core/sh/
H A Dexpand.c444 while ((i = read(in.fd, buf, sizeof buf)) < 0 && errno == EINTR);
445 TRACE(("expbackq: read returns %d\n", i));
/system/netd/
H A DMDnsSdListener.cpp575 read(mCtrlSocketPair[0], &readBuf, 1);
/system/core/toolbox/
H A Dnewfs_msdos.c633 if ((n = read(fd1, img, bpb.bps)) == -1)
636 errx(1, "%s: can't read sector %u", bname, x);
/system/security/keystore/
H A Dkeystore.cpp204 ssize_t n = TEMP_FAILURE_RETRY(read(fd, data, size));
502 // we read the raw blob to just to get the salt to generate
821 ALOGE("Couldn't read old PEM file");
1043 // read master key, decrypt with password, initialize mMasterKey*.

Completed in 859 milliseconds

12345