Searched refs:reset (Results 1 - 25 of 841) sorted by path

1234567891011>>

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp101 status_t SimplePlayer::reset() { function in class:android::SimplePlayer
H A DSimplePlayer.h40 status_t reset();
H A Dcodec.cpp451 player->reset();
/frameworks/av/drm/libmediadrm/
H A DCasImpl.cpp101 eventData.reset(new CasData(data, data + size));
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.cpp180 license_fetcher.reset(new ClearKeyLicenseFetcher());
188 key_fetcher.reset(new ClearKeyFetcher(std::move(license_fetcher)));
/frameworks/av/drm/mediacas/plugins/clearkey/tests/
H A DClearKeyFetcherTest.cpp77 license_fetcher_.reset(new ClearKeyLicenseFetcher());
/frameworks/av/include/cpustats/
H A DCentralTendencyStatistics.h54 // reset the set of samples to be empty
55 void reset();
/frameworks/av/include/media/
H A DAudioMixer.h266 void resetResampler() { if (resampler != NULL) resampler->reset(); }
H A DAudioResampler.h80 virtual void reset();
H A DBufferProviders.h49 virtual void reset() { } function in class:android::PassthruBufferProvider
51 // set the upstream buffer provider. Consider calling "reset" before this function.
80 virtual void reset();
177 virtual void reset();
H A DIMediaPlayer.h82 virtual status_t reset() = 0;
H A DIMediaRecorder.h59 virtual status_t reset() = 0;
H A DIMediaSource.h72 void reset();
219 ALOGW_IF(p->second.first.get() != mem.get(), "Mismatched buffers without reset");
242 void reset() { function in struct:BnMediaSource::IndexCache
H A DLinearMap.h111 3) If the frame data is discontinuous (due to stop or flush) call reset() to clear
212 void reset() { function in class:android::LinearMap
213 // no need to reset mPos, we use a circular buffer.
H A DMediaPlayerInterface.h227 virtual status_t reset() = 0;
H A DMediaRecorderBase.h59 virtual status_t reset() = 0;
H A DRecordBufferConverter.h78 // called to reset resampler buffers on record track discontinuity
79 void reset();
H A DVolumeShaper.h966 void reset() { function in class:android::VolumeHandler
H A Dmediaplayer.h250 status_t reset();
H A Dmediarecorder.h243 status_t reset();
/frameworks/av/include/media/stagefright/
H A DAACWriter.h37 virtual status_t stop() { return reset(); }
70 status_t reset();
H A DAMRWriter.h39 virtual status_t stop() { return reset(); }
62 status_t reset();
H A DAudioPlayer.h112 void reset();
H A DAudioSource.h48 virtual status_t stop() { return reset(); }
109 status_t reset();
H A DCameraSource.h98 virtual status_t stop() { return reset(); }
331 status_t reset();

Completed in 3421 milliseconds

1234567891011>>