Searched refs:destroyTrack_l (Results 1 – 4 of 4) sorted by relevance
472 virtual bool destroyTrack_l(const sp<IAfTrack>& track) REQUIRES(mutex()) = 0;585 virtual void destroyTrack_l(const sp<IAfRecordTrack>& track) REQUIRES(mutex()) = 0;
1378 bool destroyTrack_l(const sp<IAfTrack>& track) final REQUIRES(mutex());1976 void destroyTrack_l(const sp<IAfRecordTrack>& track) final REQUIRES(mutex());
898 wasActive = playbackThread->destroyTrack_l(this); in destroy()2900 recordThread->destroyTrack_l(this); // move mState to STOPPED, terminate in destroy()
2965 bool PlaybackThread::destroyTrack_l(const sp<IAfTrack>& track) in destroyTrack_l() function in android::PlaybackThread5056 destroyTrack_l(track); in deletePatchTrack()9360 void RecordThread::destroyTrack_l(const sp<IAfRecordTrack>& track) in destroyTrack_l() function in android::RecordThread10081 destroyTrack_l(record); in deletePatchTrack()