Searched refs:LoadedState (Results 1 – 2 of 2) sorted by relevance
113 struct LoadedState;226 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()6802 ACodec::LoadedState::LoadedState(ACodec *codec) in LoadedState() function in android::ACodec::LoadedState6806 void ACodec::LoadedState::stateEntered() { in stateEntered()6835 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) { in onShutdown()6852 bool ACodec::LoadedState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()6911 bool ACodec::LoadedState::onConfigureComponent( in onConfigureComponent()6937 status_t ACodec::LoadedState::setupInputSurface() { in setupInputSurface()[all …]