Searched refs:OutputPortSettingsChangedState (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h122 struct OutputPortSettingsChangedState;
233 sp<OutputPortSettingsChangedState> mOutputPortSettingsChangedState;
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h122 struct OutputPortSettingsChangedState;
233 sp<OutputPortSettingsChangedState> mOutputPortSettingsChangedState;
/frameworks/av/media/libstagefright/include/
H A DACodec.h122 struct OutputPortSettingsChangedState;
233 sp<OutputPortSettingsChangedState> mOutputPortSettingsChangedState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp419 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState { struct in class:android::ACodec
420 explicit OutputPortSettingsChangedState(ACodec *codec);
431 DISALLOW_EVIL_CONSTRUCTORS(OutputPortSettingsChangedState);
566 new OutputPortSettingsChangedState(this);
7727 ACodec::OutputPortSettingsChangedState::OutputPortSettingsChangedState( function in class:android::ACodec::OutputPortSettingsChangedState
7732 ACodec::BaseState::PortMode ACodec::OutputPortSettingsChangedState::getPortMode(
7743 bool ACodec::OutputPortSettingsChangedState::onMessageReceived(
7787 void ACodec::OutputPortSettingsChangedState::stateEntered() {
7792 bool ACodec::OutputPortSettingsChangedState
[all...]

Completed in 150 milliseconds