Searched refs:NativeInputManager (Results 1 – 1 of 1) sorted by relevance
256 class NativeInputManager : public virtual InputReaderPolicyInterface, class262 virtual ~NativeInputManager();265 NativeInputManager(jobject serviceObj, const sp<Looper>& looper);473 NativeInputManager::NativeInputManager(jobject serviceObj, const sp<Looper>& looper) in NativeInputManager() function in android::NativeInputManager484 NativeInputManager::~NativeInputManager() { in ~NativeInputManager()490 void NativeInputManager::dump(std::string& dump) { in dump()513 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()523 void NativeInputManager::setDisplayViewports(JNIEnv* env, jobjectArray viewportObjArray) { in setDisplayViewports()556 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputChannel( in createInputChannel()562 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputMonitor( in createInputMonitor()[all …]