Searched refs:sendMsg (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dmsg.rs20 void sendMsg() {
/frameworks/base/media/java/android/media/
H A DRemoteController.java531 sendMsg(rc.mEventHandler, MSG_NEW_PENDING_INTENT, SENDMSG_REPLACE,
535 sendMsg(rc.mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE,
545 sendMsg(rc.mEventHandler, MSG_DISPLAY_ENABLE, SENDMSG_REPLACE,
570 sendMsg(rc.mEventHandler, MSG_NEW_PLAYBACK_INFO, SENDMSG_REPLACE,
586 sendMsg(rc.mEventHandler, MSG_NEW_TRANSPORT_INFO, SENDMSG_REPLACE,
605 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE,
623 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE,
649 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE,
705 private static void sendMsg(Handler handler, int msg, int existingMsgPolicy, method in class:RemoteController
838 sendMsg(mEventHandle
[all...]
H A DAudioService.java131 // sendMsg() flags
163 // and not with sendMsg(..., ..., SENDMSG_QUEUE, ...)
288 sendMsg(mAudioHandler, MSG_MEDIA_SERVER_DIED,
496 sendMsg(mAudioHandler,
648 sendMsg(mAudioHandler,
668 sendMsg(mAudioHandler,
920 sendMsg(mAudioHandler,
1221 sendMsg(mAudioHandler,
1268 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME_MUTE, SENDMSG_REPLACE, state ? 1
1332 sendMsg(mAudioHandle
2754 private static void sendMsg(Handler handler, int msg, method in class:AudioService
[all...]
H A DMediaFocusControl.java241 sendMsg(mEventHandler, MSG_REEVALUATE_RCD, SENDMSG_QUEUE, 0, 0, null, 0);
280 sendMsg(mEventHandler, MSG_RCDISPLAY_INIT_INFO, SENDMSG_QUEUE,
334 // sendMsg() flags
342 private static void sendMsg(Handler handler, int msg, method in class:MediaFocusControl
1816 sendMsg(mEventHandler, MSG_PROMOTE_RCC, SENDMSG_REPLACE,
2197 sendMsg(mEventHandler, MSG_RCDISPLAY_INIT_INFO, SENDMSG_QUEUE,
2345 sendMsg(mEventHandler, MSG_RCC_SEEK_REQUEST, SENDMSG_REPLACE, generationId /* arg1 */,
2368 sendMsg(mEventHandler, MSG_RCC_UPDATE_METADATA, SENDMSG_QUEUE,
2398 sendMsg(mEventHandler, MSG_RCC_NEW_PLAYBACK_INFO, SENDMSG_QUEUE,
2463 sendMsg(mEventHandle
[all...]

Completed in 75 milliseconds