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

/frameworks/av/include/media/stagefright/
H A DACodec.h101 struct LoadedToIdleState;
207 sp<LoadedToIdleState> mLoadedToIdleState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp325 struct ACodec::LoadedToIdleState : public ACodec::BaseState { struct in class:android::ACodec
326 LoadedToIdleState(ACodec *codec);
336 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);
522 mLoadedToIdleState = new LoadedToIdleState(this);
5880 ACodec::LoadedToIdleState::LoadedToIdleState(ACodec *codec) function in class:android::ACodec::LoadedToIdleState
5884 void ACodec::LoadedToIdleState::stateEntered() {
5899 status_t ACodec::LoadedToIdleState::allocateBuffers() {
5909 bool ACodec::LoadedToIdleState::onMessageReceived(const sp<AMessage> &msg) {
5944 bool ACodec::LoadedToIdleState
[all...]

Completed in 67 milliseconds