Lines Matching defs:BaseState

240 struct ACodec::BaseState : public AState {
241 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
287 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
318 struct ACodec::UninitializedState : public ACodec::BaseState {
336 struct ACodec::LoadedState : public ACodec::BaseState {
359 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
375 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
389 struct ACodec::ExecutingState : public ACodec::BaseState {
419 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
436 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
458 struct ACodec::IdleToLoadedState : public ACodec::BaseState {
473 struct ACodec::FlushingState : public ACodec::BaseState {
5346 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState)
5351 ACodec::BaseState::PortMode ACodec::BaseState::getPortMode(
5356 void ACodec::BaseState::stateExited() {
5360 bool ACodec::BaseState::onMessageReceived(const sp<AMessage> &msg) {
5451 bool ACodec::BaseState::checkOMXMessage(const sp<AMessage> &msg) {
5470 bool ACodec::BaseState::onOMXMessageList(const sp<AMessage> &msg) {
5494 bool ACodec::BaseState::onOMXMessage(const sp<AMessage> &msg) {
5573 bool ACodec::BaseState::onOMXFrameRendered(
5579 bool ACodec::BaseState::onOMXEvent(
5608 bool ACodec::BaseState::onOMXEmptyBufferDone(IOMX::buffer_id bufferID, int fenceFd) {
5657 void ACodec::BaseState::postFillThisBuffer(BufferInfo *info) {
5670 void ACodec::BaseState::onInputBufferFilled(const sp<AMessage> &msg) {
5899 void ACodec::BaseState::getMoreInputDataIfPossible() {
5928 bool ACodec::BaseState::onOMXFillBufferDone(
6089 void ACodec::BaseState::onOutputBufferDrained(const sp<AMessage> &msg) {
6236 : BaseState(codec) {
6318 return BaseState::onMessageReceived(msg);
6448 : BaseState(codec) {
6550 return BaseState::onMessageReceived(msg);
6758 : BaseState(codec) {
6830 return BaseState::onMessageReceived(msg);
6863 return BaseState::onOMXEvent(event, data1, data2);
6870 : BaseState(codec) {
6906 return BaseState::onMessageReceived(msg);
6931 return BaseState::onOMXEvent(event, data1, data2);
6938 : BaseState(codec),
6942 ACodec::BaseState::PortMode ACodec::ExecutingState::getPortMode(
7149 handled = BaseState::onMessageReceived(msg);
7721 return BaseState::onOMXEvent(event, data1, data2);
7729 : BaseState(codec) {
7732 ACodec::BaseState::PortMode ACodec::OutputPortSettingsChangedState::getPortMode(
7780 handled = BaseState::onMessageReceived(msg);
7863 return BaseState::onOMXEvent(event, data1, data2);
7870 : BaseState(codec),
7894 handled = BaseState::onMessageReceived(msg);
7937 return BaseState::onOMXEvent(event, data1, data2);
7973 BaseState::onInputBufferFilled(msg);
7980 BaseState::onOutputBufferDrained(msg);
7988 : BaseState(codec) {
8011 handled = BaseState::onMessageReceived(msg);
8042 return BaseState::onOMXEvent(event, data1, data2);
8049 : BaseState(codec) {
8091 handled = BaseState::onMessageReceived(msg);
8158 return BaseState::onOMXEvent(event, data1, data2);
8165 BaseState::onOutputBufferDrained(msg);
8171 BaseState::onInputBufferFilled(msg);