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);1076 status_t MPEG4Writer::reset(bool stopSource) { in reset() argument1096 status_t status = (*it)->stop(stopSource); in reset()2524 status_t MPEG4Writer::Track::stop(bool stopSource) { in stop() argument2525 ALOGD("%s track stopping. %s source", getTrackType(), stopSource ? "Stop" : "Not Stop"); in stop()2535 if (stopSource) { in stop()2549 ALOGD("%s track stopped. %s source", getTrackType(), stopSource ? "Stop" : "Not Stop"); in stop()
679 status_t stopSource(const sp<SwAudioOutputDescriptor>& outputDesc,
1773 status_t status = stopSource(outputDesc, client); in stopOutput()1781 status_t AudioPolicyManager::stopSource(const sp<SwAudioOutputDescriptor>& outputDesc, in stopSource() function in android::AudioPolicyManager4277 status_t status = stopSource(swOutput, sourceDesc); in disconnectAudioSource()