Lines Matching refs:BaseState

215 struct ACodec::BaseState : public AState {
216 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
261 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
284 struct ACodec::UninitializedState : public ACodec::BaseState {
302 struct ACodec::LoadedState : public ACodec::BaseState {
325 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
341 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
355 struct ACodec::ExecutingState : public ACodec::BaseState {
385 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
402 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
424 struct ACodec::IdleToLoadedState : public ACodec::BaseState {
439 struct ACodec::FlushingState : public ACodec::BaseState {
4520 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState)
4525 ACodec::BaseState::PortMode ACodec::BaseState::getPortMode(
4530 bool ACodec::BaseState::onMessageReceived(const sp<AMessage> &msg) {
4614 bool ACodec::BaseState::checkOMXMessage(const sp<AMessage> &msg) {
4632 bool ACodec::BaseState::onOMXMessageList(const sp<AMessage> &msg) {
4656 bool ACodec::BaseState::onOMXMessage(const sp<AMessage> &msg) {
4735 bool ACodec::BaseState::onOMXFrameRendered(
4741 bool ACodec::BaseState::onOMXEvent(
4763 bool ACodec::BaseState::onOMXEmptyBufferDone(IOMX::buffer_id bufferID, int fenceFd) {
4812 void ACodec::BaseState::postFillThisBuffer(BufferInfo *info) {
4836 void ACodec::BaseState::onInputBufferFilled(const sp<AMessage> &msg) {
5031 void ACodec::BaseState::getMoreInputDataIfPossible() {
5060 bool ACodec::BaseState::onOMXFillBufferDone(
5227 void ACodec::BaseState::onOutputBufferDrained(const sp<AMessage> &msg) {
5358 : BaseState(codec) {
5433 return BaseState::onMessageReceived(msg);
5568 : BaseState(codec) {
5670 return BaseState::onMessageReceived(msg);
5881 : BaseState(codec) {
5940 return BaseState::onMessageReceived(msg);
5973 return BaseState::onOMXEvent(event, data1, data2);
5980 : BaseState(codec) {
6019 return BaseState::onMessageReceived(msg);
6044 return BaseState::onOMXEvent(event, data1, data2);
6051 : BaseState(codec),
6055 ACodec::BaseState::PortMode ACodec::ExecutingState::getPortMode(
6266 handled = BaseState::onMessageReceived(msg);
6405 return BaseState::onOMXEvent(event, data1, data2);
6413 : BaseState(codec) {
6416 ACodec::BaseState::PortMode ACodec::OutputPortSettingsChangedState::getPortMode(
6447 handled = BaseState::onMessageReceived(msg);
6547 : BaseState(codec),
6572 handled = BaseState::onMessageReceived(msg);
6615 return BaseState::onOMXEvent(event, data1, data2);
6651 BaseState::onInputBufferFilled(msg);
6658 BaseState::onOutputBufferDrained(msg);
6666 : BaseState(codec) {
6690 handled = BaseState::onMessageReceived(msg);
6721 return BaseState::onOMXEvent(event, data1, data2);
6728 : BaseState(codec) {
6755 handled = BaseState::onMessageReceived(msg);
6822 return BaseState::onOMXEvent(event, data1, data2);
6829 BaseState::onOutputBufferDrained(msg);
6835 BaseState::onInputBufferFilled(msg);