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

/frameworks/av/include/media/stagefright/
H A DACodec.h90 struct OutputPortSettingsChangedState;
151 sp<OutputPortSettingsChangedState> mOutputPortSettingsChangedState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp260 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState { struct in class:android::ACodec
261 OutputPortSettingsChangedState(ACodec *codec);
271 DISALLOW_EVIL_CONSTRUCTORS(OutputPortSettingsChangedState);
352 new OutputPortSettingsChangedState(this);
3591 ACodec::OutputPortSettingsChangedState::OutputPortSettingsChangedState( function in class:android::ACodec::OutputPortSettingsChangedState
3596 ACodec::BaseState::PortMode ACodec::OutputPortSettingsChangedState::getPortMode(
3607 bool ACodec::OutputPortSettingsChangedState::onMessageReceived(
3633 void ACodec::OutputPortSettingsChangedState::stateEntered() {
3638 bool ACodec::OutputPortSettingsChangedState
[all...]

Completed in 34 milliseconds