Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Ddevice_port_source.cpp93 const uint64_t nowFrames = getNowFrames(nowNs); in getCapturePosition()
101 uint64_t getNowFrames(const nsecs_t nowNs) const { in getNowFrames() function
113 availableFrames = getNowFrames(nowNs) - mSentFrames; in read()