Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1021 bool destroyTrack_l(const sp<Track>& track);
1525 void destroyTrack_l(const sp<RecordTrack>& track);
DTracks.cpp635 wasActive = playbackThread->destroyTrack_l(this); in destroy()
2076 recordThread->destroyTrack_l(this); // move mState to STOPPED, terminate in destroy()
DThreads.cpp2450 bool AudioFlinger::PlaybackThread::destroyTrack_l(const sp<Track>& track) in destroyTrack_l() function in android::AudioFlinger::PlaybackThread
4090 destroyTrack_l(track); in deletePatchTrack()
7817 void AudioFlinger::RecordThread::destroyTrack_l(const sp<RecordTrack>& track) in destroyTrack_l() function in android::AudioFlinger::RecordThread
8404 destroyTrack_l(record); in deletePatchTrack()