/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/ |
LocalPlayer.java | 50 public abstract class LocalPlayer extends Player implements 72 // reset media player 98 // release media player 106 // Player 323 // just return if media player is already gone 379 public static final void setSurface(MediaPlayer player, Surface surface) { 380 player.setSurface(surface); 398 mLayout = (FrameLayout)((Activity)context).findViewById(R.id.player);
|
/frameworks/wilhelm/src/ |
ThreadPool.h | 71 // than 1 can result in out-of-order callbacks on a given player, in the 73 // change the implementation so that it uses at most 1 thread per player.
|
/frameworks/wilhelm/src/itf/ |
I3DGrouping.cpp | 32 // specifies group as this audio player 40 assert(0 != id); // player object must be published by this point
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_qclient.cpp | 72 //player's death. 93 ALOGD_IF(QCLIENT_DEBUG, "Media Player died");
|
/device/asus/fugu/bluetooth/ |
bdroid_buildcfg.h | 20 #define BTM_DEF_LOCAL_NAME "Nexus Player"
|
/frameworks/av/cmds/stagefright/ |
record.cpp | 302 AudioPlayer *player = new AudioPlayer(audioSink); 303 player->setSource(audioSource); 304 player->start(); 308 player->stop();
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
MediaDump.java | 50 // Setup rgb player tab
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaPlayerInvokeTest.java | 57 // Generate a random number, sends it to the ping test player.
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/ |
MediaBrowserSupport.java | 27 * Main activity for the music player.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
RemoteDevice.java | 29 * Contains information about remote device specifically the player and features enabled on it along
|
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/ |
SampleQueue.java | 25 * A sample queue which reads from the buffer and passes to player pipeline.
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
DxeSupport.c | 93 ESL_LAYER * pLayer;
102 pLayer = &mEslLayer;
107 pLayer->ImageHandle,
|
/frameworks/av/media/libmedia/include/media/ |
IMediaPlayer.h | 104 // Invoke a generic method on the player by using opaque parcels 106 // @param request Parcel that must start with the media player 121 // notifications the native player sent to the
|
/frameworks/av/media/libmediaplayerservice/ |
TestPlayerStub.cpp | 113 // Create the test player. 114 // Call setDataSource on the test player with the url in param. 134 // Load the test player from the url. dlopen will fail if the lib
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/ |
PlaybackBannerControlGlue.java | 46 * media player. 231 * @param impl Implementation to underlying media player. 247 * @param impl Implementation to underlying media player. 605 * Gets current position of the player. If the player is playing/paused, this 606 * method returns current position from {@link PlayerAdapter}. Otherwise, if the player is 609 * @return Current position of the player. 619 // If fast forward operation is supported in this scenario, current player position 627 // If fast rewind is supported in this scenario, current player position 662 // Solves the situation that a player pause at the end and click play button. At this cas [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
DummyDevice.cpp | 64 hwc_layer_1 * player = &display->hwLayers[i]; local 65 player->compositionType = HWC_OVERLAY; 66 player->flags &= ~HWC_SKIP_LAYER;
|
/frameworks/base/media/java/android/media/ |
VolumeShaper.java | 68 * Applying {@link VolumeShaper.Operation#PLAY} when the player 73 * @throws IllegalStateException if the player is uninitialized or if there 103 * @throws IllegalStateException if the player is uninitialized or if there 117 * This is the last volume from the {@code VolumeShaper} used for the player, 122 * @throws IllegalStateException if the player is uninitialized or if there 161 * Internal call to apply the {@code configuration} and {@code operation} to the player. 166 * @throws IllegalStateException if the player has been deallocated or is uninitialized. 173 PlayerBase player = mWeakPlayerBase.get(); local 174 if (player == null) { 175 throw new IllegalStateException("player deallocated") 204 PlayerBase player = mWeakPlayerBase.get(); local [all...] |
MediaPlayer.java | 149 * called by the internal player engine and the object state remains 152 * invoked by the internal player engine and the object will be 156 * so that resources used by the internal player engine associated with the 179 * error conditions, the internal player engine invokes a user supplied 193 * the internal player engine.</li> 227 * player engine continues working on the rest of preparation work 229 * the internal player engine then calls a user supplied callback method, 250 * <li>While in the <em>Started</em> state, the internal player engine calls 265 * asynchronously in the player engine. It may take some time before 296 * seek operation completes, the internal player engine calls a use [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioPlaybackConfigurationTest.java | 73 // create a player, make it play so we can get an AudioPlaybackConfiguration instance 139 assertTrue("Active player, attributes not found", hasAttr(configs, aa)); 153 assertEquals("player type isn't protected", -1 /*expected*/, type.intValue()); 204 // one more player active 206 assertTrue("Active player, attributes not found", hasAttr(callback.getConfigs(), aa));
|
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
RemotePlayer.java | 17 package com.example.android.mediarouter.player; 32 import com.example.android.mediarouter.player.Player; 33 import com.example.android.mediarouter.player.PlaylistItem; 46 public class RemotePlayer extends Player {
|
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
RemotePlayer.java | 17 package com.example.android.mediarouter.player; 32 import com.example.android.mediarouter.player.Player; 33 import com.example.android.mediarouter.player.PlaylistItem; 46 public class RemotePlayer extends Player {
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
RemotePlayer.java | 17 package com.example.android.mediarouter.player; 32 import com.example.android.mediarouter.player.Player; 33 import com.example.android.mediarouter.player.PlaylistItem; 46 public class RemotePlayer extends Player {
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
LoopbackAudioThread.java | 69 // This is the pipe that connects the player and the recorder in latency test. 74 private BufferPeriod mPlayerBufferPeriod; // used to collect player's buffer period 113 log("Player: computed min buff size = " + mMinPlayerBufferSizeInBytes + " bytes"); 115 log("Player: using min buff size = " + mMinPlayerBufferSizeInBytes + " bytes"); 138 // both player and recorder run at max priority
|
/external/replicaisland/src/com/replica/replicaisland/ |
AnimationComponent.java | 25 * Player Animation game object component. Responsible for selecting an animation to describe the 26 * player's current state. Requires the object to contain a SpriteComponent to play animations. 194 // Turn on visual effects (smoke, etc) when the player's life reaches 1. 357 public void setPlayer(PlayerComponent player) { 358 mPlayer = player;
|
/frameworks/av/media/libmediaplayerservice/include/ |
MediaPlayerInterface.h | 53 // The shared library with the test player is passed passed as an 179 // pass the buffered IGraphicBufferProducer to the media player service 244 // Invoke a generic method on the player by using opaque parcels 254 // the native player to retrieve all or a subset of metadata. 258 // @param[inout] records Parcel where the player appends its metadata.
|