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

/frameworks/av/media/libstagefright/
H A DACodec.cpp328 struct ACodec::LoadedToIdleState : public ACodec::BaseState { struct in class:android::ACodec
329 LoadedToIdleState(ACodec *codec);
339 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);
530 mLoadedToIdleState = new LoadedToIdleState(this);
6816 ACodec::LoadedToIdleState::LoadedToIdleState(ACodec *codec) function in class:android::ACodec::LoadedToIdleState
6820 void ACodec::LoadedToIdleState::stateEntered() {
6844 status_t ACodec::LoadedToIdleState::allocateBuffers() {
6854 bool ACodec::LoadedToIdleState::onMessageReceived(const sp<AMessage> &msg) {
6889 bool ACodec::LoadedToIdleState
[all...]

Completed in 50 milliseconds