Searched refs:LoadedState (Results 1 – 2 of 2) sorted by relevance
104 struct LoadedState;216 sp<LoadedState> mLoadedState;
354 struct ACodec::LoadedState : public ACodec::BaseState { struct in android::ACodec355 explicit LoadedState(ACodec *codec);372 DISALLOW_EVIL_CONSTRUCTORS(LoadedState);581 mLoadedState = new LoadedState(this); in ACodec()6736 ACodec::LoadedState::LoadedState(ACodec *codec) in LoadedState() function in android::ACodec::LoadedState6740 void ACodec::LoadedState::stateEntered() { in stateEntered()6769 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) { in onShutdown()6786 bool ACodec::LoadedState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()6845 bool ACodec::LoadedState::onConfigureComponent( in onConfigureComponent()6871 status_t ACodec::LoadedState::setupInputSurface() { in setupInputSurface()[all …]