Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaSession2.java658 private final Controller2Link mControllerBinder; field in MediaSession2.ControllerInfo
683 mControllerBinder = controllerBinder; in ControllerInfo()
734 return Objects.hash(mControllerBinder, mRemoteUserInfo); in hashCode()
743 if (mControllerBinder != null || other.mControllerBinder != null) { in equals()
744 return Objects.equals(mControllerBinder, other.mControllerBinder); in equals()
757 if (mControllerBinder == null) return; in notifyConnected()
767 if (mControllerBinder == null) return; in notifyDisconnected()
777 if (mControllerBinder == null) return; in notifyPlaybackActiveChanged()
788 if (mControllerBinder == null) return; in sendSessionCommand()
806 if (mControllerBinder == null) return; in cancelSessionCommand()
[all …]