Home | History | Annotate | Download | only in libril

Lines Matching refs:RIL_HardwareConfig

3600    if (responselen % sizeof(RIL_HardwareConfig) != 0) {
3602 (int)responselen, (int)sizeof(RIL_HardwareConfig));
3606 int num = responselen / sizeof(RIL_HardwareConfig);
3608 RIL_HardwareConfig *p_cur = (RIL_HardwareConfig *) response;