Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h425 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/
Dril.h461 int toa; /* type of address, eg 145 = intl */ member
762 int toa; /* "type" from TS 27.007 7.11 */ member
Dril_service.cpp931 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/
Dreference-ril.c516 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);