Searched refs:postMessage (Results 1 – 4 of 4) sorted by relevance
376 postMessage(MSG_ENABLED, (byte[]) null); in enable()385 postMessage(MSG_DISABLED, (byte[]) null); in disable()508 public void postMessage(int msg_type, byte[] msg) { in postMessage() method in Channel523 public void postMessage(int msg_type, ByteBuffer msg) { in postMessage() method in Channel
112 postMessage(ProtocolConstants.MT_FB_ACK, (byte[]) null); in onEmulatorMessage()
610 postMessage(ProtocolConstants.SENSORS_SENSOR_EVENT, mChangeMsg); in onSensorChanged()
227 h.postMessage(msg_type, bb); in onTouch()249 mHandler.postMessage(ProtocolConstants.MT_FB_HANDLED, (byte[]) null); in handleMessage()