Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A 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()
H A 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()
H A DCallControlCallback.java81 void onAnswer(@android.telecom.CallAttributes.CallType int videoState, in onAnswer()
H A 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()
H A DParcelableConnection.java71 int videoState, in ParcelableConnection()
104 int videoState, in ParcelableConnection()
H A DInCallAdapter.java62 public void answerCall(String callId, int videoState) { in answerCall()
577 public void handoverTo(String callId, PhoneAccountHandle destAcct, int videoState, in handoverTo()
H A DParcelableConference.java104 @VideoProfile.VideoState int videoState) { in setVideoAttributes()
166 int videoState, in ParcelableConference()
H A 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()
H A 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()
H A DVideoCallImpl.java364 public void setVideoState(int videoState) { in setVideoState()
H A 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()
H A DParcelableCall.java181 public ParcelableCallBuilder setVideoState(int videoState) { in setVideoState()
362 int videoState, in ParcelableCall()
H A 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()
H A DConnectionServiceAdapter.java433 void setVideoState(String callId, int videoState) { in setVideoState()
H A DParcelableCallAnalytics.java57 public VideoEvent(int eventName, long timeSinceLastEvent, int videoState) { in VideoEvent()
H A DConnection.java1266 public void onVideoStateChanged(Connection c, int videoState) {} in onVideoStateChanged()
2620 public final void setVideoState(int videoState) { in setVideoState()
3419 public void onAnswer(int videoState) {} in onAnswer()
H A DConnectionService.java2556 private void answerVideo(String callId, int videoState) { in answerVideo()
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DICallControl.aidl30 void answer(int videoState, String callId, in ResultReceiver callback); in answer()
H A DIInCallAdapter.aidl33 void answerCall(String callId, int videoState); in answerCall()
100 void handoverTo(String callId, in PhoneAccountHandle destAcct, int videoState, in handoverTo()
H A DICallEventCallback.aidl39 void onAnswer(String callId, int videoState, in ResultReceiver callback); in onAnswer()
H A DITelecomService.aidl232 void acceptRingingCallWithVideoState(String callingPackage, int videoState); in acceptRingingCallWithVideoState()
339 void acceptHandover(in Uri srcAddr, int videoState, in PhoneAccountHandle destAcct, in acceptHandover()
H A DIConnectionServiceAdapter.aidl94 void setVideoState(String callId, int videoState, in Session.Info sessionInfo); in setVideoState()
H A DIConnectionService.aidl74 void answerVideo(String callId, int videoState, in Session.Info sessionInfo); in answerVideo()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java969 public static int getCallTypeFromVideoState(int videoState) { in getCallTypeFromVideoState()
1089 private static boolean isVideoStateSet(int videoState, int videoStateToCheck) { in isVideoStateSet()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
H A DCallMetadataSyncConnectionService.java411 public void onAnswer(int videoState) { in onAnswer()

12