Searched refs:mHalSession (Results 1 – 1 of 1) sorted by relevance
86 private IImsMediaSession mHalSession; field in AudioSession372 mHalSession.modifySession(Utils.convertToRtpConfig(config)); in handleModifySession()384 mHalSession.modifySession(Utils.convertToRtpConfig(config)); in handleAddConfig()408 mHalSession.sendDtmf(digit, duration); in handleSendDtmf()420 mHalSession.startDtmf(digit); in handleStartDtmf()432 mHalSession.stopDtmf(); in handleStopDtmf()445 mHalSession.sendHeaderExtension(halExtensions); in handleSendRtpHeaderExtension()457 mHalSession.setMediaQualityThreshold(Utils.convertMediaQualityThreshold(threshold)); in handleSetMediaQualityThreshold()485 mHalSession = (IImsMediaSession) session; in handleOpenSuccess()