Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/media/aidl/private/android/media/
H A DIMediaController2.aidl34 void notifyPlaybackActiveChanged(int seq, boolean playbackActive) = 2; in notifyPlaybackActiveChanged() method
/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
186 public void notifyPlaybackActiveChanged(int seq, boolean playbackActive) { in notifyPlaybackActiveChanged() method in Controller2Link.Controller2Stub
H A DMediaSession2.java776 void notifyPlaybackActiveChanged(boolean playbackActive) { in notifyPlaybackActiveChanged() method in MediaSession2.ControllerInfo