Searched defs:out_get_next_write_timestamp (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c171 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, function
175 ALOGV("out_get_next_write_timestamp: %ld", (long int)(*timestamp));
324 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c576 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, int64_t *timestamp) function
617 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c663 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, function
740 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c520 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, int64_t *timestamp) function
561 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp253 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, function
532 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp283 static int out_get_next_write_timestamp(const struct audio_stream_out *stream, function
598 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;
/hardware/qcom/audio/hal/
H A Daudio_hw.c2388 static int out_get_next_write_timestamp(const struct audio_stream_out *stream __unused, function
3081 out->stream.get_next_write_timestamp = out_get_next_write_timestamp;

Completed in 32 milliseconds