Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp50 : mTimestampThread("AATime") in AAudioServiceStreamBase()
266 result = mTimestampThread.start(this); in start()
378 result = mTimestampThread.stop(); in stopTimestampThread()
DAAudioServiceStreamBase.h282 AAudioThread mTimestampThread; variable