Searched defs:keyState (Results 1 – 2 of 2) sorted by relevance
156 public void sendPassThroughCmd(BluetoothDevice device, int keyCode, int keyState) { in sendPassThroughCmd()212 public void sendPassThroughCmd(BluetoothDevice device, int keyCode, int keyState) { in sendPassThroughCmd()259 private void handlePassthroughRsp(int id, int keyState) { in handlePassthroughRsp()276 private native boolean sendPassThroughCommandNative(byte[] address, int keyCode, int keyState); in sendPassThroughCommandNative()
404 int keyState = msg.arg1 == KEY_STATE_PRESS ? in handleMessage() local413 int keyState = msg.arg1 == KEY_STATE_PRESS ? in handleMessage() local640 private void handlePassthroughCmd(int id, int keyState) { in handlePassthroughCmd()651 private void fastForward(int keyState) { in fastForward()656 private void rewind(int keyState) { in rewind()907 private native boolean sendPassThroughCommandNative(int keyCode, int keyState); in sendPassThroughCommandNative()