Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Ddevice_port_source.cpp68 const uint64_t nowFrames = getCaptureFrames(nowNs); in getCapturePosition()
77 uint64_t getCaptureFrames(const nsecs_t nowNs) const { in getCaptureFrames() function
82 return getCaptureFrames(nowNs) - mSentFrames; in getAvailableFrames()
227 const uint64_t nowFrames = getCaptureFrames(nowNs); in getCapturePosition()
235 uint64_t getCaptureFrames(const nsecs_t nowNs) const { in getCaptureFrames() function
240 return getCaptureFrames(nowNs) - mSentFrames; in getAvailableFrames()