Searched refs:getDeviceId (Results 1 - 25 of 48) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DInputEvent.java58 public abstract int getDeviceId(); method in class:InputEvent
66 return InputDevice.getDevice(getDeviceId());
H A DInputEventConsistencyVerifier.java202 final int deviceId = event.getDeviceId();
338 final int deviceId = event.getDeviceId();
531 final int deviceId = keyEvent.getDeviceId();
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java95 * This returns the same value as {@link android.hardware.usb.UsbDevice#getDeviceId}
100 public int getDeviceId() { method in class:MtpDevice
101 return mDevice.getDeviceId();
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java122 public int getDeviceId() { method in class:UsbDevice
123 return getDeviceId(mName);
315 public static int getDeviceId(String name) { method in class:UsbDevice
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl28 String getDeviceId();
H A DITelephony.aidl881 String getDeviceId();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoProxy.java38 public String getDeviceId() { method in class:PhoneSubInfoProxy
39 return mPhoneSubInfo.getDeviceId();
H A DPhoneSubInfo.java68 public String getDeviceId() { method in class:PhoneSubInfo
70 return mPhone.getDeviceId();
337 pw.println(" Device ID = " + mPhone.getDeviceId());
H A DPhoneSubInfoController.java46 public String getDeviceId() { method in class:PhoneSubInfoController
53 return phone.getDeviceId();
76 Rlog.e(TAG,"getDeviceId phoneSubInfoProxy is null" +
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHal.java164 retrieveStreamConfigsLocked(info.getDeviceId());
168 configs = mStreamConfigs.get(info.getDeviceId());
H A DTvInputHardwareManager.java159 mConnections.put(info.getDeviceId(), connection);
300 String inputId = mHardwareInputIdMap.get(hardwareInfo.getDeviceId());
758 result = mHal.removeStream(mInfo.getDeviceId(), mActiveConfig);
771 result = mHal.removeStream(mInfo.getDeviceId(), mActiveConfig);
778 result = mHal.addOrUpdateStream(mInfo.getDeviceId(), surface, config);
958 int result = mHal.addOrUpdateStream(mInfo.getDeviceId(), surface, config);
972 int result = mHal.removeStream(mInfo.getDeviceId(), config);
1119 String inputId = mHardwareInputIdMap.get(hardwareInfo.getDeviceId());
/frameworks/base/core/tests/coretests/src/android/util/
H A DKeyUtils.java62 final KeyCharacterMap keyCharMap = KeyCharacterMap.load(pushMenuKey.getDeviceId());
/frameworks/base/core/jni/
H A Dandroid_view_KeyCharacterMap.cpp55 inline int32_t getDeviceId() const { function in class:android::NativeKeyCharacterMap
105 parcel->writeInt32(map->getDeviceId());
179 if (map->getMap()->getEvents(map->getDeviceId(), chars, size_t(numChars), events)) {
H A Dandroid_view_InputEventSender.cpp116 event->getDeviceId(), event->getSource(), event->getAction(), event->getFlags(),
137 event->getDeviceId(), event->getSource(), event->getAction(), event->getFlags(),
H A Dandroid_view_KeyEvent.cpp62 event->getDeviceId(),
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1797 return getEventHub()->getAbsoluteAxisInfo(getDeviceId(), axis, axisInfo);
1863 return getEventHub()->getSwitchState(getDeviceId(), switchCode);
1905 getDeviceId(), patternStr.string(), repeat, token);
1920 ALOGD("cancelVibrate: deviceId=%d, token=%d", getDeviceId(), token);
1954 getDeviceId(), duration);
1956 getEventHub()->vibrate(getDeviceId(), duration);
1959 ALOGD("nextStep: sending cancel vibrate deviceId=%d", getDeviceId());
1961 getEventHub()->cancelVibrate(getDeviceId());
1974 ALOGD("stopVibrating: sending cancel vibrate deviceId=%d", getDeviceId());
1976 getEventHub()->cancelVibrate(getDeviceId());
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputHardwareInfo.java76 public int getDeviceId() { method in class:TvInputHardwareInfo
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp103 EXPECT_EQ(deviceId, keyEvent->getDeviceId());
186 EXPECT_EQ(deviceId, motionEvent->getDeviceId());
H A DInputEvent_test.cpp186 ASSERT_EQ(2, event.getDeviceId());
302 ASSERT_EQ(2, event->getDeviceId());
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java356 public int getDeviceId() { method in class:HdmiDeviceInfo
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java77 mDeviceId = mTManager.getDeviceId();
/frameworks/base/native/android/
H A Dinput.cpp46 return static_cast<const InputEvent*>(event)->getDeviceId();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java173 final int deviceId = event.getDeviceId();
/frameworks/native/include/input/
H A DInput.h268 inline int32_t getDeviceId() const { return mDeviceId; } function in class:android::InputEvent
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java307 public String getDeviceId() { method in class:ImsPhoneBase

Completed in 6994 milliseconds

12