Home
last modified time | relevance | path

Searched refs:RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/libril/
Dril_unsol_commands.h18 {RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED, radio_1_5::callStateChangedInd, WAKE_PARTIAL},
Dril.cpp1176 case RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED: return "UNSOL_RESPONSE_CALL_STATE_CHANGED"; in requestToString()
Dril.h6784 #define RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED 1001 macro
/device/generic/goldfish/radio/libril/
Dril_unsol_commands.h18 {RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED, radio::callStateChangedInd, WAKE_PARTIAL},
Dril.cpp1166 case RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED: return "UNSOL_RESPONSE_CALL_STATE_CHANGED"; in requestToString()
/device/generic/goldfish/radio/ril/
Dril.h6393 #define RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED 1001 macro
Dreference-ril.c949 RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED, in sendCallStateChanged()
3862 RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED,
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp501 gce_ril_env->OnUnsolicitedResponse(RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED, in simulate_pending_calls_answered()