Searched refs:MSG_MASK (Results 1 – 1 of 1) sorted by relevance
39 private static final int MSG_MASK = 0xffff << MSG_SHIFT; field in CommandQueue298 final int what = msg.what & MSG_MASK; in handleMessage()