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.h215 CONFIGURING, enumerator
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1792 case CONFIGURING: in onMessageReceived()
1972 CHECK_EQ(mState, CONFIGURING); in onMessageReceived()
2407 setState(CONFIGURING); in onMessageReceived()
3597 case CONFIGURING: rval = "CONFIGURING"; break; in stateString()