Searched refs:getAudioRoutesForAudioPort (Results 1 – 8 of 8) sorted by relevance
334 AudioRoute[] getAudioRoutesForAudioPort(int portId); in getAudioRoutesForAudioPort() method
49 android.hardware.audio.core.AudioRoute[] getAudioRoutesForAudioPort(int portId); in getAudioRoutesForAudioPort() method
87 ndk::ScopedAStatus getAudioRoutesForAudioPort(
1787 EXPECT_IS_OK(module->getAudioRoutesForAudioPort(portId, &routes)); in TEST_P()1798 EXPECT_STATUS(EX_ILLEGAL_ARGUMENT, module->getAudioRoutesForAudioPort(portId, &routes)) in TEST_P()2342 ASSERT_IS_OK(module->getAudioRoutesForAudioPort(connectedPortId, &connectedPortRoutes)) in TEST_P()2355 module->getAudioRoutesForAudioPort(connectedPortId, &ignored)) in TEST_P()2374 ASSERT_IS_OK(module->getAudioRoutesForAudioPort(mPortId, &routes)); in Capture()
962 ndk::ScopedAStatus Module::getAudioRoutesForAudioPort(int32_t in_portId, in getAudioRoutesForAudioPort() function in aidl::android::hardware::audio::core::Module