Searched refs:getAudioRoutesForAudioPort (Results 1 – 7 of 7) sorted by relevance
334 AudioRoute[] getAudioRoutesForAudioPort(int portId); in getAudioRoutesForAudioPort() method
49 android.hardware.audio.core.AudioRoute[] getAudioRoutesForAudioPort(int portId); in getAudioRoutesForAudioPort() method
85 ndk::ScopedAStatus getAudioRoutesForAudioPort(
1425 EXPECT_IS_OK(module->getAudioRoutesForAudioPort(portId, &routes)); in TEST_P()1436 EXPECT_STATUS(EX_ILLEGAL_ARGUMENT, module->getAudioRoutesForAudioPort(portId, &routes)) in TEST_P()1930 ASSERT_IS_OK(module->getAudioRoutesForAudioPort(connectedPortId, &connectedPortRoutes)) in TEST_P()1943 module->getAudioRoutesForAudioPort(connectedPortId, &ignored)) in TEST_P()1962 ASSERT_IS_OK(module->getAudioRoutesForAudioPort(mPortId, &routes)); in Capture()
841 ndk::ScopedAStatus Module::getAudioRoutesForAudioPort(int32_t in_portId, in getAudioRoutesForAudioPort() function in aidl::android::hardware::audio::core::Module