Lines Matching full:state
57 //Retrieves the current Adapter state
59 //Retrieves the next Adapter state
62 // Rolls the state machine back to INTIALIZED_STATE from the current state
66 //The first two methods will try to switch the adapter state.
68 //call to commitState(). If the state switch fails, then it will
69 //get reset to the previous state via rollbackState().
74 // Retrieves the current Adapter state - for internal use (not locked)
75 virtual status_t getState(AdapterState &state);
76 // Retrieves the next Adapter state - for internal use (not locked)
77 virtual status_t getNextState(AdapterState &state);
203 //Lock protecting the Adapter state