Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DController2Link.java107 public void notifyPlaybackActiveChanged(int seq, boolean playbackActive) { in notifyPlaybackActiveChanged() method in Controller2Link
109 mIController.notifyPlaybackActiveChanged(seq, playbackActive); in notifyPlaybackActiveChanged()
186 public void notifyPlaybackActiveChanged(int seq, boolean playbackActive) { in notifyPlaybackActiveChanged() method in Controller2Link.Controller2Stub
H A DMediaSession2.java260 controller.notifyPlaybackActiveChanged(playbackActive); in setPlaybackActive()
776 void notifyPlaybackActiveChanged(boolean playbackActive) { in notifyPlaybackActiveChanged() method in MediaSession2.ControllerInfo
780 mControllerBinder.notifyPlaybackActiveChanged(getNextSeqNumber(), playbackActive); in notifyPlaybackActiveChanged()
/aosp12/frameworks/base/apex/media/aidl/private/android/media/
H A DIMediaController2.aidl34 void notifyPlaybackActiveChanged(int seq, boolean playbackActive) = 2; in notifyPlaybackActiveChanged() method