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()
194 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureEnd()
296 if (const int status = RequireState(State::CONFIGURING)) { in EnableEventType()
DEvdevInjector.h113 enum class State { NEW, CONFIGURING, READY, CLOSED }; enumerator
/frameworks/av/media/libstagefright/include/
DMediaCodec.h213 CONFIGURING, enumerator
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1417 case CONFIGURING: in onMessageReceived()
1576 CHECK_EQ(mState, CONFIGURING); in onMessageReceived()
2001 setState(CONFIGURING); in onMessageReceived()