Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h426 int toa; /* type of address, eg 145 = intl */ member
687 int toa; /* "type" from TS 27.007 7.11 */ member
Dreference-ril.c365 err = at_tok_nextint(&line, &p_call->toa); in callFromCLCCLine()
/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/libril/
Dril.h435 int toa; /* type of address, eg 145 = intl */ member
736 int toa; /* "type" from TS 27.007 7.11 */ member
Dril_service.cpp812 cf.toa = callInfo.toa; in dispatchCallForwardStatus()
4223 calls[i].toa = p_cur->toa; in getCurrentCallsResponse()
5302 callForwardInfos[i].toa = resp->toa; in getCallForwardStatusResponse()
9756 cfInfo->toa = cf.toa; in onSupplementaryServiceIndicationInd()
9762 cf.reason, cf.serviceClass, cf.toa, (char*)cf.number, cf.timeSeconds); in onSupplementaryServiceIndicationInd()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h438 int toa; /* type of address, eg 145 = intl */ member
739 int toa; /* "type" from TS 27.007 7.11 */ member
Dril_service.cpp823 cf.toa = callInfo.toa; in dispatchCallForwardStatus()
4397 calls[i].toa = p_cur->toa; in getCurrentCallsResponse()
5549 callForwardInfos[i].toa = resp->toa; in getCallForwardStatusResponse()
10385 cfInfo->toa = cf.toa; in onSupplementaryServiceIndicationInd()
10391 cf.reason, cf.serviceClass, cf.toa, (char*)cf.number, cf.timeSeconds); in onSupplementaryServiceIndicationInd()
/device/generic/goldfish/radio/libril/
Dril_service.cpp709 cf.toa = callInfo.toa; in dispatchCallForwardStatus()
3259 calls[i].toa = p_cur->toa; in getCurrentCallsResponse()
4349 callForwardInfos[i].toa = resp->toa; in getCallForwardStatusResponse()
8381 cfInfo->toa = cf.toa; in onSupplementaryServiceIndicationInd()
8387 cf.reason, cf.serviceClass, cf.toa, (char*)cf.number, cf.timeSeconds); in onSupplementaryServiceIndicationInd()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp467 p_calls->toa = iter->second.isInternational ? 145 : 129; in request_get_current_calls()
481 p_calls->toa, p_calls->state, p_calls->index); in request_get_current_calls()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c476 err = at_tok_nextint(&line, &p_call->toa); in callFromCLCCLine()
3041 err = at_tok_nextint(&line, &p_forward->toa);
3085 data->toa,
3130 data->toa, data->number ? data->number : "", data->serviceClass);