Lines Matching refs:portId
127 audio_port_handle_t *portId = nullptr,
137 audio_port_handle_t *portId = nullptr);
205 audio_port_handle_t *portId, in getOutputForAttr() argument
216 if (!portId) portId = &localPortId; in getOutputForAttr()
217 *portId = AUDIO_PORT_HANDLE_NONE; in getOutputForAttr()
225 selectedDeviceId, portId, {}, &outputType)); in getOutputForAttr()
226 ASSERT_NE(AUDIO_PORT_HANDLE_NONE, *portId); in getOutputForAttr()
238 audio_port_handle_t *portId) { in getInputForAttr() argument
245 if (!portId) portId = &localPortId; in getInputForAttr()
246 *portId = AUDIO_PORT_HANDLE_NONE; in getInputForAttr()
254 selectedDeviceId, &inputType, portId)); in getInputForAttr()
255 ASSERT_NE(AUDIO_PORT_HANDLE_NONE, *portId); in getInputForAttr()
586 audio_port_handle_t portId; in TEST_P() local
589 nullptr /*output*/, &portId); in TEST_P()
592 mManager->releaseOutput(portId); in TEST_P()
598 audio_port_handle_t portId; in TEST_P() local
601 nullptr /*output*/, &portId); in TEST_P()
604 mManager->releaseOutput(portId); in TEST_P()
1273 audio_port_handle_t portId = AUDIO_PORT_HANDLE_NONE; in TEST_P() local
1275 AUDIO_CHANNEL_IN_STEREO, 48000 /*sampleRate*/, AUDIO_INPUT_FLAG_NONE, &portId); in TEST_P()
1471 audio_port_handle_t portId; in testHDMIPortSelection() local
1473 flags, &output, &portId); in testHDMIPortSelection()
1478 mManager->releaseOutput(portId); in testHDMIPortSelection()