Searched refs:mAtomicStreamTimestamp (Results 1 – 4 of 4) sorted by relevance
230 mAtomicStreamTimestamp.write(timestamp); in markTransferTime()237 if (mAtomicStreamTimestamp.isValid()) { in getFreeRunningPosition_l()238 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getFreeRunningPosition_l()
221 mAtomicStreamTimestamp.write(timestamp); in getFreeRunningPosition_l()253 if (mAtomicStreamTimestamp.isValid()) { in getHardwareTimestamp_l()254 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getHardwareTimestamp_l()
55 , mAtomicStreamTimestamp() in AAudioServiceStreamBase()279 mAtomicStreamTimestamp.clear(); in start_l()
418 SimpleDoubleBuffer<Timestamp> mAtomicStreamTimestamp; variable