Home
last modified time | relevance | path

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

/hardware/ril/include/telephony/
Dril.h419 } RIL_SIM_IO_Response; typedef
/hardware/ril/reference-ril/
Dril.h419 } RIL_SIM_IO_Response; typedef
Dreference-ril.c1787 RIL_SIM_IO_Response sr;
/hardware/ril/libril/
Dril.cpp2424 if (responselen != sizeof (RIL_SIM_IO_Response) ) { in responseSIM_IO()
2426 (int)responselen, (int)sizeof (RIL_SIM_IO_Response)); in responseSIM_IO()
2430 RIL_SIM_IO_Response *p_cur = (RIL_SIM_IO_Response *) response; in responseSIM_IO()