Searched defs:VideoProvider (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportLeanbackJank/src/main/java/com/google/android/leanbackjank/data/
H A DVideoProvider.java47 public final class VideoProvider { class
59 private VideoProvider() { method in class:VideoProvider
/frameworks/support/samples/SupportLeanbackJank/src/main/java/com/google/android/leanbackjank/data/
H A DVideoProvider.java47 public final class VideoProvider { class
59 private VideoProvider() { method in class:VideoProvider
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java196 * Indicates that the {@code VideoProvider} associated with this {@code RemoteConnection}
200 * @param videoProvider The new {@code VideoProvider} associated with this
204 RemoteConnection connection, VideoProvider videoProvider) {}
274 * {@link RemoteConnection.VideoProvider} associated with a {@link RemoteConnection}. Used to
278 * @see Connection.VideoProvider
280 public static class VideoProvider { class in class:RemoteConnection
283 * Callback class used by the {@link RemoteConnection.VideoProvider} to relay events from
284 * the {@link Connection.VideoProvider}.
289 * {@link Connection.VideoProvider} associated with a {@link RemoteConnection}.
291 * @param videoProvider The {@link RemoteConnection.VideoProvider} invokin
460 VideoProvider(IVideoProvider videoProviderBinder, String callingPackage, method in class:RemoteConnection.VideoProvider
[all...]
H A DConnection.java822 Connection c, VideoProvider videoProvider) {}
966 * Implementations create a custom subclass of {@link VideoProvider} and the
968 * {@link Connection#setVideoProvider(VideoProvider)}. Any connection which supports video
969 * should set the {@link VideoProvider}.
971 * The {@link VideoProvider} serves two primary purposes: it provides a means for Telecom and
976 * {@link InCallService} implementations interact with the {@link VideoProvider} via
979 public static abstract class VideoProvider { class in class:Connection
1007 * A camera failure has occurred for the selected camera. The {@link VideoProvider} can use
1015 * for operation. The {@link VideoProvider} can use this as a cue to inform the user that
1082 private VideoProvider
1265 public VideoProvider() { method in class:Connection.VideoProvider
1276 public VideoProvider(Looper looper) { method in class:Connection.VideoProvider
[all...]

Completed in 14 milliseconds