Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1071 bool destroyTrack_l(const sp<Track>& track);
1575 void destroyTrack_l(const sp<RecordTrack>& track);
DTracks.cpp648 wasActive = playbackThread->destroyTrack_l(this); in destroy()
2236 recordThread->destroyTrack_l(this); // move mState to STOPPED, terminate in destroy()
DThreads.cpp2567 bool AudioFlinger::PlaybackThread::destroyTrack_l(const sp<Track>& track) in destroyTrack_l() function in android::AudioFlinger::PlaybackThread
4322 destroyTrack_l(track); in deletePatchTrack()
8058 void AudioFlinger::RecordThread::destroyTrack_l(const sp<RecordTrack>& track) in destroyTrack_l() function in android::AudioFlinger::RecordThread
8658 destroyTrack_l(record); in deletePatchTrack()