Searched refs:key_code (Results 1 – 8 of 8) sorted by relevance
/system/extras/slideshow/ |
D | slideshow.cpp | 34 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/ |
D | IBluetoothAvrcpControl.aidl | 30 int key_code, boolean key_pressed); in SendPassThroughCommand() argument
|
/system/bt/service/ |
D | avrcp_control.cc | 63 uint8_t key_code, bool key_pressed) { in SendPassThroughCommand() argument 76 ->send_pass_through_cmd(addr, key_code, key_state); in SendPassThroughCommand()
|
D | avrcp_control.h | 71 uint8_t key_code, bool key_pressed);
|
/system/bt/service/ipc/binder/ |
D | bluetooth_avrcp_control_binder_server.cc | 102 int32_t id, const String16& device_address, int32_t key_code, in SendPassThroughCommand() argument 113 key_code, key_pressed)) { in SendPassThroughCommand()
|
D | bluetooth_avrcp_control_binder_server.h | 55 int32_t id, const android::String16& device_address, int32_t key_code,
|
/system/bt/include/hardware/ |
D | bt_rc.h | 668 uint8_t key_code, uint8_t key_state); 672 uint8_t key_code, uint8_t key_state);
|
/system/bt/btif/src/ |
D | btif_rc.cc | 5231 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()
|