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.cpp1804 case CONFIGURING: in onMessageReceived()
1995 CHECK_EQ(mState, CONFIGURING); in onMessageReceived()
2460 setState(CONFIGURING); in onMessageReceived()
2677 || mState == CONFIGURING || mState == STARTING) { in onMessageReceived()
3656 case CONFIGURING: rval = "CONFIGURING"; break; in stateString()