FileDocCategorySizeDatePackage
VideoCallbackServant.javaAPI DocAndroid 5.1 API6039Thu Mar 12 22:22:42 GMT 2015android.telecom

VideoCallbackServant

public final class VideoCallbackServant extends Object
A component that provides an RPC servant implementation of {@link IVideoCallback}, posting incoming messages on the main thread on a client-supplied delegate object. TODO: Generate this and similar classes using a compiler starting from AIDL interfaces.
hide

Fields Summary
private static final int
MSG_RECEIVE_SESSION_MODIFY_REQUEST
private static final int
MSG_RECEIVE_SESSION_MODIFY_RESPONSE
private static final int
MSG_HANDLE_CALL_SESSION_EVENT
private static final int
MSG_CHANGE_PEER_DIMENSIONS
private static final int
MSG_CHANGE_CALL_DATA_USAGE
private static final int
MSG_CHANGE_CAMERA_CAPABILITIES
private final com.android.internal.telecom.IVideoCallback
mDelegate
private final android.os.Handler
mHandler
private final com.android.internal.telecom.IVideoCallback
mStub
Constructors Summary
public VideoCallbackServant(com.android.internal.telecom.IVideoCallback delegate)


       
        mDelegate = delegate;
    
Methods Summary
public com.android.internal.telecom.IVideoCallbackgetStub()

        return mStub;