Searched refs:toa (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 425 int toa; /* type of address, eg 145 = intl */ member 686 int toa; /* "type" from TS 27.007 7.11 */ member
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.h | 461 int toa; /* type of address, eg 145 = intl */ member 762 int toa; /* "type" from TS 27.007 7.11 */ member
|
D | ril_service.cpp | 931 cf.toa = callInfo.toa; in dispatchCallForwardStatus() 5215 calls[i].base.base.toa = p_cur->toa; in getCurrentCallsResponse() 5249 calls[i].base.toa = p_cur->toa; in getCurrentCallsResponse() 5282 calls[i].toa = p_cur->toa; in getCurrentCallsResponse() 7251 callForwardInfos[i].toa = resp->toa; in getCallForwardStatusResponse() 13039 cfInfo->toa = cf.toa; in onSupplementaryServiceIndicationInd() 13045 cf.reason, cf.serviceClass, cf.toa, (char*)cf.number, cf.timeSeconds); in onSupplementaryServiceIndicationInd()
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 516 err = at_tok_nextint(&line, &p_call->toa); in callFromCLCCLine() 3662 err = at_tok_nextint(&line, &p_forward->toa); 3706 data->toa, 3751 data->toa, data->number ? data->number : "", data->serviceClass);
|