Home
last modified time | relevance | path

Searched defs:keyState (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerService.java156 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()
DAvrcp.java404 int keyState = msg.arg1 == KEY_STATE_PRESS ? in handleMessage() local
413 int keyState = msg.arg1 == KEY_STATE_PRESS ? in handleMessage() local
640 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()