Home
last modified time | relevance | path

Searched refs:send_button (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/tests/
Dpointer-test.c64 send_button(struct client *client, const struct timespec *time, in send_button() function
381 send_button(client, &t1, BTN_LEFT, WL_POINTER_BUTTON_STATE_PRESSED); in TEST()
387 send_button(client, &t2, BTN_LEFT, WL_POINTER_BUTTON_STATE_RELEASED); in TEST()
426 send_button(client, &t1, BTN_LEFT, WL_POINTER_BUTTON_STATE_PRESSED); in TEST()
434 send_button(client, &t2, BTN_LEFT, WL_POINTER_BUTTON_STATE_RELEASED); in TEST()
Dweston-test.c229 send_button(struct wl_client *client, struct wl_resource *resource, in send_button() function
605 send_button,
/third_party/grpc/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/cpp/
DHelloworldActivity.java53 sendButton = (Button) findViewById(R.id.send_button); in onCreate()
147 Button sendButton = (Button) activity.findViewById(R.id.send_button); in onPostExecute()