Searched defs:read (Results 1 - 12 of 12) 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/msm8960/liboverlay/
H A DoverlayUtils.cpp50 size_t read(T& r, size_t elem) { function in struct:__anon804::IOFile
252 (void)fp.read(is3DTV, 1);
265 ALOGE("isPanel3D read fb0 failed");
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp50 size_t read(T& r, size_t elem) { function in struct:__anon875::IOFile
302 (void)fp.read(is3DTV, 1);
315 ALOGE("isPanel3D read fb0 failed");
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayUtils.cpp50 size_t read(T& r, size_t elem) { function in struct:__anon941::IOFile
252 (void)fp.read(is3DTV, 1);
265 ALOGE("isPanel3D read fb0 failed");
/hardware/invensense/60xx/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/libhardware/include/hardware/
H A Daudio.h389 /** Read audio buffer in from audio driver. Returns number of bytes read, or a
390 * negative status_t. If at least one frame was read prior to the error,
391 * read should return that byte count and then return an error in the subsequent call.
393 ssize_t (*read)(struct audio_stream_in *stream, void* buffer, member in struct:audio_stream_in
/hardware/invensense/60xx/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...]

Completed in 7818 milliseconds