Lines Matching full:player
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 stage
1073 SL_LOGE("Cannot create audio player: unsupported PCM data source with %u channels",
1087 SL_LOGE("Cannot create audio player: unsupported byte order %u",
1094 SL_LOGE("Cannot create audio player: unsupported container size %u bits for "
1104 SL_LOGE("Cannot create audio player with buffer queue data source "
1127 SL_LOGE("Cannot create audio player with SL_DATALOCATOR_URI data source without "
1147 SL_LOGE("Cannot create audio player with SL_DATALOCATOR_ANDROIDFD data source "
1198 SL_LOGE("Cannot create player with SL_DATALOCATOR_ANDROIDBUFFERQUEUE data source "
1205 SL_LOGE("Cannot create player with SL_DATALOCATOR_ANDROIDBUFFERQUEUE data source "
1218 SL_LOGE("Cannot create audio player with data locator type 0x%x",
1222 SL_LOGE("Cannot create audio player with invalid data locator type 0x%x",
1390 // placeholder: not necessary yet as session ID lifetime doesn't extend beyond player
1505 // Called from android_audioPlayer_realize for a PCM buffer queue player before creating the
1589 // Called from android_audioPlayer_realize for a PCM buffer queue player after creating the
1718 // If there is a JavaAudioRoutingProxy associated with this player, hook it up...
1732 SL_LOGE("Java exception releasing player routing object.");
1800 SL_LOGE("AudioPlayer realize: no audio service, player will not be registered");
1982 // placeholder: not necessary yet as session ID lifetime doesn't extend beyond player
2279 // call when either player event flags, marker position, or position update period changes