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

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.c52 int read; local
/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp343 ssize_t AudioStreamInGeneric::read(void* buffer, ssize_t bytes) function in class:android_audio_legacy::AudioStreamInGeneric
347 ALOGE("Attempt to read from unopened device");
350 return ::read(mFd, buffer, bytes);
H A DAudioHardwareStub.cpp174 ssize_t AudioStreamInStub::read(void* buffer, ssize_t bytes) function in class:android_audio_legacy::AudioStreamInStub
H A DAudioDumpInterface.cpp228 // ALOGV("test_cmd_policy command %s read", mPolicyCommands.string());
439 ssize_t AudioStreamInDump::read(void* buffer, ssize_t bytes) function in class:android::AudioStreamInDump
444 ret = mFinalStream->read(buffer, bytes);
483 ALOGV("Opening input read file %s, fh %p", name, mFile);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.cpp174 int CMcKMod::read(addr_t buffer, uint32_t len) function in class:CMcKMod
183 ret = ::read(fdKMod, buffer, len);
185 LOG_ERRNO("read");
195 if (read(&cnt, sizeof(cnt)) != sizeof(cnt)) {
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamInALSA.cpp126 ssize_t AudioStreamInALSA::read(void *buffer, ssize_t bytes) function in class:android_audio_legacy::AudioStreamInALSA
130 ALOGV("read:: buffer %p, bytes %d", buffer, bytes);
134 ssize_t read = 0; local
146 ALOGD("read:: mParent->mIncallMode=%d", mParent->mIncallMode);
195 ALOGD("read:: ---- mParent->mIncallMode=%d", mParent->mIncallMode);
288 ALOGE("read:: PCM device open failed");
339 ALOGV("AudioStreamInALSA::read() - copy processed output "
360 ALOGV("AudioStreamInALSA::read() - done processing buffer, "
368 read = mSurroundInputBufferIdx;
370 n = pcm_read(mHandle->handle, &mSurroundInputBuffer[read],
[all...]
/hardware/qcom/display/liboverlay/
H A DoverlayUtils.cpp50 size_t read(T& r, size_t elem) { function in struct:__anon441::IOFile
252 (void)fp.read(is3DTV, 1);
265 ALOGE("isPanel3D read fb0 failed");
/hardware/libhardware/include/hardware/
H A Daudio.h272 /** Read audio buffer in from audio driver. Returns number of bytes read, or a
273 * negative status_t. If at least one frame was read prior to the error,
274 * read should return that byte count and then return an error in the subsequent call.
276 ssize_t (*read)(struct audio_stream_in *stream, void* buffer, member in struct:audio_stream_in
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp726 ALOGE("Cannot read config");
924 ALOGE("Cannot read config");
951 ALOGE("Cannot read config");
1007 ssize_t AudioHardware::AudioStreamInMSM72xx::read( void* buffer, ssize_t bytes) function in class:android::AudioHardware::AudioStreamInMSM72xx
1009 ALOGV("AudioStreamInMSM72xx::read(%p, %ld)", buffer, bytes);
1035 ssize_t bytesRead = ::read(mFd, buffer, count);
/hardware/invensense/mlsdk/platform/include/linux/
H A Dmpu.h222 * @read: function that reads the device data
254 int (*read) (void *mlsl_handle, member in struct:ext_slave_descr
/hardware/invensense/mlsdk/mllite/
H A DmlFIFO.c584 * Number of FIFO packets to try to read. You should
585 * use a large number here, such as 100, if you want to read all
597 uint_fast16_t read; local
606 return result; // Nothing to read
612 read = inv_get_fifo((uint_fast16_t) fifo_obj.fifo_packet_size,
614 if (0 == read ||
615 read != fifo_obj.fifo_packet_size - FIFO_FOOTER_SIZE) {
722 * @brief Process data from the dmp read via the fifo. Takes a buffer
723 * filled with bytes read from the DMP FIFO.
763 /** Converts 16-bit temperature data as read fro
[all...]
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp887 if ((len = read(fd, get_batt_temp, sizeof(get_batt_temp))) <= 1) {
888 ALOGE("read battery temp fail: %s\n", strerror(errno));
948 nr = read(fw_fd, ptr, remaining);
1613 ALOGE("Cannot read pcm_out config");
1823 ssize_t AudioHardware::AudioStreamInMSM72xx::read( void* buffer, ssize_t bytes) function in class:android::AudioHardware::AudioStreamInMSM72xx
1825 // ALOGV("AudioStreamInMSM72xx::read(%p, %ld)", buffer, bytes);
1853 ALOGE("Cannot read config");
1888 ssize_t bytesRead = ::read(mFd, buffer, count);
/hardware/msm7k/librpc/rpc/
H A Dtypes.h353 bool_t (*read) (xdr_s_type *xdr); member in struct:xdr_ops_struct

Completed in 2534 milliseconds