Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h243 } RIL_RadioState; typedef
7056 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);
7082 typedef RIL_RadioState (*RIL_RadioStateRequest)();
Dreference-ril.c206 static RIL_RadioState currentState();
236 static RIL_RadioState sState = RADIO_STATE_UNAVAILABLE;
295 static void setRadioState(RIL_RadioState newState);
3078 static RIL_RadioState
3130 setRadioState(RIL_RadioState newState)
3133 RIL_RadioState oldState;
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h253 } RIL_RadioState; typedef
7444 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);
7470 typedef RIL_RadioState (*RIL_RadioStateRequest)();
Dril.cpp102 extern "C" const char * radioStateToString(RIL_RadioState);
994 radioStateToString(RIL_RadioState s) { in radioStateToString()
/device/generic/goldfish/radio/libril/
Dril.cpp102 extern "C" const char * radioStateToString(RIL_RadioState);
990 radioStateToString(RIL_RadioState s) { in radioStateToString()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp69 RIL_RadioState gRadioPowerState = RADIO_STATE_OFF;
341 static void set_radio_state(RIL_RadioState new_state, RIL_Token t) { in set_radio_state()
1361 static RIL_RadioState gce_ril_current_state() { in gce_ril_current_state()