OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InCallVideoCallCallbackNotifier
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallVideoCallCallback.java
60
InCallVideoCallCallbackNotifier
.getInstance().upgradeToVideoRequest(mCall,
107
InCallVideoCallCallbackNotifier
.getInstance().callSessionEvent(event);
118
InCallVideoCallCallbackNotifier
.getInstance().peerDimensionsChanged(mCall, width, height);
128
InCallVideoCallCallbackNotifier
.getInstance().videoQualityChanged(mCall, videoQuality);
140
InCallVideoCallCallbackNotifier
.getInstance().callDataUsageChanged(dataUsage);
152
InCallVideoCallCallbackNotifier
.getInstance().cameraDimensionsChanged(
InCallVideoCallCallbackNotifier.java
29
public class
InCallVideoCallCallbackNotifier
{
33
private static
InCallVideoCallCallbackNotifier
sInstance =
34
new
InCallVideoCallCallbackNotifier
();
52
public static
InCallVideoCallCallbackNotifier
getInstance() {
59
private
InCallVideoCallCallbackNotifier
() {
VideoCallPresenter.java
41
import com.android.incallui.
InCallVideoCallCallbackNotifier
.SurfaceChangeListener;
42
import com.android.incallui.
InCallVideoCallCallbackNotifier
.VideoEventListener;
243
InCallVideoCallCallbackNotifier
.getInstance().addSurfaceChangeListener(this);
244
InCallVideoCallCallbackNotifier
.getInstance().addVideoEventListener(this);
275
InCallVideoCallCallbackNotifier
.getInstance().removeSurfaceChangeListener(this);
276
InCallVideoCallCallbackNotifier
.getInstance().removeVideoEventListener(this);
[
all
...]
VideoPauseController.java
23
import com.android.incallui.
InCallVideoCallCallbackNotifier
.SessionModificationListener;
InCallPresenter.java
81
InCallVideoCallCallbackNotifier
.SessionModificationListener {
349
InCallVideoCallCallbackNotifier
.getInstance().addSessionModificationListener(this);
376
InCallVideoCallCallbackNotifier
.getInstance().removeSessionModificationListener(this);
[
all
...]
Completed in 5719 milliseconds