Home
last modified time | relevance | path

Searched refs:key_code (Results 1 – 8 of 8) sorted by relevance

/system/extras/slideshow/
Dslideshow.cpp34 static int input_cb(int fd, unsigned int epevents, int *key_code) in input_cb() argument
38 *key_code = -1; in input_cb()
45 *key_code = ev.code; in input_cb()
87 int key_code = -1; in main() local
114 std::placeholders::_2, &key_code)) == -1) { in main()
131 if (key_code != -1) { in main()
157 } while (key_code != KEY_POWER); in main()
/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
76 ->send_pass_through_cmd(addr, key_code, key_state); in SendPassThroughCommand()
Davrcp_control.h71 uint8_t key_code, bool key_pressed);
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_control_binder_server.cc102 int32_t id, const String16& device_address, int32_t key_code, in SendPassThroughCommand() argument
113 key_code, key_pressed)) { in SendPassThroughCommand()
Dbluetooth_avrcp_control_binder_server.h55 int32_t id, const android::String16& device_address, int32_t key_code,
/system/bt/include/hardware/
Dbt_rc.h668 uint8_t key_code, uint8_t key_state);
672 uint8_t key_code, uint8_t key_state);
/system/bt/btif/src/
Dbtif_rc.cc5231 uint8_t key_code, in send_groupnavigation_cmd() argument
5235 BTIF_TRACE_DEBUG("%s: key-code: %d, key-state: %d", __func__, key_code, in send_groupnavigation_cmd()
5248 UINT8_TO_BE_STREAM(start, key_code); in send_groupnavigation_cmd()
5276 uint8_t key_code, uint8_t key_state) { in send_passthrough_cmd() argument
5285 BTIF_TRACE_DEBUG("%s: key-code: %d, key-state: %d", __func__, key_code, in send_passthrough_cmd()
5291 (tBTA_AV_RC)key_code, (tBTA_AV_STATE)key_state); in send_passthrough_cmd()