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

  /frameworks/base/core/jni/
android_view_InputDevice.h 27 extern jobject android_view_InputDevice_create(JNIEnv* env, const InputDeviceInfo& deviceInfo);
android_view_InputDevice.cpp 37 jobject android_view_InputDevice_create(JNIEnv* env, const InputDeviceInfo& deviceInfo) {
62 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();
64 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i);
  /frameworks/base/libs/androidfw/
InputDevice.cpp 127 // --- InputDeviceInfo ---
129 InputDeviceInfo::InputDeviceInfo() {
133 InputDeviceInfo::InputDeviceInfo(const InputDeviceInfo& other) :
142 InputDeviceInfo::~InputDeviceInfo() {
145 void InputDeviceInfo::initialize(int32_t id, int32_t generation,
158 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange
    [all...]
  /frameworks/base/include/androidfw/
InputDevice.h 54 class InputDeviceInfo {
56 InputDeviceInfo();
57 InputDeviceInfo(const InputDeviceInfo& other);
58 ~InputDeviceInfo();
  /frameworks/base/services/input/
InputReader.h 281 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) = 0;
317 virtual void getInputDevices(Vector<InputDeviceInfo>& outInputDevices) = 0;
392 virtual void getInputDevices(Vector<InputDeviceInfo>& outInputDevices);
472 void getInputDevicesLocked(Vector<InputDeviceInfo>& outInputDevices);
533 void getDeviceInfo(InputDeviceInfo* outDeviceInfo);
926 virtual void populateDeviceInfo(InputDeviceInfo* deviceInfo);
    [all...]
InputReader.cpp 250 Vector<InputDeviceInfo> inputDevices;
561 void InputReader::getInputDevices(Vector<InputDeviceInfo>& outInputDevices) {
566 void InputReader::getInputDevicesLocked(Vector<InputDeviceInfo>& outInputDevices) {
861 InputDeviceInfo deviceInfo;
871 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();
875 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i);
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 130 Vector<InputDeviceInfo> mInputDevices;
172 const Vector<InputDeviceInfo>& getInputDevices() const {
185 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
848 virtual void populateDeviceInfo(InputDeviceInfo* deviceInfo) {
1009 Vector<InputDeviceInfo> inputDevices;
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 184 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
462 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
    [all...]

Completed in 2133 milliseconds