Searched refs:RadioState (Results 1 – 17 of 17) sorted by relevance
29 oneway radioStateChanged(RadioIndicationType type, RadioState radioState);451 * 1) RadioState:ON->RadioState:UNAVAILABLE->RadioState:ON or452 * 2) RadioState:OFF->RadioState:UNAVAILABLE->RadioState:OFF453 * This message must be sent either just before the Radio State changes to RadioState:UNAVAILABLE454 * or just after but must never be sent after the Radio State changes from RadioState:UNAVAILABLE455 * to RadioState:ON/RadioState:OFF again.456 * It must NOT be sent after the Radio state changes to RadioState:ON/RadioState:OFF after the
237 enum RadioState : int32_t {
22 RadioState /*radioState*/) { in radioStateChanged() argument
421 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
38 RadioState /*radioState*/) { in radioStateChanged() argument
441 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
72 RadioState /*radioState*/) { in radioStateChanged() argument
507 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
71 RadioState /*radioState*/) { in radioStateChanged() argument
534 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
111 RadioState /*radioState*/) { in radioStateChanged() argument
601 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
152 RadioState /*radioState*/) { in radioStateChanged() argument
700 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
177 RadioState /*radioState*/) { in radioStateChanged() argument
968 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
6745 RadioState radioState = in radioStateChangedInd()6746 (RadioState) CALL_ONSTATEREQUEST(slotId); in radioStateChangedInd()