/aosp14/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiAudioSystemClient.java | 77 public int getDeviceType() { in getDeviceType() method in HdmiAudioSystemClient 94 mService.reportAudioStatus(getDeviceType(), volume, maxVolume, isMute); in sendReportAudioStatusCecCommand() 106 mService.reportAudioStatus(getDeviceType(), volume, maxVolume, isMute); in sendReportAudioStatusCecCommand() 114 mService.reportAudioStatus(getDeviceType(), mLastVolume, in sendReportAudioStatusCecCommand()
|
H A D | HdmiClient.java | 30 /* package */ abstract int getDeviceType(); in getDeviceType() method in HdmiClient 117 mService.sendKeyEvent(getDeviceType(), keyCode, isPressed); 135 mService.sendVolumeKeyEvent(getDeviceType(), keyCode, isPressed); 154 mService.sendVendorCommand(getDeviceType(), targetAddress, params, hasVendorId);
|
H A D | HdmiPlaybackClient.java | 95 public int getDeviceType() { in getDeviceType() method in HdmiPlaybackClient 118 mService.sendStandby(getDeviceType(), HdmiDeviceInfo.idForCecDevice(ADDR_TV)); in sendStandby()
|
H A D | HdmiTvClient.java | 58 public int getDeviceType() { in getDeviceType() method in HdmiTvClient 242 mService.sendStandby(getDeviceType(), deviceId);
|
H A D | HdmiSwitchClient.java | 59 public int getDeviceType() {
|
H A D | HdmiDeviceInfo.java | 366 public int getDeviceType() { in getDeviceType() method in HdmiDeviceInfo
|
/aosp14/frameworks/base/core/java/android/companion/ |
H A D | AssociatedDevice.java | 92 dest.writeInt(getDeviceType()); in writeToParcel() 101 private int getDeviceType() { in getDeviceType() method in AssociatedDevice 143 if (getDeviceType() != that.getDeviceType()) return false; in equals()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputMetricLogger.java | 226 switch (mediaDevice.getDeviceType()) { in updateLoggingDeviceCount() 257 switch (mediaItem.getMediaDevice().get().getDeviceType()) { in updateLoggingMediaItemCount() 287 switch (device.getDeviceType()) { in getLoggingDeviceType() 329 switch (device.getDeviceType()) { in getInteractionDeviceType()
|
H A D | MediaOutputAdapter.java | 503 mContext.getString(device.getDeviceType() in setUpContentDescriptionForView()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | HdmiCecNetworkTest.java | 224 assertThat(cecDeviceInfo.getDeviceType()).isEqualTo(HdmiDeviceInfo.DEVICE_PLAYBACK); in cecDevices_tracking_logicalAddressOnly() 261 assertThat(cecDeviceInfo.getDeviceType()).isEqualTo(type); in cecDevices_tracking_reportPhysicalAddress() 307 assertThat(cecDeviceInfo.getDeviceType()).isEqualTo(HdmiDeviceInfo.DEVICE_PLAYBACK); in cecDevices_tracking_reportPowerStatus() 330 assertThat(cecDeviceInfo.getDeviceType()).isEqualTo(HdmiDeviceInfo.DEVICE_PLAYBACK); in cecDevices_tracking_reportOsdName() 352 assertThat(cecDeviceInfo.getDeviceType()).isEqualTo(HdmiDeviceInfo.DEVICE_PLAYBACK); in cecDevices_tracking_reportVendorId() 391 assertThat(cecDeviceInfo.getDeviceType()).isEqualTo(type); in cecDevices_tracking_updatesDeviceInfo() 416 assertThat(cecDeviceInfo.getDeviceType()).isEqualTo(type); in cecDevices_tracking_updatesPhysicalAddress() 483 assertThat(cecDeviceInfo.getDeviceType()).isEqualTo(HdmiDeviceInfo.DEVICE_PLAYBACK); in cecDevices_tracking_updatesVendorId() 523 assertThat(cecDeviceInfo.getDeviceType()).isEqualTo(HdmiDeviceInfo.DEVICE_PLAYBACK); in cecDevices_tracking_reportPowerStatus_broadcast_infersCec2()
|
H A D | BasePlaybackDeviceAvbTest.java | 48 protected int getDeviceType() { in getDeviceType() method in BasePlaybackDeviceAvbTest
|
H A D | BaseAbsoluteVolumeBehaviorTest.java | 112 protected abstract int getDeviceType(); in getDeviceType() method in BaseAbsoluteVolumeBehaviorTest 134 Collections.singletonList(getDeviceType()), in setUp()
|
H A D | TvToAudioSystemAvbTest.java | 66 protected int getDeviceType() { in getDeviceType() method in TvToAudioSystemAvbTest
|
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/ |
H A D | NetworkProviderInfo.java | 238 public int getDeviceType() { in getDeviceType() method in NetworkProviderInfo 296 return mDeviceType == other.getDeviceType() in equals()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
H A D | MediaProfileReader.java | 53 public static String getDeviceType() { in getDeviceType() method in MediaProfileReader
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AdiDeviceState.java | 91 public int getDeviceType() { in getDeviceType() method in AdiDeviceState
|
H A D | SpatializerHelper.java | 578 int spatMode = SPAT_MODE_FOR_DEVICE_TYPE.get(device.getDeviceType(), in initSAState() 597 deviceState.getDeviceType()); in logDeviceState() 816 return deviceState.getDeviceType() == getCanonicalDeviceType(deviceState.getDeviceType(), in isSADevice()
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HotplugDetectionAction.java | 201 || (info.getDeviceType() == HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM); in infoListToBitSet()
|
H A D | HdmiCecLocalDeviceSource.java | 367 physicalAddress, getDeviceInfo().getDeviceType(), message.getSource(), caller); in setAndBroadcastActiveSource()
|
H A D | HdmiCecLocalDevicePlayback.java | 88 getDeviceInfo().getDeviceType(), Constants.ADDR_BROADCAST, in onAddressAllocated()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/service/controls/ |
H A D | ControlProviderServiceTest.java | 340 && c1.getDeviceType() == c2.getDeviceType() in equals()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputControllerTest.java | 1042 when(mMediaDevice1.getDeviceType()).thenReturn( in isVolumeControlEnabled_isCastWithVolumeFixed_returnsFalse() 1052 when(mMediaDevice1.getDeviceType()).thenReturn( in isVolumeControlEnabled_isCastWithVolumeNotFixed_returnsTrue() 1063 when(mMediaDevice1.getDeviceType()).thenReturn( in setTemporaryAllowListExceptionIfNeeded_fromRemoteToBluetooth_addsAllowList() 1067 when(mMediaDevice2.getDeviceType()).thenReturn( in setTemporaryAllowListExceptionIfNeeded_fromRemoteToBluetooth_addsAllowList()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
H A D | MediaDevice.java | 383 public int getDeviceType() { in getDeviceType() method in MediaDevice
|
H A D | LocalMediaManager.java | 521 final int type = device.getDeviceType(); in onDeviceListAdded()
|
/aosp14/frameworks/base/core/java/android/service/controls/ |
H A D | Control.java | 244 public int getDeviceType() { in getDeviceType() method in Control
|