Home
last modified time | relevance | path

Searched refs:PLAYING (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/helpers/
DPlayStatus.java26 static final byte PLAYING = 1; field in PlayStatus
56 return PlayStatus.PLAYING; in playbackStateToAvrcpState()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DTrimControllerOverlay.java43 if (mState == State.PLAYING) { in hidePlayButtonIfPlaying()
98 if (mState == State.PLAYING || mState == State.PAUSED) { in onTouchEvent()
DCommonControllerOverlay.java46 PLAYING, enumConstant
152 mState = State.PLAYING; in showPlaying()
224 } else if (mState == State.PAUSED || mState == State.PLAYING) { in onClick()
316 } else if (mState == State.PLAYING) { in updateViews()
DMovieControllerOverlay.java87 if (mState == State.PLAYING) { in maybeStartHiding()
147 if (mState == State.PLAYING || mState == State.PAUSED) { in onTouchEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/audio_util/
DUtilTest.java108 .isEqualTo(PlayStatus.PLAYING); in playStatus_playbackStateToAvrcpState()
110 .isEqualTo(PlayStatus.PLAYING); in playStatus_playbackStateToAvrcpState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaState.java23 PLAYING(0x01), enumConstant
DMediaControlProfile.java541 if (playerState2McsState(state.getState()) == MediaState.PLAYING) { in getDriftCorrectedTrackPosition()
836 entry(PlaybackState.STATE_PLAYING, MediaState.PLAYING),
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc259 PlayStatus status1 = {0x1234, 0x5678, PlayState::PLAYING}; in TEST_F()
274 true, PlayState::PLAYING); in TEST_F()
425 true, PlayState::PLAYING); in TEST_F()
448 PlayStatus status1 = {0x1234, 0x5678, PlayState::PLAYING}; in TEST_F()
681 PlayStatus status = {0x1234, 0x5678, PlayState::PLAYING}; in TEST_F()
692 0x5678, 0x1234, PlayState::PLAYING); in TEST_F()
1515 PlayStatus status = {0x1234, 0x5678, PlayState::PLAYING}; in TEST_F()
1551 PlayStatus status = {0x1234, 0x5678, PlayState::PLAYING}; in TEST_F()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp.h38 PLAYING, enumerator
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlProfileTest.java175 MediaState.PLAYING); in testPlayerState2McsState()
187 MediaState.PLAYING); in testPlayerState2McsState()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc374 if (status == "playing") state = avrcp::PlayState::PLAYING; in set_playback_status()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc753 if (status.state == PlayState::PLAYING && !IsInSilenceMode()) { in PlaybackPosNotificationResponse()
908 if (s.state == PlayState::PLAYING) { in MessageReceived()