Home
last modified time | relevance | path

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

/hardware/interfaces/audio/2.0/default/
DStreamIn.cpp419 if (stream->get_capture_position != NULL) return retval; in getCapturePositionImpl()
422 stream->get_capture_position(stream, &halFrames, &halTime), in getCapturePositionImpl()
/hardware/libhardware/include/hardware/
Daudio.h443 int (*get_capture_position)(const struct audio_stream_in *stream, member
/hardware/qcom/audio/hal/
Daudio_hw.c4341 in->stream.get_capture_position = in_get_capture_position; in adev_open_input_stream()