• Home
  • Raw
  • Download

Lines Matching defs:thread

66             ThreadBase *thread,  in TrackBase()
283 const ThreadBase& thread, in PatchTrackBase()
498 PlaybackThread *thread, in Track()
631 sp<ThreadBase> thread = mThread.promote(); in destroy() local
929 sp<ThreadBase> thread = mThread.promote(); in start() local
1018 sp<ThreadBase> thread = mThread.promote(); in stop() local
1051 sp<ThreadBase> thread = mThread.promote(); in pause() local
1085 sp<ThreadBase> thread = mThread.promote(); in flush() local
1176 sp<ThreadBase> thread = mThread.promote(); in setParameters() local
1190 sp<ThreadBase> thread = mThread.promote(); in selectPresentation() local
1227 sp<ThreadBase> thread = mThread.promote(); in applyVolumeShaper() local
1271 sp<ThreadBase> thread = mThread.promote(); in getTimestamp() local
1283 sp<ThreadBase> thread = mThread.promote(); in attachAuxEffect() local
1431 sp<ThreadBase> thread = mThread.promote(); in signal() local
1522 sp<ThreadBase> thread = mTrack->mThread.promote(); in mute() local
1539 sp<ThreadBase> thread = mTrack->mThread.promote(); in unmute() local
1701 sp<ThreadBase> thread = mThread.promote(); in write() local
2042 RecordThread *thread, in RecordTrack()
2146 sp<ThreadBase> thread = mThread.promote(); in start() local
2157 sp<ThreadBase> thread = mThread.promote(); in stop() local
2172 sp<ThreadBase> thread = mThread.promote(); in destroy() local
2333 sp<ThreadBase> thread = mThread.promote(); in getActiveMicrophones() local
2344 sp<ThreadBase> thread = mThread.promote(); in setPreferredMicrophoneDirection() local
2354 sp<ThreadBase> thread = mThread.promote(); in setPreferredMicrophoneFieldDimension() local
2438 AudioFlinger::MmapThread::MmapTrack::MmapTrack(ThreadBase *thread, in MmapTrack()