Searched refs:MSG_DESTROYED (Results 1 – 4 of 4) sorted by relevance
79 private static final int MSG_DESTROYED = 8; field in MediaController1122 controller.postMessage(MSG_DESTROYED, null, null); in onSessionDestroyed()1220 case MSG_DESTROYED: in handleMessage()
463 private static final int MSG_DESTROYED = 3; field in PublishControllerImpl.PublishHandler505 case MSG_DESTROYED: in handleMessage()629 message.what = MSG_DESTROYED; in sendDestroyedMsg()837 EVENT_DESCRIPTION.put(MSG_DESTROYED, "DESTROYED"); in EVENT_DESCRIPTION.put() argument
608 mHandler.post(MessageHandler.MSG_DESTROYED); in close()2063 private static final int MSG_DESTROYED = 9;2095 case MSG_DESTROYED:
30053 Landroid/media/session/MediaController;->MSG_DESTROYED:I