Searched refs:stopSource (Results 1 – 5 of 5) sorted by relevance
302 status_t reset(bool stopSource = true);
59 void stopSource();212 void MediaCodecSource::Puller::stopSource() { in stopSource() function in android::MediaCodecSource::Puller662 mPuller->stopSource(); in signalEOS()
114 status_t stop(bool stopSource = true);1075 status_t MPEG4Writer::reset(bool stopSource) { in reset() argument1095 status_t status = (*it)->stop(stopSource); in reset()2518 status_t MPEG4Writer::Track::stop(bool stopSource) { in stop() argument2519 ALOGD("%s track stopping. %s source", getTrackType(), stopSource ? "Stop" : "Not Stop"); in stop()2529 if (stopSource) { in stop()2543 ALOGD("%s track stopped. %s source", getTrackType(), stopSource ? "Stop" : "Not Stop"); in stop()
664 status_t stopSource(const sp<SwAudioOutputDescriptor>& outputDesc,
1790 status_t status = stopSource(outputDesc, client); in stopOutput()1798 status_t AudioPolicyManager::stopSource(const sp<SwAudioOutputDescriptor>& outputDesc, in stopSource() function in android::AudioPolicyManager4193 status_t status = stopSource(swOutputDesc, sourceDesc); in disconnectAudioSource()