Home
last modified time | relevance | path

Searched refs:CONFIGURING (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp85 state_ = State::CONFIGURING; in ConfigureBegin()
102 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureInputProperty()
118 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureKey()
140 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureAbs()
177 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureRel()
213 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureEnd()
319 if (const int status = RequireState(State::CONFIGURING)) { in EnableEventType()
DEvdevInjector.h119 enum class State { NEW, CONFIGURING, READY, CLOSED }; enumerator
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h216 CONFIGURING, enumerator
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1892 case CONFIGURING: in onMessageReceived()
2088 CHECK_EQ(mState, CONFIGURING); in onMessageReceived()
2559 setState(CONFIGURING); in onMessageReceived()
2776 || mState == CONFIGURING || mState == STARTING) { in onMessageReceived()
3753 case CONFIGURING: rval = "CONFIGURING"; break; in stateString()