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()
195 result = mTimestampThread.start(this); in start()
276 result = mTimestampThread.stop(); in stopTimestampThread()
DAAudioServiceStreamBase.h295 AAudioThread mTimestampThread; variable