Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp45 , mTimestampThread("AATime") in AAudioServiceStreamBase()
198 result = mTimestampThread.start(this); in start()
279 result = mTimestampThread.stop(); in stopTimestampThread()
DAAudioServiceStreamBase.h281 AAudioThread mTimestampThread; variable