Searched refs:MSG_NEW_METADATA (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 642 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, in setMetadata() 660 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, in setArtwork() 686 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, in setAllMetadata() 740 private final static int MSG_NEW_METADATA = 3; // msg always has non-null obj parameter field in RemoteController 764 case MSG_NEW_METADATA: in handleMessage() 969 sendMsg(mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, in onDisplayEnable()
|