Searched defs:Player (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp50 class Player: public MediaPlayerBase class in namespace:__anon1259
54 Player() {} function in class:__anon1259::Player
55 virtual ~Player() {}
104 status_t Player::invoke(const Parcel& request, Parcel *reply)
115 void Player::ping(const Parcel& request, Parcel *reply)
128 return new Player();
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlayer.java37 public abstract class Player { class
87 public static Player create(Context context, RouteInfo route, MediaSessionCompat session) {
88 Player player;
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlayer.java37 public abstract class Player { class
87 public static Player create(Context context, RouteInfo route, MediaSessionCompat session) {
88 Player player;
/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c37 } Player; typedef in typeref:struct:__anon2291
95 Player *p = (Player *) context;
141 Player *players = (Player *) calloc(numPlayers, sizeof(Player));
178 Player *p;
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java146 private ArrayList<Player> mPlayers = new ArrayList<Player>();
245 for (Player p : mPlayers) {
305 public Player getPlayer(int i) {
309 private int addPlayerInternal(Player p) {
324 private void removePlayerInternal(Player p) {
336 final Player p = mPlayers.get(i);
351 addPlayerInternal(Player.create(this));
357 addPlayerInternal(Player.create(this));
499 for (Player
1009 private static class Player extends ImageView implements GameView { class in class:MLand
1087 public Player(Context context) { method in class:MLand.Player
[all...]

Completed in 532 milliseconds