Home
last modified time | relevance | path

Searched refs:getNextWriteTimestamp (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioHardwareInterface.cpp74 status_t AudioStreamOut::getNextWriteTimestamp(int64_t *timestamp) in getNextWriteTimestamp() function in android_audio_legacy::AudioStreamOut
Daudio_hw_hal.cpp256 return out->legacy_out->getNextWriteTimestamp(timestamp); in out_get_next_write_timestamp()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h118 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp288 return out->qcom_out->getNextWriteTimestamp(timestamp); in out_get_next_write_timestamp()