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

/frameworks/av/media/libstagefright/
H A DACodec.cpp250 struct ACodec::LoadedState : public ACodec::BaseState { struct in class:android::ACodec
251 LoadedState(ACodec *codec);
265 DISALLOW_EVIL_CONSTRUCTORS(LoadedState);
427 mLoadedState = new LoadedState(this);
4940 ACodec::LoadedState::LoadedState(ACodec *codec) function in class:android::ACodec::LoadedState
4944 void ACodec::LoadedState::stateEntered() {
4972 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) {
4987 bool ACodec::LoadedState::onMessageReceived(const sp<AMessage> &msg) {
5042 bool ACodec::LoadedState
[all...]

Completed in 14 milliseconds