Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dsup_service.h87 int timeSeconds; // for CF no reply only member
91 timeSeconds(0){}; in CallForwardInfo()
Dsup_service.cpp217 ss << ",,," << iter->timeSeconds; in HandleCallForward()
234 ss << ",,," << call_forward_infos_[reason].timeSeconds; in HandleCallForward()
252 call_forward_infos_[reason].timeSeconds = cmd.GetNextInt(); in HandleCallForward()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c3055 err = at_tok_nextint(&line, &p_forward->timeSeconds);
3057 p_forward->timeSeconds = 0;
3091 if (data->timeSeconds != 0 && data->status == 3) {
3093 data->timeSeconds);
3096 if (data->timeSeconds != 0 && data->status == 3) {
3098 data->timeSeconds);
/device/generic/goldfish/radio/ril/
Dril.h689 int timeSeconds; /* for CF no reply only */ member
/device/generic/goldfish/radio/include/telephony/
Dril.h688 int timeSeconds; /* for CF no reply only */ member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h738 int timeSeconds; /* for CF no reply only */ member
Dril_service.cpp813 cf.timeSeconds = callInfo.timeSeconds; in dispatchCallForwardStatus()
5304 callForwardInfos[i].timeSeconds = resp->timeSeconds; in getCallForwardStatusResponse()
9758 cfInfo->timeSeconds = cf.timeSeconds; 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.h741 int timeSeconds; /* for CF no reply only */ member
Dril_service.cpp824 cf.timeSeconds = callInfo.timeSeconds; in dispatchCallForwardStatus()
5551 callForwardInfos[i].timeSeconds = resp->timeSeconds; in getCallForwardStatusResponse()
10387 cfInfo->timeSeconds = cf.timeSeconds; in onSupplementaryServiceIndicationInd()
10391 cf.reason, cf.serviceClass, cf.toa, (char*)cf.number, cf.timeSeconds); in onSupplementaryServiceIndicationInd()
/device/generic/goldfish/radio/libril/
Dril_service.cpp710 cf.timeSeconds = callInfo.timeSeconds; in dispatchCallForwardStatus()
4351 callForwardInfos[i].timeSeconds = resp->timeSeconds; in getCallForwardStatusResponse()
8383 cfInfo->timeSeconds = cf.timeSeconds; in onSupplementaryServiceIndicationInd()
8387 cf.reason, cf.serviceClass, cf.toa, (char*)cf.number, cf.timeSeconds); in onSupplementaryServiceIndicationInd()