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

/hardware/ril/include/telephony/
H A Dril.h550 } RIL_SuppSvcNotification; typedef in typeref:struct:__anon2404
4270 * "data" is a const RIL_SuppSvcNotification *
/hardware/ril/reference-ril/
H A Dril.h550 } RIL_SuppSvcNotification; typedef in typeref:struct:__anon2569
4270 * "data" is a const RIL_SuppSvcNotification *
/hardware/ril/libril/
H A Dril.cpp2490 if (responselen != sizeof(RIL_SuppSvcNotification)) {
2492 (int)responselen, (int)sizeof (RIL_SuppSvcNotification));
2496 RIL_SuppSvcNotification *p_cur = (RIL_SuppSvcNotification *) response;

Completed in 49 milliseconds