HomeSort by relevance Sort by last modified time
    Searched full:player (Results 326 - 350 of 898) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpPlayerSettings.java 27 * Class used to identify settings associated with the player on AG.
139 * Create a new player settings object.
  /frameworks/base/core/jni/
android_media_RemoteDisplay.cpp 144 sm->getService(String16("media.player")));
154 ALOGE("Media player service rejected request to listen for remote display '%s'.",
  /frameworks/support/samples/SupportLeanbackDemos/res/values/
strings.xml 102 <string name="music">Music player</string>
103 <string name="music_description">Music player using control glue</string>
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
PlaybackGlueHost.java 87 * Optional Client that implemented by PlaybackGlueHost to respond to player event.
224 * Implemented by PlaybackGlueHost for responding to player events. Such as showing a spinning
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaItemMetadata.java 131 * The duration metadata is only a hint to enable a remote media player to
133 * The remote media player should still determine the actual content duration from
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 44 // it is not safe to enter the callback (the media player is about to go away)
325 SL_LOGE("Cannot create player with XA_DATALOCATOR_ANDROIDBUFFERQUEUE data source "
331 SL_LOGE("Cannot create player with XA_DATALOCATOR_ANDROIDBUFFERQUEUE data source "
342 SL_LOGE("Cannot create media player with data locator type 0x%x",
354 SL_LOGE("Cannot create media player with audio sink data locator of type 0x%x",
399 // placeholder: not necessary yet as session ID lifetime doesn't extend beyond player
498 // placeholder: not necessary yet as session ID lifetime doesn't extend beyond player
717 * mp->mAVPlayer != 0 (player is realized)
android_GenericMediaPlayer.h 121 // Receives notifications about death of media.player service
124 // Return a reference to the media player service, or ALOGE and return NULL after retries fail
android_StreamPlayer.h 36 StreamPlayer *player);
56 // the player to release all of its resources, similar to android.media.MediaPlayer disconnect.
android_prompts.h 29 "Cannot set stream type: audio player already realized"
75 "Cannot set performance mode in: player/recorder realized"
AudioPlayer_to_android.cpp 149 // it is not safe to enter the callback (the player is about to go away)
280 // set volume on the underlying media player or audio track
317 // apply player mute factor
321 // player is muted
325 // player isn't muted, and channel mute/solo audibility factors are available (AudioPlayer)
329 // player isn't muted, and channel mute/solo audibility factors aren't available (MediaPlayer)
437 * needs to be changed when the player reaches the end of the content to play. This is
441 * buffers in the queue, the playing of audio data stops. The player remains in the
444 * of the current content and the player has paused."
652 // such as the number of channels, or sample size are unknown to the player at this stag
    [all...]
  /frameworks/wilhelm/src/itf/
IAndroidEffectSend.cpp 42 // so it must take into account the player volume level
163 // into account the player volume level
IBufferQueue.cpp 22 /** Determine the state of the audio player or audio recorder associated with a buffer queue.
90 // flush associated audio player
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 368 // Inspect if the first element is a folder/item or player listing. They are
373 // Initialize arrays for Folder OR Player listing.
497 jint id = (jint)item->player.player_id;
498 jint playerType = (jint)item->player.major_type;
499 jint playStatus = (jint)item->player.play_status;
511 (jbyte*)item->player.features);
514 sCallbackEnv->NewStringUTF((const char*)item->player.name));
516 ALOGE("%s can't allocate player name string!", __func__);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AddressedMediaPlayer.java 39 * Provides functionality required for Addressed Media Player, like Now Playing List related
40 * browsing commands, control commands to the current addressed player(playItem, play, pause, etc)
75 /* get now playing list from addressed player */
79 // No players (if a player exists, we would have selected it)
191 /* Instructs media player to play particular media item */
319 /* check if media player provided requested attributes */
331 /* add num attr actually received from media player for a particular item */
474 /* check if media player provided requested attributes */
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
LocalMediaBrowserService.java 52 private Player mPlayer;
128 mPlayer = new Player(this, mSession, mDataModel);
  /packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java 50 // Copied from MediaPlaybackService in the Music Player app. Should be
230 public boolean onError(MediaPlayer player, int arg1, int arg2) {
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 174 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player)
178 if (player.get()) {
179 player->incStrong((void*)setMediaPlayer);
184 env->SetLongField(thiz, fields.context, (jlong)player.get());
358 // This will fail if the media player has not been initialized yet. This
859 // Sends the request and reply parcels to the media player via the
    [all...]
  /packages/apps/Music/src/com/android/music/
AudioPreview.java 107 PreviewPlayer player = (PreviewPlayer) getLastNonConfigurationInstance(); local
108 if (player == null) {
124 mPlayer = player;
216 PreviewPlayer player = mPlayer; local
218 return player;
  /frameworks/base/media/java/android/media/session/
MediaController.java 595 * Request that the player prepare its playback. In other words, other sessions can continue
610 * Request that the player prepare playback for a specific media id. In other words, other
634 * Request that the player prepare playback for a specific search query. An empty or null
660 * Request that the player prepare playback for a specific {@link Uri}. In other words,
684 * Request that the player start its playback at its current position.
695 * Request that the player start playback for a specific media id.
714 * Request that the player start playback for a specific search query.
736 * Request that the player start playback for a specific {@link Uri}.
767 * Request that the player pause its playback and stay at its current
779 * Request that the player stop its playback; it may clear its state i
    [all...]
  /system/bt/btif/src/
btif_rc.cc     [all...]
  /docs/source.android.com/zh-cn/security/bulletin/
2017-04-01.html 531 <td>Nexus 6?Nexus 6P?Nexus 9?Pixel C?Nexus Player</td>
584 <td>Nexus 5X?Nexus 6?Nexus 6P?Pixel?Pixel XL?Pixel C?Android One?Nexus Player</td>
664 <td>Nexus 5X?Nexus 6?Nexus 6P?Pixel?Pixel XL?Pixel C?Android One?Nexus Player</td>
791 <td>Nexus 6?Nexus Player</td>
910 <td>Nexus 6?Nexus 6P?Nexus 9?Pixel C?Nexus Player</td>
917 <td>Nexus 6?Nexus 6P?Nexus 9?Pixel C?Nexus Player</td>
924 <td>Nexus 6?Nexus 6P?Nexus 9?Pixel C?Nexus Player</td>
931 <td>Nexus 6?Nexus 6P?Nexus 9?Pixel C?Nexus Player</td>
938 <td>Nexus 6?Nexus 6P?Pixel C?Nexus Player</td>
952 <td>Nexus 6?Nexus 6P?Nexus 9?Pixel C?Nexus Player</td
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 18 // Proxy for media player implementations
273 String16("media.player"), new MediaPlayerService());
415 result.append(" lock is taken, no dump from player and audio output\n");
630 // and reset the player. We assume the player will serialize
648 // determine if we have the right player type
651 ALOGV("delete player");
732 ALOGV("player type = %d", playerType);
735 // create the right type of player
890 // create the right type of player
1003 sp<MediaPlayerBase> player = getPlayer(); local
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 212 AudioPlayer *player = new AudioPlayer(NULL); local
213 player->setSource(rawSource);
216 player->start(true /* sourceAlreadyStarted */);
219 while (!player->reachedEOS(&finalStatus)) {
223 delete player;
224 player = NULL;
844 sp<IBinder> binder = sm->getService(String16("media.player"));
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.cpp 219 // Called after audio player empties a buffer of data
329 // Update our model of the player queue
642 // create an audio player with buffer queue source and output mix sink
671 fprintf(stderr, "Could not create audio player (result %x), check sample rate\n",
673 SLES_PRINTF("ERROR: Could not create audio player (result %x), check sample rate\n",
686 /* Use the configuration interface to configure the player before it's realized */
709 // Enqueue some zero buffers for the player
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerStateMachine.java 317 // Send out the request for setting addressed player.
664 // Handle the get player listing action
    [all...]

Completed in 949 milliseconds

<<11121314151617181920>>