Searched refs:mMainRemote (Results 1 – 1 of 1) sorted by relevance
97 mMainRemote = new RemotePlaybackState(-1, in MediaFocusControl()1148 private RemotePlaybackState mMainRemote; field in MediaFocusControl1204 synchronized (mMainRemote) { in dumpRCCStack()1208 pw.println(" rccId: " + mMainRemote.mRccId); in dumpRCCStack()1210 + ((mMainRemote.mVolumeHandling == RemoteControlClient.PLAYBACK_VOLUME_FIXED) ? in dumpRCCStack()1212 pw.println(" volume: " + mMainRemote.mVolume); in dumpRCCStack()1213 pw.println(" volume steps: " + mMainRemote.mVolumeMax); in dumpRCCStack()2052 synchronized (mMainRemote) { in checkUpdateRemoteStateIfActive()2053 mMainRemote.mRccId = prse.getRccId(); in checkUpdateRemoteStateIfActive()2054 mMainRemote.mVolume = prse.mPlaybackVolume; in checkUpdateRemoteStateIfActive()[all …]