Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerService.java201 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) { in sendGroupNavigationCmd()
219 public void sendPassThroughCmd(BluetoothDevice device, int keyCode, int keyState) { in sendPassThroughCmd()
426 public void sendPassThroughCmd(BluetoothDevice device, int keyCode, int keyState) { in sendPassThroughCmd()
434 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) { in sendGroupNavigationCmd()
806 private void handlePassthroughRsp(int id, int keyState) { in handlePassthroughRsp()
936 private void handleGroupNavigationRsp(int id, int keyState) { in handleGroupNavigationRsp()
953 private native boolean sendPassThroughCommandNative(byte[] address, int keyCode, int keyState); in sendPassThroughCommandNative()
955 int keyState); in sendGroupNavigationCommandNative()
DAvrcp.java553 int keyState = msg.arg1 == KEY_STATE_PRESS ? in handleMessage() local
562 int keyState = msg.arg1 == KEY_STATE_PRESS ? in handleMessage() local
854 private void handlePassthroughCmd(int id, int keyState) { in handlePassthroughCmd()
865 private void fastForward(int keyState) { in fastForward()
870 private void rewind(int keyState) { in rewind()
1176 private native boolean sendPassThroughCommandNative(int keyCode, int keyState); in sendPassThroughCommandNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java190 public void informAvrcpPassThroughCmd(BluetoothDevice device, int keyCode, int keyState) { in informAvrcpPassThroughCmd()