Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceStreamShared.cpp230 mAtomicStreamTimestamp.write(timestamp); in markTransferTime()
237 if (mAtomicStreamTimestamp.isValid()) { in getFreeRunningPosition_l()
238 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getFreeRunningPosition_l()
DAAudioServiceStreamMMAP.cpp221 mAtomicStreamTimestamp.write(timestamp); in getFreeRunningPosition_l()
253 if (mAtomicStreamTimestamp.isValid()) { in getHardwareTimestamp_l()
254 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getHardwareTimestamp_l()
DAAudioServiceStreamBase.cpp55 , mAtomicStreamTimestamp() in AAudioServiceStreamBase()
279 mAtomicStreamTimestamp.clear(); in start_l()
DAAudioServiceStreamBase.h418 SimpleDoubleBuffer<Timestamp> mAtomicStreamTimestamp; variable