Home
last modified time | relevance | path

Searched refs:handle_key (Results 1 – 11 of 11) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dwidget.h18 void (*handle_key)(int key); member
Dproc_files.c82 .handle_key = on_handle_key,
Dmainloop.c126 active_widget->handle_key(key); in mainloop()
Ddevice_name.c164 .handle_key = on_handle_key,
Dcard_select.c101 .handle_key = on_handle_key,
Dtextbox.c313 .handle_key = on_handle_key,
Dmixer_widget.c660 .handle_key = on_handle_key,
/third_party/libinput/tools/
Dlibinput-measure-touchpad-tap.py136 def handle_key(self, event): member in Device
163 self.handle_key(event)
Dlibinput-measure-touch-size.py254 def handle_key(self, event): member in Device
303 self.handle_key(event)
Dlibinput-measure-touchpad-pressure.py288 def handle_key(device, event): function
330 handle_key(device, event)
/third_party/node/src/
Dprocess_wrap.cc92 Local<String> handle_key = env->handle_string(); in StreamForWrap() local
95 stdio->Get(env->context(), handle_key).ToLocalChecked().As<Object>(); in StreamForWrap()