Searched refs:toa (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish/radio/ril/ |
D | ril.h | 426 int toa; /* type of address, eg 145 = intl */ member 687 int toa; /* "type" from TS 27.007 7.11 */ member
|
D | reference-ril.c | 365 err = at_tok_nextint(&line, &p_call->toa); in callFromCLCCLine()
|
/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/libril/ |
D | ril.h | 435 int toa; /* type of address, eg 145 = intl */ member 736 int toa; /* "type" from TS 27.007 7.11 */ member
|
D | ril_service.cpp | 812 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/ |
D | ril.h | 438 int toa; /* type of address, eg 145 = intl */ member 739 int toa; /* "type" from TS 27.007 7.11 */ member
|
D | ril_service.cpp | 823 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/ |
D | ril_service.cpp | 709 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/ |
D | cuttlefish_ril.cpp | 467 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/ |
D | reference-ril.c | 476 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);
|