Home
last modified time | relevance | path

Searched refs:stopSource (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp59 void stopSource();
212 void MediaCodecSource::Puller::stopSource() { in stopSource() function in android::MediaCodecSource::Puller
663 mPuller->stopSource(); in signalEOS()
DMPEG4Writer.cpp144 status_t stop(bool stopSource = true);
1185 status_t MPEG4Writer::reset(bool stopSource) { in reset() argument
1211 status_t trackErr = (*it)->stop(stopSource); in reset()
2837 status_t MPEG4Writer::Track::stop(bool stopSource) { in stop() argument
2838 ALOGD("%s track stopping. %s source", getTrackType(), stopSource ? "Stop" : "Not Stop"); in stop()
2848 if (stopSource) { in stop()
2864 getTrackType(), err, stopSource ? "Stop" : "Not Stop"); in stop()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMPEG4Writer.h340 status_t reset(bool stopSource = true);
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h691 status_t stopSource(const sp<SwAudioOutputDescriptor>& outputDesc,
DAudioPolicyManager.cpp1826 status_t status = stopSource(outputDesc, client); in stopOutput()
1834 status_t AudioPolicyManager::stopSource(const sp<SwAudioOutputDescriptor>& outputDesc, in stopSource() function in android::AudioPolicyManager
4403 status_t status = stopSource(swOutput, sourceDesc); in disconnectAudioSource()