~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to 3rd_party/android-input/tools/dispatcher_check.cpp

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include "androidfw/Platform.h"
2
1
 
3
2
#include <InputManager.h>
4
3
#include <pthread.h>
5
 
#include ANDROIDFW_UTILS(Thread.h)
 
4
#include <std/Thread.h>
6
5
#include <iostream>
7
6
 
8
7
using namespace android;