Home
last modified time | relevance | path

Searched refs:getClient (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/hdmi/cts/
DHdmiControlManagerTest.java106 assertThat(mHdmiControlManager.getClient(HdmiDeviceInfo.DEVICE_TV)).isInstanceOf( in testGetHdmiClient()
113 assertThat(mHdmiControlManager.getClient(HdmiDeviceInfo.DEVICE_PLAYBACK)).isInstanceOf( in testGetHdmiClient()
119 mHdmiControlManager.getClient(HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM)).isNotNull(); in testGetHdmiClient()
128 assertThat(mHdmiControlManager.getClient(6)).isInstanceOf(HdmiSwitchClient.class); in testGetHdmiClient()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp114 mClient = getClient(); in SetUp()
154 std::shared_ptr<android::Codec2Client> getClient() { in getClient() function in Codec2VideoDecHidlTestBase