Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/fuzzer/
Daudiopolicy_fuzzer.cpp214 static audio_port_handle_t getDeviceIdFromPatch(const struct audio_patch *patch);
341 audio_port_handle_t AudioPolicyManagerFuzzer::getDeviceIdFromPatch( in getDeviceIdFromPatch() function in AudioPolicyManagerFuzzer
821 getDeviceIdFromPatch(mClient->getLastAddedPatch()); in initialize()
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp218 static audio_port_handle_t getDeviceIdFromPatch(const struct audio_patch* patch);
376 audio_port_handle_t AudioPolicyManagerTest::getDeviceIdFromPatch( in getDeviceIdFromPatch() function in AudioPolicyManagerTest
2233 ASSERT_EQ(injectionPort.id, getDeviceIdFromPatch(mClient->getLastAddedPatch())); in SetUp()