HomeSort by relevance Sort by last modified time
    Searched refs:InCallVideoCallCallbackNotifier (Results 1 - 4 of 4) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
InCallVideoCallCallback.java 60 InCallVideoCallCallbackNotifier.getInstance().downgradeToAudio(mCall);
62 InCallVideoCallCallbackNotifier.getInstance().upgradeToVideoRequest(mCall,
96 InCallVideoCallCallbackNotifier.getInstance().upgradeToVideoFail(status, mCall);
102 InCallVideoCallCallbackNotifier.getInstance().upgradeToVideoSuccess(mCall);
104 InCallVideoCallCallbackNotifier.getInstance().upgradeToVideoFail(status, mCall);
106 InCallVideoCallCallbackNotifier.getInstance().downgradeToAudio(mCall);
122 InCallVideoCallCallbackNotifier.getInstance().callSessionEvent(event);
133 InCallVideoCallCallbackNotifier.getInstance().peerDimensionsChanged(mCall, width, height);
143 InCallVideoCallCallbackNotifier.getInstance().videoQualityChanged(mCall, videoQuality);
155 InCallVideoCallCallbackNotifier.getInstance().callDataUsageChanged(dataUsage)
    [all...]
InCallVideoCallCallbackNotifier.java 29 public class InCallVideoCallCallbackNotifier {
33 private static InCallVideoCallCallbackNotifier sInstance =
34 new InCallVideoCallCallbackNotifier();
52 public static InCallVideoCallCallbackNotifier getInstance() {
59 private InCallVideoCallCallbackNotifier() {
VideoPauseController.java 36 import com.android.incallui.InCallVideoCallCallbackNotifier.SessionModificationListener;
121 InCallVideoCallCallbackNotifier.getInstance().addSessionModificationListener(this);
130 InCallVideoCallCallbackNotifier.getInstance().removeSessionModificationListener(this);
VideoCallPresenter.java 40 import com.android.incallui.InCallVideoCallCallbackNotifier.SurfaceChangeListener;
41 import com.android.incallui.InCallVideoCallCallbackNotifier.VideoEventListener;
70 InCallVideoCallCallbackNotifier.SessionModificationListener,
237 InCallVideoCallCallbackNotifier.getInstance().addSurfaceChangeListener(this);
238 InCallVideoCallCallbackNotifier.getInstance().addVideoEventListener(this);
239 InCallVideoCallCallbackNotifier.getInstance().addSessionModificationListener(this);
259 InCallVideoCallCallbackNotifier.getInstance().removeSurfaceChangeListener(this);
260 InCallVideoCallCallbackNotifier.getInstance().removeVideoEventListener(this);
261 InCallVideoCallCallbackNotifier.getInstance().removeSessionModificationListener(this);
    [all...]

Completed in 156 milliseconds