Lines Matching refs:voiceCb

31 void RadioIndication::setResponseFunction(std::shared_ptr<aidl::IRadioVoiceIndication> voiceCb) {  in setResponseFunction()  argument
32 mVoiceCb = voiceCb; in setResponseFunction()
35 std::shared_ptr<aidl::IRadioVoiceIndication> RadioIndication::voiceCb() { in voiceCb() function in android::hardware::radio::compat::RadioIndication
42 voiceCb()->callRing(toAidl(type), isGsm, toAidl(record)); in callRing()
48 voiceCb()->callStateChanged(toAidl(type)); in callStateChanged()
55 voiceCb()->cdmaCallWaiting(toAidl(type), toAidl(callWaitingRecord)); in cdmaCallWaiting()
62 voiceCb()->cdmaInfoRec(toAidl(type), toAidl(records.infoRec)); in cdmaInfoRec()
69 voiceCb()->cdmaOtaProvisionStatus(toAidl(type), aidl::CdmaOtaProvisionStatus(status)); in cdmaOtaProvisionStatus()
76 voiceCb()->currentEmergencyNumberList(toAidl(type), toAidl(emergencyNumbers)); in currentEmergencyNumberList()
82 voiceCb()->enterEmergencyCallbackMode(toAidl(type)); in enterEmergencyCallbackMode()
88 voiceCb()->exitEmergencyCallbackMode(toAidl(type)); in exitEmergencyCallbackMode()
94 voiceCb()->indicateRingbackTone(toAidl(type), start); in indicateRingbackTone()
101 voiceCb()->onSupplementaryServiceIndication(toAidl(type), toAidl(ss)); in onSupplementaryServiceIndication()
108 voiceCb()->onUssd(toAidl(type), aidl::UssdModeType(modeType), msg); in onUssd()
114 voiceCb()->resendIncallMute(toAidl(type)); in resendIncallMute()
121 voiceCb()->srvccStateNotify(toAidl(type), aidl::SrvccState(state)); in srvccStateNotify()
128 voiceCb()->stkCallControlAlphaNotify(toAidl(type), alpha); in stkCallControlAlphaNotify()
134 voiceCb()->stkCallSetup(toAidl(type), timeout); in stkCallSetup()