Searched refs:isMT (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish/radio/ril/ |
D | ril.h | 428 char isMT; /* nonzero if call is mobile terminated */ member
|
D | reference-ril.c | 334 err = at_tok_nextbool(&line, &(p_call->isMT)); in callFromCLCCLine()
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 427 char isMT; /* nonzero if call is mobile terminated */ member
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril.h | 437 char isMT; /* nonzero if call is mobile terminated */ member
|
D | ril_service.cpp | 4225 calls[i].isMT = p_cur->isMT; in getCurrentCallsResponse() 8668 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd() 8676 suppSvc.isMT, suppSvc.code, suppSvc.index, suppSvc.type); in suppSvcNotifyInd()
|
/device/google/cuttlefish/guest/hals/ril/ |
D | cuttlefish_ril.cpp | 469 p_calls->isMT = iter->second.isMobileTerminated; in request_get_current_calls() 480 p_calls->name, p_calls->number, p_calls->isVoice, p_calls->isMT, in request_get_current_calls()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.h | 440 char isMT; /* nonzero if call is mobile terminated */ member
|
D | ril_service.cpp | 4399 calls[i].isMT = p_cur->isMT; in getCurrentCallsResponse() 8978 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd() 8986 suppSvc.isMT, suppSvc.code, suppSvc.index, suppSvc.type); in suppSvcNotifyInd()
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 3261 calls[i].isMT = p_cur->isMT; in getCurrentCallsResponse() 7292 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd() 7300 suppSvc.isMT, suppSvc.code, suppSvc.index, suppSvc.type); in suppSvcNotifyInd()
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 445 err = at_tok_nextbool(&line, &(p_call->isMT)); in callFromCLCCLine()
|