Home
last modified time | relevance | path

Searched refs:get_next_write_timestamp (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DStreamHalLocal.cpp152 if (mStream->get_next_write_timestamp == NULL) return INVALID_OPERATION; in getNextWriteTimestamp()
153 return mStream->get_next_write_timestamp(mStream, timestamp); in getNextWriteTimestamp()
/aosp12/hardware/libhardware/include/hardware/
H A Daudio.h304 int (*get_next_write_timestamp)(const struct audio_stream_out *stream, member
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStreamOut.cpp444 if (mStream->get_next_write_timestamp != NULL) { in getNextWriteTimestamp()
446 mStream->get_next_write_timestamp(mStream, &timestampUs), in getNextWriteTimestamp()
/aosp12/hardware/libhardware/modules/audio/
H A Daudio_hw.c384 out->stream.get_next_write_timestamp = out_get_next_write_timestamp; in adev_open_output_stream()
/aosp12/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp534 out->stream.get_next_write_timestamp = out_get_next_write_timestamp; in adev_open_output_stream()
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp598 out->stream.get_next_write_timestamp = out_get_next_write_timestamp; in adev_open_output_stream()
/aosp12/system/bt/audio_bluetooth_hw/
H A Dstream_apis.cc716 out->stream_out_.get_next_write_timestamp = out_get_next_write_timestamp; in adev_open_output_stream()
/aosp12/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1464 out->stream.get_next_write_timestamp = out_get_next_write_timestamp; in audio_config_compare()
/aosp12/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c839 out->stream.get_next_write_timestamp = out_get_next_write_timestamp; in adev_open_output_stream()
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c5523 out->stream.get_next_write_timestamp = out_get_next_write_timestamp; in adev_open_output_stream()