Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java247 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) { in sendGroupNavigationCmd()
268 private void handlePassthroughRsp(int id, int keyState, byte[] address) { in handlePassthroughRsp()
275 private void handleGroupNavigationRsp(int id, int keyState) { in handleGroupNavigationRsp()
718 public native boolean sendPassThroughCommandNative(byte[] address, int keyCode, int keyState); in sendPassThroughCommandNative()
728 int keyState); in sendGroupNavigationCommandNative()