Searched defs:read (Results 1 - 6 of 6) sorted by relevance

/device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
H A DSEC_OMX_Component_Register.c55 int read; local
85 while ((read = getline(&line, &len, omxregistryfp)) != -1) {
/device/generic/goldfish/audio/
H A DAudioHardwareGeneric.cpp340 ssize_t AudioStreamInGeneric::read(void* buffer, ssize_t bytes) function in class:android_audio_legacy::AudioStreamInGeneric
344 ALOGE("Attempt to read from unopened device");
347 return ::read(mFd, buffer, bytes);
/device/google/accessory/arduino/AndroidAccessory/
H A DAndroidAccessory.cpp89 Serial.print("could not read device protocol version\n");
263 int AndroidAccessory::read(void *buff, int len, unsigned int nakLimit) function in class:AndroidAccessory
/device/moto/wingray/libaudio/
H A DAudioPostProcessor.cpp256 ALOGE("Cannot read VOIP parameter file. Disabling EC/NS.");
332 // Give the read thread a chance to catch up.
340 // Only run through here after initEcns has been done by read thread.
359 // Returns: Bytes read.
360 int AudioPostProcessor::read(int fd, void * buffer, int bytes, int rate) function in class:android_audio_legacy::AudioPostProcessor
366 ret = ::read(fd, buffer, bytes);
400 ALOGE("EC/NS failed to init, read returns.");
619 int amt = ::read(fd, buffer, SIZE-1);
621 ALOGE("Incomplete dock property read, cannot validate dock");
658 ALOGV("%s: read
[all...]
H A DAudioHardware.cpp45 // period is forced in the read or write function to release the processor before acquiring the
46 // Mutex. Otherwise, as the read/write thread sleeps most of the time waiting for DMA buffers with
134 ::read(fd, &format, sizeof(uint32_t));
135 ::read(fd, &version, sizeof(uint32_t));
136 ::read(fd, &barker, sizeof(uint32_t));
137 rc = ::read(fd, mCpcapGain, sizeof(mCpcapGain));
331 * CPCAP to not send data through the i2s interface, and read()
722 // acquire mutex if not already locked by read()
1201 // EC/NS is a blocking interface, to synchronise with read.
1567 // force some reconfiguration at next read()
1580 ssize_t AudioHardware::AudioStreamInTegra::read(void* buffer, ssize_t bytes) function in class:android_audio_legacy::AudioHardware::AudioStreamInTegra
[all...]
/device/samsung/crespo/libaudio/
H A DAudioHardware.cpp1610 // if not enough frames were passed to process(), read more and retry.
1638 if (mEchoReference->read(mEchoReference, &b) == NO_ERROR)
1646 ALOGV("updateEchoReference3: NOT enough frames to read ref buffer");
1653 // read frames from echo reference buffer and update echo delay
1723 // read frames available in kernel driver buffer
1731 ALOGW("read getCaptureDelay(): pcm_htimestamp error");
1735 // read frames available in audio HAL input buffer
1736 // add number of frames being read as we want the capture time of first sample in current
1761 ssize_t AudioHardware::AudioStreamInALSA::read(void* buffer, ssize_t bytes) function in class:android_audio_legacy::AudioHardware::AudioStreamInALSA
1763 ALOGV("-----AudioStreamInALSA::read(
[all...]

Completed in 100 milliseconds