Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h427 char isMT; /* nonzero if call is mobile terminated */ member
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h463 char isMT; /* nonzero if call is mobile terminated */ member
Dril_service.cpp5217 calls[i].base.base.isMT = p_cur->isMT; in getCurrentCallsResponse()
5251 calls[i].base.isMT = p_cur->isMT; in getCurrentCallsResponse()
5284 calls[i].isMT = p_cur->isMT; in getCurrentCallsResponse()
11287 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd()
11295 suppSvc.isMT, suppSvc.code, suppSvc.index, suppSvc.type); in suppSvcNotifyInd()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c485 err = at_tok_nextbool(&line, &(p_call->isMT)); in callFromCLCCLine()