Searched refs:get_token_value_int (Results 1 – 4 of 4) sorted by relevance
/external/qemu/android/ |
D | multitouch-port.c | 125 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/ |
D | misc.h | 122 extern int get_token_value_int(const char* params, const char* name, int* value);
|
D | misc.c | 297 get_token_value_int(const char* params, const char* name, int* value) in get_token_value_int() function
|
/external/qemu/android/camera/ |
D | camera-service.c | 668 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()
|