Home
last modified time | relevance | path

Searched refs:threadBase (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DTracks.cpp2130 sp<ThreadBase> threadBase = mThread.promote(); in handleSyncStartEvent() local
2131 if (threadBase != 0) { in handleSyncStartEvent()
2134 framesToDrop = threadBase->mFrameCount * 2; in handleSyncStartEvent()
DThreads.cpp6003 sp<ThreadBase> threadBase = activeTrack->mThread.promote(); in getNextBuffer() local
6004 if (threadBase == 0) { in getNextBuffer()
6009 RecordThread *recordThread = (RecordThread *) threadBase.get(); in getNextBuffer()
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp539 sp<Thread> threadBase(thread); in TEST_F() local