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

/frameworks/av/media/libstagefright/
H A DACodec.cpp270 struct ACodec::LoadedToIdleState : public ACodec::BaseState { struct in class:android::ACodec
271 LoadedToIdleState(ACodec *codec);
281 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);
428 mLoadedToIdleState = new LoadedToIdleState(this);
4862 ACodec::LoadedToIdleState::LoadedToIdleState(ACodec *codec) function in class:android::ACodec::LoadedToIdleState
4866 void ACodec::LoadedToIdleState::stateEntered() {
4881 status_t ACodec::LoadedToIdleState::allocateBuffers() {
4891 bool ACodec::LoadedToIdleState::onMessageReceived(const sp<AMessage> &msg) {
4926 bool ACodec::LoadedToIdleState
[all...]

Completed in 217 milliseconds