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

  /frameworks/av/include/media/stagefright/foundation/
AHierarchicalStateMachine.h 25 struct AState : public RefBase {
26 AState(const sp<AState> &parentState = NULL);
28 sp<AState> parentState();
31 virtual ~AState();
41 sp<AState> mParentState;
43 DISALLOW_EVIL_CONSTRUCTORS(AState);
55 void changeState(const sp<AState> &state);
58 sp<AState> mState;
  /frameworks/av/media/libstagefright/foundation/
AHierarchicalStateMachine.cpp 29 AState::AState(const sp<AState> &parentState)
33 AState::~AState() {
36 sp<AState> AState::parentState() {
40 void AState::stateEntered() {
43 void AState::stateExited() {
55 sp<AState> save = mState
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 161 constructor Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
189 constructor T<grammar.recognizerName>.Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>);
191 inherited Create(AInput, AState);
342 constructor Create(const AInput: <inputStreamType>; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
391 const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>);
393 inherited Create(AInput, AState);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
Antlr.Runtime.Tree.pas     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 218 struct ACodec::BaseState : public AState {
219 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
    [all...]

Completed in 891 milliseconds