Searched refs:msg_data (Results 1 – 3 of 3) sorted by relevance
106 public void onEmulatorMessage(int msg_type, ByteBuffer msg_data) { in onEmulatorMessage() argument111 msg.obj = msg_data; in onEmulatorMessage()
212 public void onEmulatorMessage(int msg_type, ByteBuffer msg_data) { in onEmulatorMessage() argument223 String enable_name = new String(msg_data.array()); in onEmulatorMessage()228 String disable_name = new String(msg_data.array()); in onEmulatorMessage()
215 public abstract void onEmulatorMessage(int msg_type, ByteBuffer msg_data); in onEmulatorMessage() argument655 final ByteBuffer msg_data = ByteBuffer.allocate(remains); in runIOLooper() local656 msg_data.order(mEndian); in runIOLooper()657 socket.receive(msg_data.array()); in runIOLooper()660 onEmulatorMessage(msg_type, msg_data); in runIOLooper()