HomeSort by relevance Sort by last modified time
    Searched refs:PLAYER (Results 1 - 7 of 7) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
SortConstants.java 27 public static final int PLAYER = 20;
GameObject.java 73 PLAYER,
GameObjectFactory.java 59 PLAYER (0),
387 case PLAYER:
600 if (type == GameObjectType.PLAYER) {
700 FixedSizeArray<BaseObject> staticData = getStaticData(GameObjectType.PLAYER);
    [all...]
  /system/bt/include/hardware/avrcp/
avrcp_common.h 206 ret += 1; // Media Player Type
208 ret += 2; // Player Id
209 ret += 1; // Player Type
210 ret += 4; // Player Subtype
297 enum : uint8_t { PLAYER = 0x01, FOLDER = 0x02, SONG = 0x03 } type_;
305 MediaListItem(MediaPlayerItem item) : type_(PLAYER), player_(item) {}
314 case PLAYER:
328 case PLAYER:
342 case PLAYER:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
HifiUltrasoundSpeakerTestActivity.java 50 START, RECORDING, DONE, PLAYER
79 if (status == Status.PLAYER) {
84 if (status == Status.PLAYER) {
218 status = Status.PLAYER;
227 if (status == Status.PLAYER) {
405 if (status == HifiUltrasoundSpeakerTestActivity.Status.PLAYER) {
HifiUltrasoundTestActivity.java 47 START, RECORDING, DONE, PLAYER
198 status = Status.PLAYER;
  /system/bt/packet/avrcp/
get_folder_items.cc 127 case MediaListItem::PLAYER:
142 AddPayloadOctets1(pkt, 0x01); // Media Player Item
145 AddPayloadOctets2(pkt, base::ByteSwap(item.id_)); // Player ID
146 AddPayloadOctets1(pkt, 0x01); // Player Type
147 AddPayloadOctets4(pkt, 0x00000000); // Player Subtype
149 pkt, 0x02); // Player Play Status // TODO: Add this as a passed field

Completed in 105 milliseconds