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);
3538 ACodec::OutputPortSettingsChangedState::OutputPortSettingsChangedState( function in class:android::ACodec::OutputPortSettingsChangedState
3543 ACodec::BaseState::PortMode ACodec::OutputPortSettingsChangedState::getPortMode(
3554 bool ACodec::OutputPortSettingsChangedState::onMessageReceived(
3580 void ACodec::OutputPortSettingsChangedState::stateEntered() {
3585 bool ACodec::OutputPortSettingsChangedState
[all...]

Completed in 12 milliseconds