Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp3739 audio_port_handle_t notificationPortId = AUDIO_PORT_HANDLE_NONE; in TEST_F_WITH_FLAGS() local
3747 &notificationPortId, notificationAttr, AUDIO_SESSION_NONE, mUid, in TEST_F_WITH_FLAGS()
3751 EXPECT_EQ(NO_ERROR, mManager->startOutput(notificationPortId)); in TEST_F_WITH_FLAGS()
3752 EXPECT_FALSE(mClient->getTrackInternalMute(notificationPortId)); in TEST_F_WITH_FLAGS()
3754 EXPECT_EQ(NO_ERROR, mManager->stopOutput(notificationPortId)); in TEST_F_WITH_FLAGS()