Searched refs:mRcDisplay (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java604 private IRemoteControlDisplay mRcDisplay; field in class:RemoteControlClient
734 mRcDisplay = null;
740 if ((mCurrentClientGenId == mInternalClientGenId) && (mRcDisplay != null)) {
742 mRcDisplay.setPlaybackState(mInternalClientGenId, mPlaybackState,
752 if ((mCurrentClientGenId == mInternalClientGenId) && (mRcDisplay != null)) {
754 mRcDisplay.setMetadata(mInternalClientGenId, mMetadata);
763 if ((mCurrentClientGenId == mInternalClientGenId) && (mRcDisplay != null)) {
765 mRcDisplay.setTransportControlFlags(mInternalClientGenId,
775 if ((mCurrentClientGenId == mInternalClientGenId) && (mRcDisplay != null)) {
781 mRcDisplay
[all...]
H A DAudioService.java3316 if (mRcDisplay != null) {
3318 mRcDisplay.setCurrentClientId(
3324 mRcDisplay = null;
3558 if (mRcDisplay != null) {
3560 rcse.mRcClient.plugRemoteControlDisplay(mRcDisplay);
3620 private IRemoteControlDisplay mRcDisplay; field in class:AudioService
3639 mRcDisplay = null;
3657 if (mRcDisplay != null) { // implies (mRcDisplayDeathHandler != null)
3664 if (mRcDisplay != null) {
3666 IBinder b = mRcDisplay
[all...]

Completed in 47 milliseconds