HomeSort by relevance Sort by last modified time
    Searched refs:LoadedToIdleState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/include/media/stagefright/
ACodec.h 96 struct LoadedToIdleState;
167 sp<LoadedToIdleState> mLoadedToIdleState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 270 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
271 LoadedToIdleState(ACodec *codec);
281 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);
428 mLoadedToIdleState = new LoadedToIdleState(this);
    [all...]

Completed in 40 milliseconds