Searched defs:msg_data (Results 1 – 3 of 3) sorted by relevance
106 public void onEmulatorMessage(int msg_type, ByteBuffer msg_data) { in onEmulatorMessage()
212 public void onEmulatorMessage(int msg_type, ByteBuffer msg_data) { in onEmulatorMessage()
215 public abstract void onEmulatorMessage(int msg_type, ByteBuffer msg_data); in onEmulatorMessage()655 final ByteBuffer msg_data = ByteBuffer.allocate(remains); in runIOLooper() local