Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/fuzzer/
H A Daudiopolicy_fuzzer.cpp205 static audio_port_handle_t getDeviceIdFromPatch(const struct audio_patch *patch);
325 audio_port_handle_t AudioPolicyManagerFuzzer::getDeviceIdFromPatch( in getDeviceIdFromPatch() function in AudioPolicyManagerFuzzer
796 getDeviceIdFromPatch(mClient->getLastAddedPatch()); in initialize()
/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudiopolicymanager_tests.cpp144 static audio_port_handle_t getDeviceIdFromPatch(const struct audio_patch* patch);
290 audio_port_handle_t AudioPolicyManagerTest::getDeviceIdFromPatch( in getDeviceIdFromPatch() function in AudioPolicyManagerTest
1249 ASSERT_EQ(injectionPort.id, getDeviceIdFromPatch(mClient->getLastAddedPatch())); in SetUp()