Searched refs:stopSource (Results 1 – 5 of 5) sorted by relevance
59 void stopSource();212 void MediaCodecSource::Puller::stopSource() { in stopSource() function in android::MediaCodecSource::Puller663 mPuller->stopSource(); in signalEOS()
144 status_t stop(bool stopSource = true);1185 status_t MPEG4Writer::reset(bool stopSource) { in reset() argument1211 status_t trackErr = (*it)->stop(stopSource); in reset()2837 status_t MPEG4Writer::Track::stop(bool stopSource) { in stop() argument2838 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()
340 status_t reset(bool stopSource = true);
691 status_t stopSource(const sp<SwAudioOutputDescriptor>& outputDesc,
1826 status_t status = stopSource(outputDesc, client); in stopOutput()1834 status_t AudioPolicyManager::stopSource(const sp<SwAudioOutputDescriptor>& outputDesc, in stopSource() function in android::AudioPolicyManager4403 status_t status = stopSource(swOutput, sourceDesc); in disconnectAudioSource()