Searched refs:notifyPlaybackActiveChanged (Results 1 – 3 of 3) sorted by relevance
107 public void notifyPlaybackActiveChanged(int seq, boolean playbackActive) { in notifyPlaybackActiveChanged() method in Controller2Link109 mIController.notifyPlaybackActiveChanged(seq, playbackActive); in notifyPlaybackActiveChanged()186 public void notifyPlaybackActiveChanged(int seq, boolean playbackActive) { in notifyPlaybackActiveChanged() method in Controller2Link.Controller2Stub
260 controller.notifyPlaybackActiveChanged(playbackActive); in setPlaybackActive()776 void notifyPlaybackActiveChanged(boolean playbackActive) { in notifyPlaybackActiveChanged() method in MediaSession2.ControllerInfo780 mControllerBinder.notifyPlaybackActiveChanged(getNextSeqNumber(), playbackActive); in notifyPlaybackActiveChanged()
34 void notifyPlaybackActiveChanged(int seq, boolean playbackActive) = 2; in notifyPlaybackActiveChanged() method