Home
last modified time | relevance | path

Searched refs:RIL_SuppSvcNotification (Results 1 – 3 of 3) sorted by relevance

/hardware/ril/include/telephony/
Dril.h550 } RIL_SuppSvcNotification; typedef
/hardware/ril/reference-ril/
Dril.h550 } RIL_SuppSvcNotification; typedef
/hardware/ril/libril/
Dril.cpp2490 if (responselen != sizeof(RIL_SuppSvcNotification)) { in responseSsn()
2492 (int)responselen, (int)sizeof (RIL_SuppSvcNotification)); in responseSsn()
2496 RIL_SuppSvcNotification *p_cur = (RIL_SuppSvcNotification *) response; in responseSsn()