Searched refs:LoadedState (Results 1 – 2 of 2) sorted by relevance
104 struct LoadedState;215 sp<LoadedState> mLoadedState;
357 struct ACodec::LoadedState : public ACodec::BaseState { struct in android::ACodec358 explicit LoadedState(ACodec *codec);375 DISALLOW_EVIL_CONSTRUCTORS(LoadedState);584 mLoadedState = new LoadedState(this); in ACodec()6525 ACodec::LoadedState::LoadedState(ACodec *codec) in LoadedState() function in android::ACodec::LoadedState6529 void ACodec::LoadedState::stateEntered() { in stateEntered()6558 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) { in onShutdown()6575 bool ACodec::LoadedState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()6634 bool ACodec::LoadedState::onConfigureComponent( in onConfigureComponent()6660 status_t ACodec::LoadedState::setupInputSurface() { in setupInputSurface()[all …]