Lines Matching defs:caller
681 void dispatchPrepare(RemoteUserInfo caller) { in dispatchPrepare()
685 void dispatchPrepareFromMediaId(RemoteUserInfo caller, String mediaId, Bundle extras) { in dispatchPrepareFromMediaId()
689 void dispatchPrepareFromSearch(RemoteUserInfo caller, String query, Bundle extras) { in dispatchPrepareFromSearch()
693 void dispatchPrepareFromUri(RemoteUserInfo caller, Uri uri, Bundle extras) { in dispatchPrepareFromUri()
697 void dispatchPlay(RemoteUserInfo caller) { in dispatchPlay()
701 void dispatchPlayFromMediaId(RemoteUserInfo caller, String mediaId, Bundle extras) { in dispatchPlayFromMediaId()
705 void dispatchPlayFromSearch(RemoteUserInfo caller, String query, Bundle extras) { in dispatchPlayFromSearch()
709 void dispatchPlayFromUri(RemoteUserInfo caller, Uri uri, Bundle extras) { in dispatchPlayFromUri()
713 void dispatchSkipToItem(RemoteUserInfo caller, long id) { in dispatchSkipToItem()
717 void dispatchPause(RemoteUserInfo caller) { in dispatchPause()
721 void dispatchStop(RemoteUserInfo caller) { in dispatchStop()
725 void dispatchNext(RemoteUserInfo caller) { in dispatchNext()
729 void dispatchPrevious(RemoteUserInfo caller) { in dispatchPrevious()
733 void dispatchFastForward(RemoteUserInfo caller) { in dispatchFastForward()
737 void dispatchRewind(RemoteUserInfo caller) { in dispatchRewind()
741 void dispatchSeekTo(RemoteUserInfo caller, long pos) { in dispatchSeekTo()
745 void dispatchRate(RemoteUserInfo caller, Rating rating) { in dispatchRate()
749 void dispatchSetPlaybackSpeed(RemoteUserInfo caller, float speed) { in dispatchSetPlaybackSpeed()
753 void dispatchCustomAction(RemoteUserInfo caller, String action, Bundle args) { in dispatchCustomAction()
757 void dispatchMediaButton(RemoteUserInfo caller, Intent mediaButtonIntent) { in dispatchMediaButton()
767 void dispatchAdjustVolume(RemoteUserInfo caller, int direction) { in dispatchAdjustVolume()
771 void dispatchSetVolumeTo(RemoteUserInfo caller, int volume) { in dispatchSetVolumeTo()
775 void dispatchCommand(RemoteUserInfo caller, String command, Bundle args, in dispatchCommand()
781 void postToCallback(RemoteUserInfo caller, int what, Object obj, Bundle data) { in postToCallback()
785 void postToCallbackDelayed(RemoteUserInfo caller, int what, Object obj, Bundle data, in postToCallbackDelayed()
1575 void post(RemoteUserInfo caller, int what, Object obj, Bundle data, long delayMs) { in post()