Home
last modified time | relevance | path

Searched refs:RIL_RadioState (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/ril/include/telephony/
H A Dril.h243 } RIL_RadioState; typedef
7051 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);
7077 typedef RIL_RadioState (*RIL_RadioStateRequest)();
/aosp12/hardware/ril/reference-ril/
H A Dril.h243 } RIL_RadioState; typedef
7051 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);
7077 typedef RIL_RadioState (*RIL_RadioStateRequest)();
H A Dreference-ril.c184 static RIL_RadioState currentState();
214 static RIL_RadioState sState = RADIO_STATE_UNAVAILABLE;
263 static void setRadioState(RIL_RadioState newState);
2752 static RIL_RadioState
2804 setRadioState(RIL_RadioState newState)
2807 RIL_RadioState oldState;
/aosp12/hardware/ril/libril/
H A Dril.cpp102 extern "C" const char * radioStateToString(RIL_RadioState);
990 radioStateToString(RIL_RadioState s) { in radioStateToString()