HomeSort by relevance Sort by last modified time
    Searched full:play (Results 376 - 400 of 2513) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/reference/com/google/android/gcm/server/
Message.Builder.html 171 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
312 <li><a href="/distribute/index.html">Google Play</a></li>
404 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
409 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/auth.html">
432 <div class="nav-section-header"><a href="/google/play-services/index.html">
433 <span class="en">Google Play Services</span></a
    [all...]
Message.html 171 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
312 <li><a href="/distribute/index.html">Google Play</a></li>
404 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
409 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/auth.html">
432 <div class="nav-section-header"><a href="/google/play-services/index.html">
433 <span class="en">Google Play Services</span></a
    [all...]
MulticastResult.html 171 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
312 <li><a href="/distribute/index.html">Google Play</a></li>
404 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
409 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/auth.html">
432 <div class="nav-section-header"><a href="/google/play-services/index.html">
433 <span class="en">Google Play Services</span></a
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
uses-feature-element.jd 2 page.tags="filtering","features","google play filters","permissions"
11 <li><a href="#market-feature-filtering">Google Play and Feature-Based Filtering</a>
33 <p style="color:#669999;padding-top:1em;">Google Play Filtering</p>
34 <p style="padding-top:1em;">Google Play uses the <code>&lt;uses-feature&gt;</code>
39 you enable Google Play to present your application only to users whose
44 Google Play uses features as the basis for filtering, please read <a
45 href="#market-feature-filtering">Google Play and Feature-Based Filtering</a>,
101 (such as Google Play) or applications may check your application's
205 <li><a href="{@docRoot}google/play/filters.html">Filters on Google Play</a></li
    [all...]
