Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamBase.cpp50 : mTimestampThread("AATime") in AAudioServiceStreamBase()
268 result = mTimestampThread.start(this); in start()
380 result = mTimestampThread.stop(); in stopTimestampThread()
H A DAAudioServiceStreamBase.h282 AAudioThread mTimestampThread; variable