Searched refs:rccId (Results 1 – 1 of 1) sorted by relevance
1677 int rccId = RemoteControlClient.RCSE_ID_UNREGISTERED; in registerRemoteControlClient() local1691 rccId = prse.getRccId(); in registerRemoteControlClient()1712 return rccId; in registerRemoteControlClient()2056 private void onRegisterVolumeObserverForRcc(int rccId, IRemoteVolumeObserver rvo) { in onRegisterVolumeObserverForRcc() argument2064 if (prse.getRccId() == rccId) { in onRegisterVolumeObserverForRcc()2134 private void sendVolumeUpdateToRemote(int rccId, int direction) { in sendVolumeUpdateToRemote() argument2135 if (DEBUG_VOL) { Log.d(TAG, "sendVolumeUpdateToRemote(rccId="+rccId+" , dir="+direction); } in sendVolumeUpdateToRemote()2149 if (prse.getRccId() == rccId) { in sendVolumeUpdateToRemote()2188 int rccId = RemoteControlClient.RCSE_ID_UNREGISTERED; in setRemoteStreamVolume() local2193 rccId = mMainRemote.mRccId; in setRemoteStreamVolume()[all …]