Home
last modified time | relevance | path

Searched refs:SINK (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DAudioPortRole.aidl25 SINK = 2, enumConstant
/aosp12/hardware/interfaces/usb/1.0/default/
H A DUsb.cpp69 else if (role.role == static_cast<uint32_t> (PortPowerRole::SINK)) in convertRoletoString()
149 currentRole = static_cast<uint32_t> (PortPowerRole::SINK); in getCurrentRoleHelper()
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DUsbPortStatus.java59 public static final int POWER_ROLE_SINK = Constants.PortPowerRole.SINK;
/aosp12/hardware/interfaces/usb/1.0/vts/functional/
H A DVtsHalUsbV1_0TargetTest.cpp249 EXPECT_NE(static_cast<uint32_t>(PortPowerRole::SINK), in TEST_P()
/aosp12/hardware/interfaces/usb/1.0/
H A Dtypes.hal105 SINK = 2,
/aosp12/frameworks/av/media/libaudioclient/
H A DAidlConversion.cpp49 case media::AudioPortRole::SINK: in direction()
59 case media::AudioPortRole::SINK: in direction()
347 case media::AudioPortRole::SINK: in aidl2legacy_AudioPortRole_audio_port_role_t()
361 return media::AudioPortRole::SINK; in legacy2aidl_audio_port_role_t_AudioPortRole()
921 case media::AudioPortRole::SINK: in aidl2legacy_AudioPortConfigMixExtUseCase()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp480 p2p_iface_->setMiracastMode(ISupplicantP2pIface::MiracastMode::SINK, in TEST_P()
/aosp12/hardware/interfaces/audio/common/all-versions/default/
H A DHidlUtils.cpp243 } else if (config.role == AudioPortRole::SINK) { in audioPortConfigToHal()
/aosp12/hardware/interfaces/audio/common/7.0/
H A Dtypes.hal481 /** Specified when the port is in the SINK role. */
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pIface.hal65 SINK = 2
/aosp12/hardware/interfaces/audio/common/2.0/
H A Dtypes.hal819 SINK,
/aosp12/hardware/interfaces/audio/common/4.0/
H A Dtypes.hal780 SINK,
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java1792 targetMode = ISupplicantP2pIface.MiracastMode.SINK; in setMiracastMode()
/aosp12/hardware/interfaces/audio/common/5.0/
H A Dtypes.hal909 SINK,
/aosp12/hardware/interfaces/audio/common/6.0/
H A Dtypes.hal1068 SINK,
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2114 assertTrue(modes.contains(ISupplicantP2pIface.MiracastMode.SINK)); in testSetMiracastMode_success()