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

/frameworks/av/include/media/stagefright/
H A DACodec.h104 struct OutputPortSettingsChangedState;
210 sp<OutputPortSettingsChangedState> mOutputPortSettingsChangedState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp385 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState { struct in class:android::ACodec
386 OutputPortSettingsChangedState(ACodec *codec);
397 DISALLOW_EVIL_CONSTRUCTORS(OutputPortSettingsChangedState);
527 new OutputPortSettingsChangedState(this);
6411 ACodec::OutputPortSettingsChangedState::OutputPortSettingsChangedState( function in class:android::ACodec::OutputPortSettingsChangedState
6416 ACodec::BaseState::PortMode ACodec::OutputPortSettingsChangedState::getPortMode(
6427 bool ACodec::OutputPortSettingsChangedState::onMessageReceived(
6454 void ACodec::OutputPortSettingsChangedState::stateEntered() {
6459 bool ACodec::OutputPortSettingsChangedState
[all...]

Completed in 1769 milliseconds