• Home
  • Raw
  • Download

Lines Matching refs:mConnectionService

634     private IConnectionService mConnectionService;  field in RemoteConnection
673 mConnectionService = connectionService; in RemoteConnection()
691 mConnectionService = connectionService; in RemoteConnection()
919 mConnectionService.abort(mConnectionId, Log.getExternalSession( in abort()
935 mConnectionService.answer(mConnectionId, Log.getExternalSession( in answer()
953 mConnectionService.answerVideo(mConnectionId, videoState, in answer()
969 mConnectionService.reject(mConnectionId, Log.getExternalSession( in reject()
985 mConnectionService.hold(mConnectionId, Log.getExternalSession( in hold()
1001 mConnectionService.unhold(mConnectionId, Log.getExternalSession( in unhold()
1017 mConnectionService.disconnect(mConnectionId, Log.getExternalSession( in disconnect()
1039 mConnectionService.playDtmfTone(mConnectionId, digit, null /*Session.Info*/); in playDtmfTone()
1058 mConnectionService.stopDtmfTone(mConnectionId, null /*Session.Info*/); in stopDtmfTone()
1091 mConnectionService.onPostDialContinue(mConnectionId, proceed, in postDialContinue()
1110 mConnectionService.pullExternalCall(mConnectionId, null /*Session.Info*/); in pullExternalCall()
1128 mConnectionService.addConferenceParticipants(mConnectionId, participants, in addConferenceParticipants()
1157 mConnectionService.onCallAudioStateChanged(mConnectionId, state, in setCallAudioState()
1176 mConnectionService.startRtt(mConnectionId, rttTextStream.getFdFromInCall(), in startRtt()
1194 mConnectionService.stopRtt(mConnectionId, null /*Session.Info*/); in stopRtt()
1216 mConnectionService.onCallFilteringCompleted(mConnectionId, completionInfo, in onCallFilteringCompleted()
1239 mConnectionService.respondToRttUpgradeRequest(mConnectionId, in sendRttUpgradeResponse()
1242 mConnectionService.respondToRttUpgradeRequest(mConnectionId, in sendRttUpgradeResponse()
1297 return mConnectionService; in getConnectionService()