Home
last modified time | relevance | path

Searched refs:get_mmap_position (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
Daudio.h416 int (*get_mmap_position)(const struct audio_stream_out *stream, member
532 int (*get_mmap_position)(const struct audio_stream_in *stream, member
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStream.h199 if (mStream->get_mmap_position != NULL) { in getMmapPosition()
202 mStream->get_mmap_position(mStream, &halPosition)); in getMmapPosition()
/hardware/qcom/audio/hal/
Daudio_hw.c5016 out->stream.get_mmap_position = out_get_mmap_position; in adev_open_output_stream()
5273 out->stream.get_mmap_position = out_get_mmap_position; in adev_open_output_stream()
6053 in->stream.get_mmap_position = in_get_mmap_position; in adev_open_input_stream()