Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1054 bool destroyTrack_l(const sp<Track>& track);
1554 void destroyTrack_l(const sp<RecordTrack>& track);
DTracks.cpp639 wasActive = playbackThread->destroyTrack_l(this); in destroy()
2198 recordThread->destroyTrack_l(this); // move mState to STOPPED, terminate in destroy()
DThreads.cpp2507 bool AudioFlinger::PlaybackThread::destroyTrack_l(const sp<Track>& track) in destroyTrack_l() function in android::AudioFlinger::PlaybackThread
4187 destroyTrack_l(track); in deletePatchTrack()
7869 void AudioFlinger::RecordThread::destroyTrack_l(const sp<RecordTrack>& track) in destroyTrack_l() function in android::AudioFlinger::RecordThread
8448 destroyTrack_l(record); in deletePatchTrack()