Searched defs:getDeviceId (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DDvbDeviceInfo.java78 public int getDeviceId() { method in class:DvbDeviceInfo
H A DTvInputHardwareInfo.java108 public int getDeviceId() { method in class:TvInputHardwareInfo
/frameworks/av/include/media/
H A DAudioIoDescriptor.h47 audio_port_handle_t getDeviceId() { function in class:android::AudioIoDescriptor
/frameworks/av/media/libaudioclient/include/media/
H A DAudioIoDescriptor.h47 audio_port_handle_t getDeviceId() { function in class:android::AudioIoDescriptor
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprint.java70 public long getDeviceId() { return mDeviceId; } method in class:Fingerprint
/frameworks/av/media/libaaudio/src/core/
H A DAAudioStreamParameters.h32 int32_t getDeviceId() const { function in class:aaudio::AAudioStreamParameters
H A DAudioStream.h177 int32_t getDeviceId() const { function in class:aaudio::AudioStream
/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 DMotionEvent.java1871 public final int getDeviceId() { method in class:MotionEvent
3258 msg.append(", deviceId=").append(getDeviceId());
H A DKeyEvent.java1896 public final int getDeviceId() { method in class:KeyEvent
2508 * Renamed to {@link #getDeviceId}.
2511 * @deprecated use {@link #getDeviceId()} instead.
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioArgsParser.h85 int32_t getDeviceId() const { function in class:AAudioParameters
250 getDeviceId(), AAudioStream_getDeviceId(stream));
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java139 public int getDeviceId() { method in class:UsbDevice
140 return getDeviceId(mName);
334 public static int getDeviceId(String name) { method in class:UsbDevice
/frameworks/base/core/jni/
H A Dandroid_view_KeyCharacterMap.cpp57 inline int32_t getDeviceId() const { function in class:android::NativeKeyCharacterMap
107 parcel->writeInt32(map->getDeviceId());
183 if (map->getMap()->getEvents(map->getDeviceId(),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java61 public String getDeviceId(String callingPackage) { method in class:PhoneSubInfoController
67 if (!checkReadPhoneState(callingPackage, "getDeviceId")) {
75 return phone.getDeviceId();
103 loge("getDeviceId phone is null for Subscription:" + subId);
H A DPhoneInternalInterface.java759 String getDeviceId(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1451 public String getDeviceId() { method in class:GsmCdmaPhone
1463 loge("getDeviceId(): MEID is not initialized use ESN");
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java356 public int getDeviceId() { method in class:HdmiDeviceInfo
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java149 * This returns the same value as {@link android.hardware.usb.UsbDevice#getDeviceId}
154 public int getDeviceId() { method in class:MtpDevice
155 return mDevice.getDeviceId();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java310 public String getDeviceId() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java277 public String getDeviceId() { method in class:SipPhoneBase
/frameworks/native/include/input/
H A DInput.h299 inline int32_t getDeviceId() const { return mDeviceId; } function in class:android::InputEvent
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1295 public String getDeviceId() { method in class:PhoneMock
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1013 public String getDeviceId() { method in class:TelephonyManager
1018 return telephony.getDeviceId(mContext.getOpPackageName());
1037 public String getDeviceId(int slotIndex) { method in class:TelephonyManager
/frameworks/native/services/inputflinger/
H A DInputReader.h981 inline int32_t getDeviceId() { return mDevice->getId(); } function in class:android::InputMapper

Completed in 3709 milliseconds