uses-library-element.jd 9 <p style="color:#669999;padding-top:1em;">Google Play Filtering</p>
10 <p style="padding-top:1em;">Google Play uses the &lt;uses-library&gt; elements declared
13 <a href="{@docRoot}google/play/filters.html">Google Play filters</a>.</p>
49 the availability of the application on Google Play:
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 26 * player's current state. Requires the object to contain a SpriteComponent to play animations.
143 // play() is just a nop), but in this case I have a stream that is maintained for the rocket
158 mRocketSoundStream = sound.play(mRocketSound, true, SoundSystem.PRIORITY_HIGH);
171 // Normally, for collectables like the coin, we could just tell the object to play
181 sound.play(mRubySound1, false, SoundSystem.PRIORITY_NORMAL);
184 sound.play(mRubySound2, false, SoundSystem.PRIORITY_NORMAL);
187 sound.play(mRubySound3, false, SoundSystem.PRIORITY_NORMAL);
264 sound.play(mLandThump, false, SoundSystem.PRIORITY_HIGH, 1.0f,
284 sound.play(mExplosionSound, false, SoundSystem.PRIORITY_NORMAL);
SoundSystem.java 82 synchronized public final int play(Sound sound, boolean loop, int priority) { method in class:SoundSystem
85 stream = mSoundPool.play(sound.soundId, 1.0f, 1.0f, priority, loop ? -1 : 0, 1.0f);
94 synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float rate) { method in class:SoundSystem
97 stream = mSoundPool.play(sound.soundId, volume, volume, priority, loop ? -1 : 0, rate);
130 // sounds will continue to play. Rather that reproduce all the bookkeeping
  /frameworks/base/docs/html/google/play/billing/
billing_reference.jd 21 <li><a href="{@docRoot}google/play/billing/billing_integrate.html#billing-download">Sample
26 <li><a href="{@docRoot}google/play/billing/api.html">In-app Billing Version 3</a></li>
34 <p>The following table lists all of the server response codes that are sent from Google Play to your application. Google Play sends the response code synchronously as an integer mapped to the {@code RESPONSE_CODE} key in the response {@code Bundle}. Your application must handle all of these response codes.</p>
67 <td>Invalid arguments provided to the API. This error can also indicate that the application was not correctly signed or properly set up for In-app Billing in Google Play, or does not have the necessary permissions in its manifest</td>
90 <p>This method returns product details for a list of product IDs. In the response {@code Bundle} sent by Google Play, the query results are stored in a String {@code ArrayList} mapped to the {@code DETAILS_LIST} key. Each String in the details list contains product details for a single product in JSON format. The fields in the JSON string with the product details are summarized in table 2.</p>
125 <p>This method returns a response code integer mapped to the {@code RESPONSE_CODE} key, and a {@code PendingIntent} to launch the puchase flow for the in-app item mapped to the {@code BUY_INTENT} key. When it receives the {@code PendingIntent}, Google Play sends a response {@code Intent} with the data for that purchase order. The data that is returned in the response {@code Intent} is summarized in table 3.</p>
171 <td>The item's product identifier. Every item has a product ID, which you must specify in the application's product list on the Google Play Developer Console.</td>
219 <td>String containing a continuation token to retrieve the next set of in-app products owned by the user. This is only set by the Google Play service if the number of products owned by the user is very large. When a continuation token is present in the response, you must make another call to {@code getPurchases} and pass in the continuation token that you received. The subsequent {@code getPurchases} call returns more purchases and possibly another continuation token.</td>
  /development/samples/CubeLiveWallpaper/
_index.html 59 before publishing to Google Play:</p>
63 to Google Play and the platform that your application requires Android 2.1 or
69 which tells Google Play that your application includes a live wallpaper.
70 Google Play uses this feature as a filter, when presenting users lists of
71 available applications. When you declaring this feature, Google Play
  /development/samples/WiFiDirectDemo/
_index.html 26 following to the application's manifest before publishing to Google Play:</p>
28 indicates to Google Play and the platform that your application requires
33 element.</li> </ul> <p>To control how Google Play filters your application
37 Play that your application uses the Wi-Fi Direct API. The declaration should include
39 Google Play to filter the application from devices that do not offer Wi-Fi Direct support. Other <code>&lt;uses-feature&gt;</code> declarations may also be
  /development/samples/WiFiDirectServiceDiscovery/
_index.html 30 following to the application's manifest before publishing to Google Play:</p>
32 indicates to Google Play and the platform that your application requires
37 element.</li> </ul> <p>To control how Google Play filters your application
41 Play that your application uses the Wi-Fi Direct API. The declaration should include
43 Google Play to filter the application from devices that do not offer Wi-Fi Direct support. Other <code>&lt;uses-feature&gt;</code> declarations may also be
  /external/speex/include/speex/
speex_echo.h 98 * @param play Signal played to the speaker (received from far end)
101 void speex_echo_cancellation(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, spx_int16_t *out);
104 void speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, spx_int16_t *out, spx_int32_t *Yout);
116 * @param play Signal played to the speaker (received from far end)
118 void speex_echo_playback(SpeexEchoState *st, const spx_int16_t *play);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 40 * Service that offers to play ringtones by {@link Uri}, since our process has
94 public void play(IBinder token, Uri uri, int streamType) throws RemoteException {
96 Log.d(TAG, "play(token=" + token + ", uri=" + uri + ", uid="
109 client.mRingtone.play();
146 mAsyncPlayer.play(getContextForUser(user), uri, looping, streamType);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 41 /** Action to wake up and play alert reminder sound. */
81 * Use the RingtoneManager to play the alert reminder sound.
93 r.play();
155 if (DBG) log("stopping play reminder ringtone");
160 if (DBG) log("canceling pending play reminder intent");
  /frameworks/base/docs/html/reference/com/google/android/gms/common/
ConnectionResult.html 173 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
315 <li><a href="/distribute/index.html">Google Play</a></li>
408 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
413 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
418 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
423 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
428 <div class="nav-section-header"><a href="/google/play-services/ads.html">
432 <li><a href="/google/play-services/id.html">
438 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_controls.js 133 * Play the media.
135 MediaControls.prototype.play = function() {
136 this.media_.play();
154 * Toggle play/pause.
160 this.play();
164 * Toggle play/pause state on a mouse click on the play/pause button. Can be
177 this.playButton_ = this.createButton('play media-control',
256 this.media_.play();
341 this.media_.addEventListener('play', this.onMediaPlayBound_)
    [all...]
  /frameworks/base/docs/html/google/play/
expansion-files.jd 11 <li>Google Play hosts and serves the expansion files at no charge</li>
55 <li><a href="{@docRoot}google/play/licensing/index.html">Application Licensing</a></li>
56 <li><a href="{@docRoot}google/play/publishing/multiple-apks.html">Multiple
64 <p>Google Play currently requires that your APK file be no more than 50MB. For most
70 for users, Google Play allows you to attach two large expansion files that supplement your
73 <p>Google Play hosts the expansion files for your application and serves them to the device at
76 them. On most devices, Google Play downloads the expansion file(s) at the same time it
78 first time. In some cases, however, your application must download the files from Google Play
85 <p>Each time you upload an APK using the Google Play Developer Console, you have the option to
119 of resource files and subsequent patches for that set. Regardless of the file type, Google Play
    [all...]
  /external/chromium_org/content/renderer/media/
webaudiosourceprovider_impl.cc 84 sink_->Play();
130 void WebAudioSourceProviderImpl::Play() {
135 sink_->Play();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimelineTest.cpp 69 timeline->play(anim.get());
85 RefPtr<Player> player1 = timeline->play(anim1.get());
86 RefPtr<Player> player2 = timeline->play(anim2.get());
  /frameworks/base/docs/html/guide/topics/media/
jetplayer.jd 38 JetCreator authoring application that ships with the SDK. To play and manage JET content from your
44 <p>This section shows you how to write, set up and play JET content. For a description of JET
64 jetPlayer.play();
  /frameworks/wilhelm/tests/sandbox/
dim.c 134 // get non-sensical play interface, before add
140 // add play interface
144 // get play interface should still fail
  /packages/apps/Camera/src/com/android/camera/ui/
CountDownView.java 82 // Play sound effect for the last 3 seconds of the countdown
85 mSoundPool.play(mBeepTwice, 1.0f, 1.0f, 0, 0, 1.0f);
87 mSoundPool.play(mBeepOnce, 1.0f, 1.0f, 0, 0, 1.0f);
  /packages/apps/Camera2/src/com/android/camera/ui/
CountDownView.java 82 // Play sound effect for the last 3 seconds of the countdown
85 mSoundPool.play(mBeepTwice, 1.0f, 1.0f, 0, 0, 1.0f);
87 mSoundPool.play(mBeepOnce, 1.0f, 1.0f, 0, 0, 1.0f);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
EditListBox.java 45 * Starting offsets for tracks (streams) are represented by an initial empty edit. For example, to play a track from
122 * @param mediaRate relative play rate
189 * The media rate specifies the relative rate at which to play the
192 * @return relative play rate
199 * The media rate specifies the relative rate at which to play the
202 * @param mediaRate new relative play rate
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/mint/
SDL_syscdrom.c 122 SDL_CDcaps.Play = SDL_SYS_CDPlay;
275 /* Start play */
285 fprintf(stderr, "Trying to play from %d:%d:%d to %d:%d:%d\n",
293 /* Pause play */
299 /* Resume play */
305 /* Stop play */

Completed in 491 milliseconds

<<11121314151617181920>>