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

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java808 private IRemoteControlDisplay mRcDisplay; field in class:RemoteControlClient
969 mRcDisplay = null;
975 if ((mCurrentClientGenId == mInternalClientGenId) && (mRcDisplay != null)) {
977 mRcDisplay.setPlaybackState(mInternalClientGenId, mPlaybackState,
987 if ((mCurrentClientGenId == mInternalClientGenId) && (mRcDisplay != null)) {
989 mRcDisplay.setMetadata(mInternalClientGenId, mMetadata);
998 if ((mCurrentClientGenId == mInternalClientGenId) && (mRcDisplay != null)) {
1000 mRcDisplay.setTransportControlFlags(mInternalClientGenId,
1010 if ((mCurrentClientGenId == mInternalClientGenId) && (mRcDisplay != null)) {
1016 mRcDisplay
[all...]
H A DAudioService.java4967 if (mRcDisplay != null) {
4969 mRcDisplay.setCurrentClientId(
4975 mRcDisplay = null;
5271 if (mRcDisplay != null) {
5273 rcse.mRcClient.plugRemoteControlDisplay(mRcDisplay);
5334 private IRemoteControlDisplay mRcDisplay; field in class:AudioService
5353 mRcDisplay = null;
5371 if (mRcDisplay != null) { // implies (mRcDisplayDeathHandler != null)
5378 if (mRcDisplay != null) {
5380 IBinder b = mRcDisplay
[all...]

Completed in 1066 milliseconds