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

/frameworks/av/services/audioflinger/
H A DTracks.cpp2096 sp<ThreadBase> threadBase = mThread.promote(); local
2097 if (threadBase != 0) {
2100 framesToDrop = threadBase->mFrameCount * 2;
H A DThreads.cpp6406 sp<ThreadBase> threadBase = mRecordTrack->mThread.promote(); local
6407 RecordThread *recordThread = (RecordThread *) threadBase.get();
6415 sp<ThreadBase> threadBase = mRecordTrack->mThread.promote(); local
6416 RecordThread *recordThread = (RecordThread *) threadBase.get();
6448 sp<ThreadBase> threadBase = mRecordTrack->mThread.promote(); local
6449 if (threadBase == 0) {
6454 RecordThread *recordThread = (RecordThread *) threadBase.get();
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp546 sp<Thread> threadBase(thread);

Completed in 158 milliseconds