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

/hardware/ril/include/telephony/
H A Dril.h688 }RIL_CallForwardInfo; typedef in typeref:struct:__anon5716
1831 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
3209 * "data" is const RIL_CallForwardInfo *
3211 * "response" is const RIL_CallForwardInfo **
3212 * "response" points to an array of RIL_CallForwardInfo *'s, one for
3216 * to +18005559999, then two separate RIL_CallForwardInfo's should be returned
3219 * a single RIL_CallForwardInfo can be returned with the service class
3247 * "data" is const RIL_CallForwardInfo *
/hardware/ril/reference-ril/
H A Dril.h688 }RIL_CallForwardInfo; typedef in typeref:struct:__anon5935
1831 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
3209 * "data" is const RIL_CallForwardInfo *
3211 * "response" is const RIL_CallForwardInfo **
3212 * "response" points to an array of RIL_CallForwardInfo *'s, one for
3216 * to +18005559999, then two separate RIL_CallForwardInfo's should be returned
3219 * a single RIL_CallForwardInfo can be returned with the service class
3247 * "data" is const RIL_CallForwardInfo *
/hardware/ril/libril/
H A Dril_service.cpp671 RIL_CallForwardInfo cf;
4222 || responseLen % sizeof(RIL_CallForwardInfo *) != 0) {
4226 int num = responseLen / sizeof(RIL_CallForwardInfo *);
4229 RIL_CallForwardInfo *resp = ((RIL_CallForwardInfo **) response)[i];
8221 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i];

Completed in 106 milliseconds