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

/hardware/ril/include/telephony/
H A Dril.h303 } RIL_SIM_IO_Response; typedef in typeref:struct:__anon585
1727 * "response" is a const RIL_SIM_IO_Response *
3425 * "response" is a const RIL_SIM_IO_Response *
/hardware/ril/reference-ril/
H A Dril.h303 } RIL_SIM_IO_Response; typedef in typeref:struct:__anon728
1727 * "response" is a const RIL_SIM_IO_Response *
3425 * "response" is a const RIL_SIM_IO_Response *
H A Dreference-ril.c1698 RIL_SIM_IO_Response sr;
/hardware/ril/libril/
H A Dril.cpp1695 if (responselen != sizeof (RIL_SIM_IO_Response) ) {
1697 (int)responselen, (int)sizeof (RIL_SIM_IO_Response));
1701 RIL_SIM_IO_Response *p_cur = (RIL_SIM_IO_Response *) response;

Completed in 35 milliseconds