Home
last modified time | relevance | path

Searched defs:videoState (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java131 public VideoProfile(@VideoState int videoState) { in VideoProfile()
141 public VideoProfile(@VideoState int videoState, @VideoQuality int quality) { in VideoProfile()
237 public static String videoStateToString(@VideoState int videoState) { in videoStateToString()
269 public static boolean isAudioOnly(@VideoState int videoState) { in isAudioOnly()
280 public static boolean isVideo(@VideoState int videoState) { in isVideo()
292 public static boolean isTransmissionEnabled(@VideoState int videoState) { in isTransmissionEnabled()
302 public static boolean isReceptionEnabled(@VideoState int videoState) { in isReceptionEnabled()
312 public static boolean isBidirectional(@VideoState int videoState) { in isBidirectional()
322 public static boolean isPaused(@VideoState int videoState) { in isPaused()
333 private static boolean hasState(@VideoState int videoState, @VideoState int state) { in hasState()
DConnectionRequest.java100 public @NonNull Builder setVideoState(int videoState) { in setVideoState()
211 int videoState) { in ConnectionRequest()
231 int videoState, in ConnectionRequest()
242 int videoState, in ConnectionRequest()
255 int videoState, in ConnectionRequest()
DCallControlCallback.java81 void onAnswer(@android.telecom.CallAttributes.CallType int videoState, in onAnswer()
DCallControl.java129 public void answer(@android.telecom.CallAttributes.CallType int videoState, in answer()
390 private void validateVideoState(@android.telecom.CallAttributes.CallType int videoState) { in validateVideoState()
DParcelableConnection.java71 int videoState, in ParcelableConnection()
104 int videoState, in ParcelableConnection()
DParcelableConference.java104 @VideoProfile.VideoState int videoState) { in setVideoAttributes()
166 int videoState, in ParcelableConference()
DInCallAdapter.java62 public void answerCall(String callId, int videoState) { in answerCall()
577 public void handoverTo(String callId, PhoneAccountHandle destAcct, int videoState, in handoverTo()
DConference.java66 public void onVideoStateChanged(Conference c, int videoState) { } in onVideoStateChanged()
381 public void onAnswer(@VideoProfile.VideoState int videoState) {} in onAnswer()
562 public final void setVideoState(Connection c, int videoState) { in setVideoState()
DTelecomManager.java1981 public void acceptRingingCall(int videoState) { in acceptRingingCall()
1986 mContext.getPackageName(), videoState); in acceptRingingCall() local
2625 public void acceptHandover(Uri srcAddr, @VideoProfile.VideoState int videoState, in acceptHandover()
DVideoCallImpl.java364 public void setVideoState(int videoState) { in setVideoState()
DParcelableCall.java181 public ParcelableCallBuilder setVideoState(int videoState) { in setVideoState()
362 int videoState, in ParcelableCall()
DRemoteConnection.java176 public void onVideoStateChanged(RemoteConnection connection, int videoState) {} in onVideoStateChanged()
947 public void answer(int videoState) { in answer()
1453 void setVideoState(final int videoState) { in setVideoState()
DCall.java1214 int videoState, in Details()
1757 public void answer(@VideoProfile.VideoState int videoState) { in answer()
2126 public void handoverTo(PhoneAccountHandle toHandle, @VideoProfile.VideoState int videoState, in handoverTo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPullCall.java35 void pullExternalCall(String number, int videoState, int dialogId); in pullExternalCall()
DImsExternalCallTracker.java314 int videoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType()); in createExternalConnection() local
461 private boolean isCallPullPermitted(boolean isNetworkPullable, int videoState) { in isCallPullPermitted()
DImsPhoneCallTracker.java1598 int videoState = dialArgs.videoState; in prepareForDialing() local
1643 int videoState = dialArgs.videoState; in startConference() local
1679 public Connection dial(String dialString, int videoState, Bundle intentExtras) throws in dial()
1702 int videoState = dialArgs.videoState; in dial() local
2036 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
2042 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
2174 public void acceptCall(int videoState) throws CallStateException { in acceptCall()
2593 private boolean canAddVideoCallDuringImsAudioCall(int videoState) { in canAddVideoCallDuringImsAudioCall()
5415 public void pullExternalCall(String number, int videoState, int dialogId) { in pullExternalCall()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DICallControl.aidl30 void answer(int videoState, String callId, in ResultReceiver callback); in answer()
DIInCallAdapter.aidl33 void answerCall(String callId, int videoState); in answerCall()
100 void handoverTo(String callId, in PhoneAccountHandle destAcct, int videoState, in handoverTo()
DICallEventCallback.aidl39 void onAnswer(String callId, int videoState, in ResultReceiver callback); in onAnswer()
DITelecomService.aidl232 void acceptRingingCallWithVideoState(String callingPackage, int videoState); in acceptRingingCallWithVideoState()
339 void acceptHandover(in Uri srcAddr, int videoState, in PhoneAccountHandle destAcct, in acceptHandover()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java112 public T setVideoState(int videoState) { in setVideoState()
142 public final int videoState; field in PhoneInternalInterface.DialArgs
356 void acceptCall(int videoState) throws CallStateException; in acceptCall()
DConnection.java109 public void onVideoStateChanged(int videoState); in onVideoStateChanged()
158 public void onVideoStateChanged(int videoState) {} in onVideoStateChanged()
1118 public void setVideoState(int videoState) { in setVideoState()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java969 public static int getCallTypeFromVideoState(int videoState) { in getCallTypeFromVideoState()
1089 private static boolean isVideoStateSet(int videoState, int videoStateToCheck) { in isVideoStateSet()
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCallMetadataSyncConnectionService.java411 public void onAnswer(int videoState) { in onAnswer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java306 ImsPhoneConnection conn, @VideoState int videoState) { in onVideoStateChange()
441 @VideoState int videoState = conn.getVideoState(); in addCall() local

12