Home
last modified time | relevance | path

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

/aosp12/system/extras/slideshow/
H A Dslideshow.cpp34 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 Dui.cpp95 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 DIBluetoothAvrcpControl.aidl30 int key_code, boolean key_pressed); in SendPassThroughCommand()
/aosp12/bootable/recovery/minui/
H A Devents.cpp320 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 Davrcp_control.cc63 uint8_t key_code, bool key_pressed) { in SendPassThroughCommand()
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_control_binder_server.cc102 int32_t id, const String16& device_address, int32_t key_code, in SendPassThroughCommand()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_controller.cpp939 jbyteArray address, jint key_code, in sendPassThroughCommandNative()
967 jint key_code, in sendGroupNavigationCommandNative()
/aosp12/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp327 KeyCode key_code = static_cast<KeyCode>(key); in KeyHandler() local
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc5231 uint8_t key_code, in send_groupnavigation_cmd()
5276 uint8_t key_code, uint8_t key_state) { in send_passthrough_cmd()