Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/tests/
Daudiosystem_tests.cpp217 audio_port_handle_t sourcePortHandle = AUDIO_PORT_HANDLE_NONE; in TEST_F() local
236 AudioSystem::startAudioSource(&sourcePortConfig, &attributes, &sourcePortHandle); in TEST_F()
244 EXPECT_NE(sourcePortHandle, AUDIO_PORT_HANDLE_NONE); in TEST_F()
246 if (sourcePortHandle != AUDIO_PORT_HANDLE_NONE) { in TEST_F()
247 ret = AudioSystem::stopAudioSource(sourcePortHandle); in TEST_F()
249 << sourcePortHandle; in TEST_F()