Searched refs:isCallTx (Results 1 – 3 of 3) sorted by relevance
100 bool isInternal, bool isCallRx, bool isCallTx) : in SourceClientDescriptor() argument106 mIsCallRx(isCallRx), mIsCallTx(isCallTx)
67 virtual bool isCallTx() const { return false; } in isCallTx() function241 bool isInternal, bool isCallRx, bool isCallTx);269 bool isCallTx() const override { return mIsCallTx; } in isCallTx() function
5432 (!sourceDesc->isInternal() || sourceDesc->isCallTx()) ? in createAudioPatchInternal()