Home
last modified time | relevance | path

Searched refs:Cast (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/docs/html/google/play-services/
Dcast.jd1 page.title=Google Cast Android API
15 <h1 itemprop="name" style="margin-bottom:0;">Google Cast Android API</h1>
16 <p itemprop="description">Google Cast is a technology that enables multi-screen experiences, which
18 You can use the Google Cast Android API
23 >Google Cast Android API reference</a> or visit <a
25 for more information about how to design and build your app to support Google Cast.</p>
35 <p>Adding support for Google Cast requires that you provide a companion app on the
36 Google Cast device, known as the receiver app. If your app streams audio or video content
52 is known as the sender app and can perform a variety of actions using the Google Cast APIs
53 such as start and pause playback and control the volume on the Google Cast device.
[all …]
Dsetup.jd149 <td>Google Cast</td>
/frameworks/base/docs/html/tv/adt-1/
Dindex.jd20 <li><a href="#cast">Google Cast</a></li>
159 <h3 id="cast">Google Cast</h3>
164 <p>Yes. The ADT-1 includes Google Cast receiver functionality, similar to Chromecast. Since the
165 ADT-1 is a developer device running a development software release, the Google Cast receiver is
169 <strong>Which Cast apps are supported on ADT-1?</strong>
197 Cast apps or webpages, press the <strong>Cast</strong> button and you should see the ADT-1 as a
198 Cast target. For more information about on how to cast, see
200 Cast</a>.
204 <strong>Will my Google Cast sender apps work on ADT-1 just like Chromecast?</strong>
206 <p>Yes. Your Cast app works on ADT-1 and Android TV products without additional work.<p>
[all …]
/frameworks/base/docs/html/guide/topics/media/
Dmediarouter.jd14 <li><a href="#cast-ui">Cast User Interface</a>
16 <li><a href="#cast-button">Cast button</a></li>
59 <a href="https://developers.google.com/cast/">Google Cast</a>.</li>
126 <h2 id="cast-ui">Cast User Interface</h2>
129 Android apps that implement the media router API should include a Cast button
133 Figure 2 illustrates how the Cast button should appear in an app.
138 <strong>Figure 2.</strong> A Cast button shown on the right side of the action bar.
149 <h3 id="cast-button">Cast button</h3>
151 <p>The recommended way to implement the Cast button user interface is to extend your activity
154 The Cast button must use the {@link android.support.v7.app.MediaRouteActionProvider} class
[all …]
Dmediarouteprovider.jd109 <a href="https://developers.google.com/cast/">Google Cast</a>.</li>
/frameworks/base/tools/aidl/
DAST.cpp474 Cast::Cast() in Cast() function in Cast
480 Cast::Cast(Type* t, Expression* e) in Cast() function in Cast
486 Cast::~Cast() in ~Cast()
491 Cast::Write(FILE* to) in Write()
DAST.h218 struct Cast : public Expression struct
223 Cast(); argument
224 Cast(Type* type, Expression* expression);
225 virtual ~Cast();
Dgenerate_java_rpc.cpp371 return new Cast(cast, new MethodCall(THIS_VALUE, "getView")); in generate_get_listener_expression()
755 new Cast(resultsInterfaceType, new FieldVariable(THIS_VALUE, "callback")), in generate_result_dispatcher_method()
Dgenerate_java_binder.cpp134 instOfStatement->statements->Add(new ReturnStatement(new Cast(interfaceType, iin))); in make_as_interface()
DType.cpp467 new Cast(INT_TYPE, v))); in WriteToParcel()
/frameworks/base/media/lib/remotedisplay/
DREADME.txt19 Unbundled remote display providers (such as Cast) cannot use internal
/frameworks/base/docs/html/sdk/installing/
Dadding-packages.jd119 <li><a href="{@docRoot}google/play-services/cast.html">Google Cast</a></li>
157 <li><a href="{@docRoot}google/play-services/cast.html">Google Cast</a></li>
/frameworks/base/docs/html/google/
Dgoogle_toc.cs50 <span class="en">Cast</span>
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd279 support <a href="https://developers.google.com/cast/docs/android_sender">Google Cast</a>. </p>
312 href="https://developers.google.com/cast/docs/android_sender">Google Cast</a>. </p>
Dindex.jd480 href="https://developers.google.com/cast/">Google Cast developer preview</a>.
491 with the <a href="https://developers.google.com/cast/">Google Cast
/frameworks/base/docs/html/guide/topics/ui/
Dsettings.jd1201 // Cast state to custom BaseSavedState and pass to superclass