Searched refs:getPortId (Results 1 – 2 of 2) sorted by relevance
296 int getPortId(string cecFilename) { in getPortId() function314 int portId = getPortId(filename); in init()
1182 EXPECT_IS_OK(callClose(mStream)) << "port config id " << getPortId(); in ~WithStream()1192 ASSERT_IS_OK(SetUpNoChecks(module, bufferSizeFrames)) << "port config id " << getPortId(); in SetUpStream()1193 ASSERT_NE(nullptr, mStream) << "port config id " << getPortId(); in SetUpStream()1208 int32_t getPortId() const { return mPortConfig.getId(); } in getPortId() function in WithStream2805 int32_t getPortId() const { return mMixPortConfig->getId(); } in getPortId() function in StreamFixture3176 << "port config ID " << stream.getPortId(); in OpenInvalidDirection()3206 << "port config ID " << stream.getPortId() << ", maxOpenStreamCount is " in OpenOverMaxCount()3230 EXPECT_STATUS(EX_ILLEGAL_STATE, module->resetAudioPortConfig(stream.getPortId())) in ResetPortConfigWithOpenStream()3231 << "port config ID " << stream.getPortId(); in ResetPortConfigWithOpenStream()3387 << stream1.getPortId(); in OpenTwiceSamePortConfigImpl()