Searched refs:LoadedState (Results 1 – 2 of 2) sorted by relevance
121 struct LoadedState;243 sp<LoadedState> mLoadedState;
383 struct ACodec::LoadedState : public ACodec::BaseState { struct in android::ACodec384 explicit LoadedState(ACodec *codec);401 DISALLOW_EVIL_CONSTRUCTORS(LoadedState);615 mLoadedState = new LoadedState(this); in ACodec()7142 ACodec::LoadedState::LoadedState(ACodec *codec) in LoadedState() function in android::ACodec::LoadedState7146 void ACodec::LoadedState::stateEntered() { in stateEntered()7175 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) { in onShutdown()7192 bool ACodec::LoadedState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()7251 bool ACodec::LoadedState::onConfigureComponent( in onConfigureComponent()7277 status_t ACodec::LoadedState::setupInputSurface() { in setupInputSurface()[all …]