Searched refs:videoState (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java80 * if (videoState == VideoProfile.STATE_AUDIO_ONLY) {
91 * if (VideoProfile.isAudioOnly(videoState)) {
126 * @param videoState The video state.
128 public VideoProfile(@VideoState int videoState) { argument
129 this(videoState, QUALITY_DEFAULT);
135 * @param videoState The video state.
138 public VideoProfile(@VideoState int videoState, @VideoQuality int quality) { argument
139 mVideoState = videoState;
220 sb.append("[VideoProfile videoState = ");
231 * @param videoState Th
234 videoStateToString(@ideoState int videoState) argument
263 isAudioOnly(@ideoState int videoState) argument
274 isVideo(@ideoState int videoState) argument
286 isTransmissionEnabled(@ideoState int videoState) argument
296 isReceptionEnabled(@ideoState int videoState) argument
306 isBidirectional(@ideoState int videoState) argument
316 isPaused(@ideoState int videoState) argument
327 hasState(@ideoState int videoState, @VideoState int state) argument
[all...]
H A DConnectionRequest.java53 * @param videoState Determines the video state for the connection.
59 int videoState) {
60 this(accountHandle, handle, extras, videoState, null);
67 * @param videoState Determines the video state for the connection.
75 int videoState,
80 mVideoState = videoState;
55 ConnectionRequest( PhoneAccountHandle accountHandle, Uri handle, Bundle extras, int videoState) argument
71 ConnectionRequest( PhoneAccountHandle accountHandle, Uri handle, Bundle extras, int videoState, String telecomCallId) argument
H A DParcelableConference.java52 int videoState,
63 mVideoState = videoState;
143 int videoState = source.readInt();
149 connectionIds, videoCallProvider, videoState, connectTimeMillis, statusHints,
45 ParcelableConference( PhoneAccountHandle phoneAccount, int state, int connectionCapabilities, int connectionProperties, List<String> connectionIds, IVideoProvider videoProvider, int videoState, long connectTimeMillis, StatusHints statusHints, Bundle extras) argument
H A DParcelableCall.java81 int videoState,
104 mVideoState = videoState;
298 int videoState = source.readInt();
324 videoState,
61 ParcelableCall( String id, int state, DisconnectCause disconnectCause, List<String> cannedSmsResponses, int capabilities, int properties, int supportedAudioRoutes, long connectTimeMillis, Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, GatewayInfo gatewayInfo, PhoneAccountHandle accountHandle, boolean isVideoCallProviderChanged, IVideoProvider videoCallProvider, String parentCallId, List<String> childCallIds, StatusHints statusHints, int videoState, List<String> conferenceableCallIds, Bundle intentExtras, Bundle extras) argument
H A DParcelableConnection.java67 int videoState,
85 mVideoState = videoState;
210 int videoState = source.readInt();
233 videoState,
56 ParcelableConnection( PhoneAccountHandle phoneAccount, int state, int capabilities, int properties, int supportedAudioRoutes, Uri address, int addressPresentation, String callerDisplayName, int callerDisplayNamePresentation, IVideoProvider videoProvider, int videoState, boolean ringbackRequested, boolean isVoipAudioMode, long connectTimeMillis, StatusHints statusHints, DisconnectCause disconnectCause, List<String> conferenceableConnectionIds, Bundle extras) argument
H A DInCallAdapter.java53 * @param videoState The video state in which to answer the call.
55 public void answerCall(String callId, int videoState) { argument
57 mAdapter.answerCall(callId, videoState);
H A DRemoteConnection.java169 * @param videoState The new video state of the {@code RemoteConnection}.
171 public void onVideoStateChanged(RemoteConnection connection, int videoState) {} argument
878 * @param videoState The video state in which to answer the call.
881 public void answer(int videoState) { argument
884 mConnectionService.answerVideo(mConnectionId, videoState);
1229 void setVideoState(final int videoState) { argument
1230 mVideoState = videoState;
1237 callback.onVideoStateChanged(connection, videoState);
H A DConnectionService.java158 public void answerVideo(String callId, int videoState) {
161 args.argi1 = videoState;
331 int videoState = args.argi1;
332 answerVideo(callId, videoState);
508 public void onVideoStateChanged(Conference c, int videoState) {
510 Log.d(this, "onVideoStateChanged set video state %d", videoState);
511 mAdapter.setVideoState(id, videoState);
585 public void onVideoStateChanged(Connection c, int videoState) {
587 Log.d(this, "Adapter set video state %d", videoState);
588 mAdapter.setVideoState(id, videoState);
804 answerVideo(String callId, int videoState) argument
[all...]
H A DConnectionServiceAdapter.java386 * @param videoState The video state.
388 void setVideoState(String callId, int videoState) { argument
389 Log.v(this, "setVideoState: %d", videoState);
392 adapter.setVideoState(callId, videoState);
H A DConference.java59 public void onVideoStateChanged(Conference c, int videoState) { } argument
475 * @param videoState The new video state.
477 public final void setVideoState(Connection c, int videoState) { argument
479 this, c, videoState);
481 l.onVideoStateChanged(this, videoState);
H A DVideoCallImpl.java335 * @param videoState the new video state.
337 public void setVideoState(int videoState) { argument
338 mVideoState = videoState;
H A DParcelableCallAnalytics.java57 public VideoEvent(int eventName, long timeSinceLastEvent, int videoState) { argument
60 mVideoState = videoState;
H A DConnection.java717 public void onVideoStateChanged(Connection c, int videoState) {} argument
1762 * @param videoState The new video state.
1764 public final void setVideoState(int videoState) { argument
1766 Log.d(this, "setVideoState %d", videoState);
1767 mVideoState = videoState;
2346 * @param videoState The video state in which to answer the connection.
2348 public void onAnswer(int videoState) {} argument
H A DRemoteConnectionService.java288 public void setVideoState(String callId, int videoState) {
290 .setVideoState(videoState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPullCall.java33 * @param videoState The video state of the call to be pulled.
37 void pullExternalCall(String number, int videoState, int dialogId); argument
H A DImsExternalCallTracker.java307 int videoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType());
309 boolean isCallPullPermitted = isCallPullPermitted(state.isCallPullable(), videoState);
314 connection.setVideoState(videoState);
322 + " ; isVideo = " + VideoProfile.isVideo(videoState)
451 * @param videoState the VideoState of the external call.
454 private boolean isCallPullPermitted(boolean isNetworkPullable, int videoState) { argument
455 if (VideoProfile.isVideo(videoState) && !mIsVideoCapable) {
H A DImsPhoneCallTracker.java449 public Connection dial(String dialString, int videoState, Bundle intentExtras) throws argument
453 return dial(dialString, oirMode, videoState, intentExtras);
460 dial(String dialString, int clirMode, int videoState, Bundle intentExtras) argument
484 if (isEmergencyNumber && VideoProfile.isVideo(videoState) &&
487 videoState = VideoProfile.STATE_AUDIO_ONLY;
503 mPendingCallVideoState = videoState;
532 mPendingMO.setVideoState(videoState);
538 dialInternal(mPendingMO, clirMode, videoState, intentExtras);
548 mPendingCallVideoState = videoState;
638 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, argument
719 acceptCall(int videoState) argument
2646 pullExternalCall(String number, int videoState, int dialogId) argument
[all...]
H A DImsPhone.java286 acceptCall(int videoState) throws CallStateException { argument
287 mCT.acceptCall(videoState);
542 dial(String dialString, int videoState) throws CallStateException { argument
543 return dialInternal(dialString, videoState, null);
548 dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) argument
551 return dialInternal (dialString, videoState, intentExtras);
554 private Connection dialInternal(String dialString, int videoState, Bundle intentExtras) argument
565 return mCT.dial(dialString, videoState, intentExtras);
576 return mCT.dial(dialString, videoState, intentExtras);
578 return mCT.dial(mmi.getDialingNumber(), mmi.getCLIRMode(), videoState, intentExtra
[all...]
/frameworks/base/telephony/java/com/android/ims/
H A DImsCallProfile.java391 * @param videoState The video state.
394 public static int getCallTypeFromVideoState(int videoState) { argument
395 boolean videoTx = isVideoStateSet(videoState, VideoProfile.STATE_TX_ENABLED);
396 boolean videoRx = isVideoStateSet(videoState, VideoProfile.STATE_RX_ENABLED);
397 boolean isPaused = isVideoStateSet(videoState, VideoProfile.STATE_PAUSED);
470 * @param videoState The video state bit mask.
474 private static boolean isVideoStateSet(int videoState, int videoStateToCheck) { argument
475 return (videoState & videoStateToCheck) == videoStateToCheck;
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl30 void answerCall(String callId, int videoState);
H A DIConnectionService.aidl47 void answerVideo(String callId, int videoState);
H A DIConnectionServiceAdapter.aidl78 void setVideoState(String callId, int videoState);
H A DITelecomService.aidl190 void acceptRingingCallWithVideoState(int videoState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java283 * @param videoState The video state in which to answer the call.
286 void acceptCall(int videoState) throws CallStateException; argument
412 * @param videoState The desired video state for the connection.
418 Connection dial(String dialString, int videoState) throws CallStateException; argument
431 * @param videoState The desired video state for the connection.
438 Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) argument
H A DConnection.java89 public void onVideoStateChanged(int videoState); argument
111 public void onVideoStateChanged(int videoState) {} argument
732 * Sets the videoState for the current connection and reports the changes to all listeners.
737 public void setVideoState(int videoState) { argument
738 mVideoState = videoState;

Completed in 455 milliseconds

12