Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DStreamHalLocal.cpp407 if (mStream->get_capture_position == NULL) return INVALID_OPERATION; in getCapturePosition()
408 return mStream->get_capture_position(mStream, frames, time); in getCapturePosition()
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStreamIn.cpp457 if (stream->get_capture_position == NULL) return retval; in getCapturePositionImpl()
460 stream->get_capture_position(stream, &halFrames, &halTime), in getCapturePositionImpl()
/aosp12/hardware/libhardware/include/hardware/
H A Daudio.h584 int (*get_capture_position)(const struct audio_stream_in *stream, member
/aosp12/system/bt/audio_bluetooth_hw/
H A Dstream_apis.cc1170 in->stream_in_.get_capture_position = in_get_capture_position; in adev_open_input_stream()
/aosp12/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1707 in->stream.get_capture_position = in_get_capture_position; in audio_config_compare()
/aosp12/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c1281 in->stream.get_capture_position = in_get_capture_position; in adev_open_input_stream()
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c6033 in->stream.get_capture_position = in_get_capture_position; in adev_open_input_stream()