Searched defs:write (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamOutALSA.cpp110 ssize_t AudioStreamOutALSA::write(const void *buffer, size_t bytes) function in class:android_audio_legacy::AudioStreamOutALSA
115 ALOGV("write:: buffer %p, bytes %d", buffer, bytes);
198 ALOGE("write:: device open failed");
266 ALOGE("write:: device re-open failed");
/hardware/libhardware/include/hardware/
H A Dnfc.h44 * 2) Core NCI stack executes CORE_RESET and CORE_INIT through calls to write()
47 * 5) Core NCI stack starts discovery through calls to write()
48 * 6) Core NCI stack stops discovery through calls to write() (e.g. screen turns off)
50 * 8) Core NCI stack starts discovery through calls to write()
118 * the write() call.
130 * (*write)() Performs an NCI write.
135 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data); member in struct:nfc_nci_device
232 /* The number of EEPROM registers to write */
H A Daudio.h236 /* type of asynchronous write callback events. Mutually exclusive */
238 STREAM_CBK_EVENT_WRITE_READY, /* non blocking write completed */
283 * the write() is not allowed to block. It must write only the number of
285 * this byte count. If this is less than the requested write size the
289 ssize_t (*write)(struct audio_stream_out *stream, const void* buffer, member in struct:audio_stream_out
299 * get the local time at which the next write to the audio driver will be presented.
307 * write and drain.
308 * Calling this function implies that all future write() and drain()
/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp174 ::write(fd, result.string(), result.size());
233 ssize_t AudioStreamOutGeneric::write(const void* buffer, size_t bytes) function in class:android_audio_legacy::AudioStreamOutGeneric
236 return ssize_t(::write(mFd, buffer, bytes));
266 ::write(fd, result.string(), result.size());
374 ::write(fd, result.string(), result.size());
H A DAudioHardwareStub.cpp107 ::write(fd, result.string(), result.size());
128 ssize_t AudioStreamOutStub::write(const void* buffer, size_t bytes) function in class:android_audio_legacy::AudioStreamOutStub
151 ::write(fd, result.string(), result.size());
197 ::write(fd, result.string(), result.size());
H A DA2dpAudioInterface.cpp275 ssize_t A2dpAudioInterface::A2dpAudioStreamOut::write(const void* buffer, size_t bytes) function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
284 ALOGV("A2dpAudioStreamOut::write(), but bluetooth disabled \
H A DAudioDumpInterface.cpp279 ssize_t AudioStreamOutDump::write(const void* buffer, size_t bytes) function in class:android::AudioStreamOutDump
284 ret = mFinalStream->write(buffer, bytes);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp56 size_t write(const char* s, uint32_t val) { function in struct:__anon804::IOFile
282 (void)fp.write("%d", format3D);
292 (void)fp.write("%d", orientation);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp56 size_t write(const char* s, uint32_t val) { function in struct:__anon875::IOFile
332 (void)fp.write("%d", format3D);
342 (void)fp.write("%d", orientation);
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayUtils.cpp56 size_t write(const char* s, uint32_t val) { function in struct:__anon941::IOFile
282 (void)fp.write("%d", format3D);
292 (void)fp.write("%d", orientation);

Completed in 3004 milliseconds