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

12

/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
H A DMicrophoneInfo.h145 String16 getDeviceId() const { function in class:android::media::MicrophoneInfo
/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.java71 public long getDeviceId() { return mDeviceId; } method in class:Fingerprint
/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.java1875 public final int getDeviceId() { method in class:MotionEvent
3267 msg.append(", deviceId=").append(getDeviceId());
H A DKeyEvent.java1897 public final int getDeviceId() { method in class:KeyEvent
2509 * Renamed to {@link #getDeviceId}.
2512 * @deprecated use {@link #getDeviceId()} instead.
/frameworks/av/media/libaaudio/src/core/
H A DAAudioStreamParameters.h32 int32_t getDeviceId() const { function in class:aaudio::AAudioStreamParameters
H A DAudioStream.h211 int32_t getDeviceId() const { function in class:aaudio::AudioStream
/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.java57 public String getDeviceId(String callingPackage) { method in class:PhoneSubInfoController
69 mContext, phone.getSubId(), callingPackage, "getDeviceId")) {
72 return phone.getDeviceId();
102 loge("getDeviceId phone is null for Subscription:" + subId);
H A DPhoneInternalInterface.java807 String getDeviceId(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1450 public String getDeviceId() { method in class:GsmCdmaPhone
1462 loge("getDeviceId(): MEID is not initialized use ESN");
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioArgsParser.h172 int32_t getDeviceId() const { function in class:AAudioParameters
379 getDeviceId(), AAudioStream_getDeviceId(stream));
/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.java312 public String getDeviceId() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java269 public String getDeviceId() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java632 byte[] imeiBytes = getDeviceId();
978 protected byte[] getDeviceId() { method in class:EuiccCard
982 IccUtils.bcdToBytes(phone.getDeviceId(), imeiBytes);
/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.java1303 public String getDeviceId() { method in class:PhoneMock
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1219 public String getDeviceId() { method in class:TelephonyManager
1224 return telephony.getDeviceId(mContext.getOpPackageName());
1247 public String getDeviceId(int slotIndex) { method in class:TelephonyManager

Completed in 1179 milliseconds

12