Searched defs:key_code (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/extras/slideshow/ |
H A D | slideshow.cpp | 34 static int input_cb(int fd, unsigned int epevents, int *key_code) in input_cb() 87 int key_code = -1; in main() local
|
/aosp12/bootable/recovery/recovery_ui/ |
H A D | ui.cpp | 95 void RecoveryUI::OnKeyDetected(int key_code) { in OnKeyDetected() 356 void RecoveryUI::ProcessKey(int key_code, int updown) { in ProcessKey() 401 void RecoveryUI::TimeKey(int key_code, int count) { in TimeKey() 413 void RecoveryUI::EnqueueKey(int key_code) { in EnqueueKey()
|
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | IBluetoothAvrcpControl.aidl | 30 int key_code, boolean key_pressed); in SendPassThroughCommand()
|
/aosp12/bootable/recovery/minui/ |
H A D | events.cpp | 320 for (int key_code = 0; key_code <= KEY_MAX; ++key_code) { in ev_iterate_available_keys() local 344 for (int key_code = 0; key_code <= KEY_MAX; ++key_code) { in ev_iterate_touch_inputs() local
|
/aosp12/system/bt/service/ |
H A D | avrcp_control.cc | 63 uint8_t key_code, bool key_pressed) { in SendPassThroughCommand()
|
/aosp12/system/bt/service/ipc/binder/ |
H A D | bluetooth_avrcp_control_binder_server.cc | 102 int32_t id, const String16& device_address, int32_t key_code, in SendPassThroughCommand()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_avrcp_controller.cpp | 939 jbyteArray address, jint key_code, in sendPassThroughCommandNative() 967 jint key_code, in sendGroupNavigationCommandNative()
|
/aosp12/bootable/recovery/tests/unit/ |
H A D | screen_ui_test.cpp | 327 KeyCode key_code = static_cast<KeyCode>(key); in KeyHandler() local
|
/aosp12/system/bt/btif/src/ |
H A D | btif_rc.cc | 5231 uint8_t key_code, in send_groupnavigation_cmd() 5276 uint8_t key_code, uint8_t key_state) { in send_passthrough_cmd()
|