Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h243 } RIL_RadioState; typedef
7051 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);
7077 typedef RIL_RadioState (*RIL_RadioStateRequest)();
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h277 } RIL_RadioState; typedef
8391 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);
8417 typedef RIL_RadioState (*RIL_RadioStateRequest)();
Dril.cpp102 extern "C" const char * radioStateToString(RIL_RadioState);
1036 radioStateToString(RIL_RadioState s) { in radioStateToString()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c293 static RIL_RadioState currentState();
326 static RIL_RadioState sState = RADIO_STATE_UNAVAILABLE;
421 static void setRadioState(RIL_RadioState newState);
5195 static RIL_RadioState
5247 setRadioState(RIL_RadioState newState)
5250 RIL_RadioState oldState;