/aosp14/frameworks/base/core/java/android/app/servertransaction/ |
H A D | ConfigurationChangeItem.java | 35 private int mDeviceId; field in ConfigurationChangeItem 46 client.handleConfigurationChanged(mConfiguration, mDeviceId); in execute() 61 instance.mDeviceId = deviceId; in obtain() 69 mDeviceId = 0; in recycle() 80 dest.writeInt(mDeviceId); in writeToParcel() 86 mDeviceId = in.readInt(); in ConfigurationChangeItem() 110 && mDeviceId == other.mDeviceId; in equals() 116 result = 31 * result + mDeviceId; in hashCode() 123 return "ConfigurationChangeItem{deviceId=" + mDeviceId + ", config" + mConfiguration + "}"; in toString()
|
H A D | LaunchActivityItem.java | 61 private int mDeviceId; field in LaunchActivityItem 103 client.handleLaunchActivity(r, pendingActions, mDeviceId, null /* customIntent */); in execute() 158 dest.writeInt(mDeviceId); in writeToParcel() 220 && mDeviceId == other.mDeviceId in equals() 241 result = 31 * result + mDeviceId; in hashCode() 286 + ",deviceId=" + mDeviceId + ",referrer=" + mReferrer + ",procState=" + mProcState in toString() 308 instance.mDeviceId = deviceId; in setValues()
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | InputDeviceVibratorManager.java | 46 private final int mDeviceId; field in InputDeviceVibratorManager 53 mDeviceId = deviceId; in InputDeviceVibratorManager() 62 InputDevice inputDevice = InputDevice.getDevice(mDeviceId); in initializeVibrators() 64 mGlobal.getVibratorIds(mDeviceId); in initializeVibrators() 67 new InputDeviceVibrator(mDeviceId, vibratorIds[i])); in initializeVibrators() 79 if (deviceId == mDeviceId) { in onInputDeviceRemoved() 87 if (deviceId == mDeviceId) { in onInputDeviceChanged() 130 mGlobal.vibrate(mDeviceId, effect, mToken); in vibrate() 135 mGlobal.cancelVibrate(mDeviceId, mToken); in cancel()
|
H A D | InputDeviceLightsManager.java | 42 private final int mDeviceId; field in InputDeviceLightsManager 48 mDeviceId = deviceId; in InputDeviceLightsManager() 59 return mGlobal.getLights(mDeviceId); in getLights() 70 return mGlobal.getLightState(mDeviceId, light); in getLightState() 79 mGlobal.openLightSession(mDeviceId, mPackageName, session.getToken()); in openSession() 115 mGlobal.requestLights(mDeviceId, request, getToken()); in requestLights() 124 mGlobal.closeLightSession(mDeviceId, getToken()); in close()
|
H A D | InputDeviceVibrator.java | 45 private final int mDeviceId; field in InputDeviceVibrator 56 mDeviceId = deviceId; in InputDeviceVibrator() 96 return mGlobal.isVibrating(mDeviceId); in isVibrating() 135 if (!mGlobal.registerVibratorStateListener(mDeviceId, delegate)) { in addVibratorStateListener() 159 if (!mGlobal.unregisterVibratorStateListener(mDeviceId, delegate)) { in removeVibratorStateListener() 179 mGlobal.vibrate(mDeviceId, effect, mToken); in vibrate() 184 mGlobal.cancelVibrate(mDeviceId, mToken); in cancel()
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | TvInputHardwareInfo.java | 99 private int mDeviceId; field in TvInputHardwareInfo 111 return mDeviceId; in getDeviceId() 150 b.append("TvInputHardwareInfo {id=").append(mDeviceId); in toString() 170 dest.writeInt(mDeviceId); in writeToParcel() 181 mDeviceId = source.readInt(); in readFromParcel() 194 .deviceId(mDeviceId) in toBuilder() 206 private Integer mDeviceId = null; field in TvInputHardwareInfo.Builder 217 mDeviceId = deviceId; in deviceId() 250 if (mDeviceId == null || mType == null) { in build() 259 info.mDeviceId = mDeviceId; in build()
|
H A D | DvbDeviceInfo.java | 59 private final int mDeviceId; field in DvbDeviceInfo 63 mDeviceId = source.readInt(); in DvbDeviceInfo() 71 mDeviceId = deviceId; in DvbDeviceInfo() 89 return mDeviceId; in getDeviceId() 101 dest.writeInt(mDeviceId); in writeToParcel()
|
/aosp14/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiDeviceInfo.java | 130 private final int mDeviceId; field in HdmiDeviceInfo 204 mDeviceId = -1; in HdmiDeviceInfo() 228 this.mDeviceId = builder.mDeviceId; in HdmiDeviceInfo() 398 return mDeviceId; in getDeviceId() 493 dest.writeInt(mDeviceId); in writeToParcel() 520 s.append("device_id: ").append(String.format("0x%04X", mDeviceId)).append(" "); in toString() 560 && mDeviceId == other.mDeviceId in equals() 576 mDeviceId, in hashCode() 604 private int mDeviceId = -1; field in HdmiDeviceInfo.Builder 626 mDeviceId = hdmiDeviceInfo.mDeviceId; in Builder() [all …]
|
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/ |
H A D | HotspotNetwork.java | 78 private final long mDeviceId; field in HotspotNetwork 96 private long mDeviceId = -1; field in HotspotNetwork.Builder 118 mDeviceId = deviceId; in setDeviceId() 213 mDeviceId, in build() 254 mDeviceId = deviceId; in HotspotNetwork() 270 return mDeviceId; in getDeviceId() 348 return mDeviceId == other.getDeviceId() in equals() 359 return Objects.hash(mDeviceId, mNetworkProviderInfo, mNetworkName, mHotspotSsid, in hashCode() 370 dest.writeLong(mDeviceId); in writeToParcel() 408 .append("deviceId=").append(mDeviceId) in toString()
|
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricAuthenticator.java | 88 private long mDeviceId; // physical device this is associated with field in BiometricAuthenticator.Identifier 95 mDeviceId = deviceId; in Identifier() 118 return mDeviceId; in getDeviceId() 126 mDeviceId = deviceId; in setDeviceId()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | VerifiedInputEvent.java | 56 private int mDeviceId; field in VerifiedInputEvent 65 mDeviceId = deviceId; in VerifiedInputEvent() 76 mDeviceId = in.readInt(); in VerifiedInputEvent() 88 return mDeviceId; in getDeviceId() 124 dest.writeInt(mDeviceId); in writeToParcel()
|
H A D | KeyEvent.java | 1376 private int mDeviceId; field in KeyEvent 1612 mDeviceId = deviceId; in KeyEvent() 1676 mDeviceId = origEvent.mDeviceId; in KeyEvent() 1717 ev.mDeviceId = deviceId; in obtain() 1772 ev.mDeviceId = other.mDeviceId; in obtain() 2087 return mDeviceId; in getDeviceId() 2752 return mDeviceId; in getKeyboardDevice() 2766 return KeyCharacterMap.load(mDeviceId); in getKeyCharacterMap() 3082 msg.append(", deviceId=").append(mDeviceId); in toString() 3220 mDeviceId = in.readInt(); in KeyEvent() [all …]
|
/aosp14/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
H A D | BandwidthTest.java | 62 private String mDeviceId; field in BandwidthTest 81 mDeviceId = mTManager.getDeviceId(); in setUp() 123 mTestServer, FILE_SIZE, mDeviceId, ts); in downloadFile() 136 results.putString("device_id", mDeviceId); in downloadFile() 174 mTestServer, FILE_SIZE, mDeviceId, ts); in uploadFile() 181 assertTrue(BandwidthTestUtil.postFileToServer(mTestServer, mDeviceId, ts, tmpSaveFile)); in uploadFile() 190 results.putString("device_id", mDeviceId); in uploadFile() 236 mTestServer, FILE_SIZE, mDeviceId, ts); in downloadFileUsingDownloadManager() 247 results.putString("device_id", mDeviceId); in downloadFileUsingDownloadManager()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | AudioPlaybackConfiguration.java | 321 private int mDeviceId; field in AudioPlaybackConfiguration 350 mDeviceId = PLAYER_DEVICEID_INVALID; in AudioPlaybackConfiguration() 377 mDeviceId = deviceId; in setUpdateableFields() 455 deviceId = mDeviceId; in getAudioDeviceInfo() 685 changed = changed || (mDeviceId != deviceId); in handleStateEvent() 686 mDeviceId = deviceId; in handleStateEvent() 766 return Objects.hash(mPlayerIId, mDeviceId, mMutedState, mPlayerType, mClientUid, in hashCode() 780 dest.writeInt(mDeviceId); in writeToParcel() 799 mDeviceId = in.readInt(); in AudioPlaybackConfiguration() 820 && (mDeviceId == that.mDeviceId) in equals() [all …]
|
H A D | MicrophoneInfo.java | 154 private String mDeviceId; field in MicrophoneInfo 174 mDeviceId = deviceId; in MicrophoneInfo() 196 return mDeviceId; in getDescription()
|
/aosp14/frameworks/base/services/core/jni/tvinput/ |
H A D | BufferProducerThread.cpp | 25 mDeviceId(deviceId), in BufferProducerThread() 62 mDevice->cancel_capture(mDevice, mDeviceId, mStream.stream_id, mSeq); in setSurfaceLocked() 141 mDevice->request_capture(mDevice, mDeviceId, mStream.stream_id, buffer->handle, ++mSeq); in threadLoop()
|
H A D | BufferProducerThread.h | 40 int mDeviceId; variable
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AdiDeviceState.java | 52 private final Pair<Integer, String> mDeviceId; field in AdiDeviceState 83 mDeviceId = new Pair<>(mInternalDeviceType, mDeviceAddress); in AdiDeviceState() 87 return mDeviceId; in getDeviceId()
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | ProxyAccessibilityServiceConnection.java | 70 private int mDeviceId; field in ProxyAccessibilityServiceConnection 100 mDeviceId = deviceId; in ProxyAccessibilityServiceConnection() 107 return mDeviceId; in getDeviceId() 184 mSystemSupport.onProxyChanged(mDeviceId); in setInstalledAndEnabledServices() 252 mSystemSupport.onProxyChanged(mDeviceId); in setFocusAppearance() 620 pw.append(", deviceId=" + mDeviceId); in dump()
|
H A D | ProxyManager.java | 458 if (client.mDeviceId == deviceId) { in updateRelevantEventTypesLocked() 478 if (proxy != null && proxy.getDeviceId() == client.mDeviceId) { in computeRelevantEventTypesLocked() 487 Slog.v(LOG_TAG, "Relevant event types for device id " + client.mDeviceId in computeRelevantEventTypesLocked() 611 if (client.mDeviceId == deviceId) { in scheduleUpdateProxyClientsIfNeededLocked() 632 if (client.mDeviceId == deviceId) { in scheduleNotifyProxyClientsOfServicesStateChangeLocked() 656 if (client.mDeviceId == proxy.getDeviceId()) { in updateFocusAppearanceLocked() 813 client.mDeviceId = deviceId; in updateDeviceIdsIfNeededLocked() 884 if (client.mDeviceId == deviceId) { in printClientsForDeviceId()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
H A D | TestUtils.java | 98 private int mDeviceId; field in TestUtils.LaunchActivityItemBuilder 140 mDeviceId = deviceId; in setDeviceId() 216 mCurConfig, mOverrideConfig, mDeviceId, mReferrer, mVoiceInteractor, in build()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_KeyEvent.cpp | 80 jfieldID mDeviceId; member 118 jint deviceId = env->GetIntField(eventObj, gKeyEventClassInfo.mDeviceId); in android_view_KeyEvent_toNative() 188 gKeyEventClassInfo.mDeviceId = GetFieldIDOrDie(env, gKeyEventClassInfo.clazz, "mDeviceId", "I"); in register_android_view_KeyEvent()
|
H A D | android_view_KeyCharacterMap.cpp | 52 : mDeviceId(deviceId), mMap(std::move(map)) {} in NativeKeyCharacterMap() 58 return mDeviceId; in getDeviceId() 64 int32_t mDeviceId; member in android::NativeKeyCharacterMap
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | KeyboardBacklightController.java | 551 private final int mDeviceId; field in KeyboardBacklightController.KeyboardBacklightState 560 mDeviceId = deviceId; in KeyboardBacklightState() 624 int fromValue = Color.alpha(mNative.getLightColor(mDeviceId, mLight.getId())); in setBacklightValue() 631 mNative.setLightColor(mDeviceId, mLight.getId(), Color.argb(toValue, 0, 0, 0)); in setBacklightValue() 640 (animation) -> mNative.setLightColor(mDeviceId, mLight.getId(), in startAnimation()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
H A D | VirtualDeviceImpl.java | 129 private int mDeviceId; field in VirtualDeviceImpl 257 mDeviceId = deviceId; 269 mSensorController = new SensorController(mDeviceId, mParams.getVirtualSensorCallback()); 339 return mDeviceId; 406 boolean removed = mService.removeVirtualDevice(mDeviceId); 407 mDeviceId = Context.DEVICE_ID_INVALID; 830 fout.println(" mDeviceId: " + mDeviceId); 986 Slog.w(TAG, "Virtual device " + mDeviceId + " doesn't have a virtual display with ID "
|