Lines Matching refs:state
270 static int clccStateToRILState(int state, RIL_CallState *p_state)
273 switch(state) {
291 // index,isMT,state,mode,isMpty(,number,TOA)?
294 int state;
306 err = at_tok_nextint(&line, &state);
309 err = clccStateToRILState(state, &(p_call->state));
370 enum InterfaceState state) {
392 if ((state == kInterfaceUp && isUp) || (state == kInterfaceDown && !isUp)) {
393 // Interface already in desired state
883 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING
884 || p_calls[countValidCalls].state == RIL_CALL_WAITING
890 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
891 && p_calls[countValidCalls].state != RIL_CALL_HOLDING
914 && p_calls[i].state == RIL_CALL_ACTIVE
1535 RLOGD("registration state type: 3GPP2");
1555 RLOGD("registration state type: 3GPP");
2798 * Synchronous call from the RIL to us to return current radio state.
2799 * RADIO_STATE_UNAVAILABLE should be the initial state.
2863 // If we're closed, the only reasonable state is
2866 // may attempt to change the radio state after the closed
2884 // Sim state can change as result of radio state change
3516 * This is OK because the RIL library will poll for initial state
3616 char state = 0;
3627 if (at_tok_nextbool(&p, &state) < 0) {
3634 unsol = state ?