HomeSort by relevance Sort by last modified time
    Searched refs:SENDMSG_REPLACE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/java/android/media/
RemoteController.java 531 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,
699 private static final int SENDMSG_REPLACE = 0;
711 if (existingMsgPolicy == SENDMSG_REPLACE) {
    [all...]
AudioService.java 139 private static final int SENDMSG_REPLACE = 0;
    [all...]
MediaFocusControl.java 336 private static final int SENDMSG_REPLACE = 0;
345 if (existingMsgPolicy == SENDMSG_REPLACE) {
    [all...]

Completed in 39 milliseconds