Searched refs:LoadedState (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h100 struct LoadedState;
206 sp<LoadedState> mLoadedState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp302 struct ACodec::LoadedState : public ACodec::BaseState { struct in class:android::ACodec
303 LoadedState(ACodec *codec);
320 DISALLOW_EVIL_CONSTRUCTORS(LoadedState);
521 mLoadedState = new LoadedState(this);
5567 ACodec::LoadedState::LoadedState(ACodec *codec) function in class:android::ACodec::LoadedState
5571 void ACodec::LoadedState::stateEntered() {
5599 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) {
5614 bool ACodec::LoadedState::onMessageReceived(const sp<AMessage> &msg) {
5676 bool ACodec::LoadedState
[all...]

Completed in 4914 milliseconds