Searched refs:RadioState (Results 1 – 17 of 17) sorted by relevance
29 oneway radioStateChanged(RadioIndicationType type, RadioState radioState);448 * 1) RadioState:ON->RadioState:UNAVAILABLE->RadioState:ON or449 * 2) RadioState:OFF->RadioState:UNAVAILABLE->RadioState:OFF450 * This message must be sent either just before the Radio State changes to RadioState:UNAVAILABLE451 * or just after but must never be sent after the Radio State changes from RadioState:UNAVAILABLE452 * to RadioState:ON/RadioState:OFF again.453 * It must NOT be sent after the Radio state changes to RadioState:ON/RadioState:OFF after the
233 enum RadioState : int32_t {
22 RadioState /*radioState*/) { in radioStateChanged() argument
409 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
38 RadioState /*radioState*/) { in radioStateChanged() argument
430 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
71 RadioState /*radioState*/) { in radioStateChanged() argument
524 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
72 RadioState /*radioState*/) { in radioStateChanged() argument
499 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
111 RadioState /*radioState*/) { in radioStateChanged() argument
593 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
152 RadioState /*radioState*/) { in radioStateChanged() argument
690 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
154 RadioState /*radioState*/) { in radioStateChanged() argument
695 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
6870 RadioState radioState = in radioStateChangedInd()6871 (RadioState) CALL_ONSTATEREQUEST(slotId); in radioStateChangedInd()