Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:LoadedState

205 struct ACodec::LoadedState : public ACodec::BaseState {
206 LoadedState(ACodec *codec);
220 DISALLOW_EVIL_CONSTRUCTORS(LoadedState);
368 mLoadedState = new LoadedState(this);
3396 ACodec::LoadedState::LoadedState(ACodec *codec)
3400 void ACodec::LoadedState::stateEntered() {
3418 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) {
3430 bool ACodec::LoadedState::onMessageReceived(const sp<AMessage> &msg) {
3484 bool ACodec::LoadedState::onConfigureComponent(
3526 void ACodec::LoadedState::onCreateInputSurface(
3552 void ACodec::LoadedState::onStart() {