Home
last modified time | relevance | path

Searched refs:get_token_value_int (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/
Dmultitouch-port.c125 if (!get_token_value_int(pid, "pid", &pid_val) && in _on_move()
126 !get_token_value_int(pid, "x", &x) && in _on_move()
127 !get_token_value_int(pid, "y", &y)) { in _on_move()
128 get_token_value_int(pid, "pressure", &pressure); in _on_move()
143 if (!get_token_value_int(param, "pid", &pid_val) && in _on_down()
144 !get_token_value_int(param, "x", &x) && in _on_down()
145 !get_token_value_int(param, "y", &y)) { in _on_down()
146 get_token_value_int(param, "pressure", &pressure); in _on_down()
159 if (!get_token_value_int(param, "pid", &pid_val)) { in _on_up()
172 if (!get_token_value_int(param, "pid", &pid_val) && in _on_pdown()
[all …]
/external/qemu/android/utils/
Dmisc.h122 extern int get_token_value_int(const char* params, const char* name, int* value);
Dmisc.c297 get_token_value_int(const char* params, const char* name, int* value) in get_token_value_int() function
/external/qemu/android/camera/
Dcamera-service.c668 res = get_token_value_int(param, "inp_channel", &cc->inp_channel); in _camera_client_create()
828 if (get_token_value_int(param, "pix", &pix_format)) { in _camera_client_query_start()
1017 if (get_token_value_int(param, "video", &video_size) || in _camera_client_query_frame()
1018 get_token_value_int(param, "preview", &preview_size)) { in _camera_client_query_frame()