Home
last modified time | relevance | path

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

/packages/modules/Media/apex/framework/java/android/media/
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
DMediaSession2.java260 controller.notifyPlaybackActiveChanged(playbackActive); in setPlaybackActive()
777 void notifyPlaybackActiveChanged(boolean playbackActive) { in notifyPlaybackActiveChanged() method in MediaSession2.ControllerInfo
781 mControllerBinder.notifyPlaybackActiveChanged(getNextSeqNumber(), playbackActive); in notifyPlaybackActiveChanged()
/packages/modules/Media/apex/aidl/private/android/media/
DIMediaController2.aidl34 void notifyPlaybackActiveChanged(int seq, boolean playbackActive) = 2; in notifyPlaybackActiveChanged() method