Searched refs:sourcePortHandle (Results 1 – 1 of 1) sorted by relevance
217 audio_port_handle_t sourcePortHandle = AUDIO_PORT_HANDLE_NONE; in TEST_F() local236 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()