Home
last modified time | relevance | path

Searched refs:key_pressed (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpControl.aidl30 int key_code, boolean key_pressed); in SendPassThroughCommand() argument
/system/bt/service/
Davrcp_control.cc63 uint8_t key_code, bool key_pressed) { in SendPassThroughCommand() argument
70 uint8_t key_state = key_pressed ? AVRC_STATE_PRESS : AVRC_STATE_RELEASE; in SendPassThroughCommand()
Davrcp_control.h71 uint8_t key_code, bool key_pressed);
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_control_binder_server.cc103 bool key_pressed, bool* _aidl_return) { in SendPassThroughCommand() argument
113 key_code, key_pressed)) { in SendPassThroughCommand()
Dbluetooth_avrcp_control_binder_server.h56 bool key_pressed, bool* _aidl_return) override;