Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp458 int64_t halFrames, halTime; in getCapturePositionImpl() local
460 stream->get_capture_position(stream, &halFrames, &halTime), in getCapturePositionImpl()
463 *frames = halFrames; in getCapturePositionImpl()