/frameworks/base/core/java/android/hardware/hdmi/ |
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()
|
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);
|
D | HdmiPlaybackClient.java | 95 public int getDeviceType() { in getDeviceType() method in HdmiPlaybackClient 118 mService.sendStandby(getDeviceType(), HdmiDeviceInfo.idForCecDevice(ADDR_TV)); in sendStandby()
|
D | HdmiTvClient.java | 58 public int getDeviceType() { in getDeviceType() method in HdmiTvClient 242 mService.sendStandby(getDeviceType(), deviceId);
|
D | HdmiSwitchClient.java | 59 public int getDeviceType() {
|
/frameworks/base/core/java/android/companion/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
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()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
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()
|
D | BasePlaybackDeviceAvbTest.java | 48 protected int getDeviceType() { in getDeviceType() method in BasePlaybackDeviceAvbTest
|
D | BaseAbsoluteVolumeBehaviorTest.java | 116 protected abstract int getDeviceType(); in getDeviceType() method in BaseAbsoluteVolumeBehaviorTest 138 Collections.singletonList(getDeviceType()), in setUp() 222 if (getDeviceType() == HdmiDeviceInfo.DEVICE_PLAYBACK) { in adoptFullVolumeBehaviorOnAvbCapableAudioOutputDevices() 225 } else if (getDeviceType() == HdmiDeviceInfo.DEVICE_TV) { in adoptFullVolumeBehaviorOnAvbCapableAudioOutputDevices() 537 if (getDeviceType() == HdmiDeviceInfo.DEVICE_TV) { in avbEnabled_receiveReportAudioStatus_notifiesVolumeOrMuteChanges()
|
D | BaseTvToAudioSystemAvbTest.java | 61 protected int getDeviceType() { in getDeviceType() method in BaseTvToAudioSystemAvbTest
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
D | HotspotNetworkEntry.java | 244 mHotspotNetworkData.getNetworkProviderInfo().getDeviceType())); in getSummary() 256 getDeviceTypeId(mHotspotNetworkData.getNetworkProviderInfo().getDeviceType())); in getSummary() 369 public synchronized int getDeviceType() { in getDeviceType() method in HotspotNetworkEntry 373 return mHotspotNetworkData.getNetworkProviderInfo().getDeviceType(); in getDeviceType()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | BluetoothDeviceRoutesManager.java | 148 ? getRouteIdForType(bluetoothDevice, getDeviceType(bluetoothDevice)) in getRouteIdForBluetoothAddress() 238 int type = getDeviceType(device); in createBluetoothRoute() 284 private int getDeviceType(@NonNull BluetoothDevice device) { in getDeviceType() method in BluetoothDeviceRoutesManager
|
/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/ |
D | NetworkProviderInfo.java | 250 public int getDeviceType() { in getDeviceType() method in NetworkProviderInfo 318 return mDeviceType == other.getDeviceType() in equals()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | MediaProfileReader.java | 53 public static String getDeviceType() { in getDeviceType() method in MediaProfileReader
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioInputDescriptor.h | 50 audio_devices_t getDeviceType() const { return (mDevice != nullptr) ? in getDeviceType() function
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | NewDeviceAction.java | 224 && mOldDeviceInfo.getDeviceType() == mDeviceType in addDeviceInfo()
|
D | HotplugDetectionAction.java | 209 || (info.getDeviceType() == HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM); in infoListToBitSet()
|
D | HdmiCecLocalDevicePlayback.java | 107 getDeviceInfo().getDeviceType(), Constants.ADDR_BROADCAST, in onAddressAllocated() 270 getDeviceInfo().getDeviceType(), Constants.ADDR_TV, in run()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AdiDeviceState.java | 100 public synchronized int getDeviceType() { in getDeviceType() method in AdiDeviceState
|
D | SpatializerHelper.java | 586 int spatMode = SPAT_MODE_FOR_DEVICE_TYPE.get(device.getDeviceType(), in initSAState() 605 deviceState.getDeviceType()); in logDeviceState() 823 return deviceState.getDeviceType() == getCanonicalDeviceType(deviceState.getDeviceType(), in isSADevice()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyEffects.h | 192 audio_devices_t getDeviceType() const { return mDeviceType; } in getDeviceType() function
|
D | AudioPolicyEffects.cpp | 931 AudioDeviceTypeAddr{deviceEffects->getDeviceType(), in initDefaultDeviceEffects() 936 effectDesc->mName.c_str(), deviceEffects->getDeviceType(), in initDefaultDeviceEffects() 943 effectDesc->mName.c_str(), deviceEffects->getDeviceType(), in initDefaultDeviceEffects()
|
/frameworks/base/core/tests/coretests/src/android/service/controls/ |
D | ControlProviderServiceTest.java | 355 && c1.getDeviceType() == c2.getDeviceType() in equals()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/ |
D | MediaOutputControllerTest.java | 1144 when(mMediaDevice1.getDeviceType()).thenReturn( in isVolumeControlEnabled_isCastWithVolumeFixed_returnsFalse() 1154 when(mMediaDevice1.getDeviceType()).thenReturn( in isVolumeControlEnabled_isCastWithVolumeNotFixed_returnsTrue() 1165 when(mMediaDevice1.getDeviceType()).thenReturn( in setTemporaryAllowListExceptionIfNeeded_fromRemoteToBluetooth_addsAllowList() 1169 when(mMediaDevice2.getDeviceType()).thenReturn( in setTemporaryAllowListExceptionIfNeeded_fromRemoteToBluetooth_addsAllowList()
|