Searched refs:keyState (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java201 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) { argument
202 Log.v(TAG, "sendGroupNavigationCmd keyCode: " + keyCode + " keyState: " + keyState);
215 MESSAGE_SEND_GROUP_NAVIGATION_CMD,keyCode, keyState, device);
219 public void sendPassThroughCmd(BluetoothDevice device, int keyCode, int keyState) { argument
220 Log.v(TAG, "sendPassThroughCmd keyCode: " + keyCode + " keyState: " + keyState);
235 keyCode, keyState, device);
289 keyCode, keyState, device);
426 public void sendPassThroughCmd(BluetoothDevice device, int keyCode, int keyState) { argument
434 sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) argument
806 handlePassthroughRsp(int id, int keyState) argument
936 handleGroupNavigationRsp(int id, int keyState) argument
953 sendPassThroughCommandNative(byte[] address, int keyCode, int keyState) argument
954 sendGroupNavigationCommandNative(byte[] address, int keyCode, int keyState) argument
[all...]
H A DAvrcp.java551 int keyState = msg.arg1 == KEY_STATE_PRESS ?
554 new KeyEvent(keyState, KeyEvent.KEYCODE_MEDIA_FAST_FORWARD);
560 int keyState = msg.arg1 == KEY_STATE_PRESS ?
563 new KeyEvent(keyState, KeyEvent.KEYCODE_MEDIA_REWIND);
847 private void handlePassthroughCmd(int id, int keyState) { argument
850 rewind(keyState);
853 fastForward(keyState);
858 private void fastForward(int keyState) { argument
859 Message msg = mHandler.obtainMessage(MESSAGE_FAST_FORWARD, keyState, 0);
863 private void rewind(int keyState) { argument
1160 sendPassThroughCommandNative(int keyCode, int keyState) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java190 public void informAvrcpPassThroughCmd(BluetoothDevice device, int keyCode, int keyState) { argument
193 keyState == BluetoothAvrcpController.KEY_STATE_RELEASED) {
197 keyState == BluetoothAvrcpController.KEY_STATE_RELEASED) {

Completed in 57 milliseconds