Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointShared.cpp195 if (mAtomicEndpointTimestamp.isValid()) { in getFreeRunningPosition()
196 Timestamp timestamp = mAtomicEndpointTimestamp.read(); in getFreeRunningPosition()
DAAudioServiceEndpoint.h149 SimpleDoubleBuffer<Timestamp> mAtomicEndpointTimestamp; variable