HomeSort by relevance Sort by last modified time
    Searched refs:SendKeyEvent (Results 1 - 3 of 3) sorted by null

  /development/simulator/app/
PhoneWindow.cpp 117 GetDeviceManager()->SendKeyEvent(keyCode, false);
575 GetDeviceManager()->SendKeyEvent(keyCode, true);
596 GetDeviceManager()->SendKeyEvent(keyCode, false);
621 GetDeviceManager()->SendKeyEvent(keyCode, true);
649 GetDeviceManager()->SendKeyEvent(mMouseKeySent, false);
1004 GetDeviceManager()->SendKeyEvent(keyCode, false);
    [all...]
DeviceManager.h 110 void SendKeyEvent(int32_t keyCode, bool down);
DeviceManager.cpp 281 void DeviceManager::SendKeyEvent(int32_t keyCode, bool down)
    [all...]

Completed in 331 milliseconds