Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Ddevice_port_sink.cpp65 const uint64_t nowFrames = getPresentationFrames(nowNs); in getPresentationPosition()
74 uint64_t getPresentationFrames(const nsecs_t nowNs) const { in getPresentationFrames() function
79 return getPresentationFrames(nowNs) - mReceivedFrames; in getAvailableFrames()