Home | History | Annotate | Download | only in win_test

Lines Matching defs:_channel

444     int                         _channel;
464 _channel(channel),
489 _veDTMFPtr->DeRegisterTelephoneEventDetection(_channel);
543 str.AppendFormat(_T(" [channel = %d]"), _channel);
548 _veDTMFPtr->GetDtmfPlayoutStatus(_channel, enabled);
568 if (_veDTMFPtr->GetTelephoneEventDetectionStatus(_channel, enabled, detectionMethod) == 0)
599 _veDTMFPtr->GetSendTelephoneEventPayloadType(_channel, pt);
604 _veCodecPtr->GetRecPayloadType(_channel, codec);
720 TEST2(_veDTMFPtr->SendTelephoneEvent(_channel, eventCode, outBand, lengthMs, attenuationDb) == 0,
721 _T("SendTelephoneEvent(channel=%d, eventCode=%u, outBand=%d, lengthMs=%d, attenuationDb=%d)"), _channel, eventCode, outBand, lengthMs, attenuationDb);
754 TEST2(_veDTMFPtr->SendTelephoneEvent(_channel, eventCode, outBand, lengthMs, attenuationDb) == 0,
755 _T("SendTelephoneEvent(channel=%d, eventCode=%u, outBand=%d, lengthMs=%d, attenuationDb=%d)"), _channel, eventCode, outBand, lengthMs, attenuationDb);
864 TEST2(_veDTMFPtr->SetDtmfPlayoutStatus(_channel, enable) == 0, _T("SetDtmfPlayoutStatus(channel=%d, enable=%d)"), _channel, enable);
953 TEST2(_veCodecPtr->SetRecPayloadType(_channel, codec) == 0,
954 _T("SetSendTelephoneEventPayloadType(channel=%d, codec.pltype=%u)"), _channel, codec.pltype);
963 TEST2(_veDTMFPtr->SetSendTelephoneEventPayloadType(_channel, pt) == 0,
964 _T("SetSendTelephoneEventPayloadType(channel=%d, type=%u)"), _channel, pt);
975 _veDTMFPtr->GetTelephoneEventDetectionStatus(_channel, enabled, detectionMethod);
979 _veDTMFPtr->DeRegisterTelephoneEventDetection(_channel);
996 _veDTMFPtr->GetTelephoneEventDetectionStatus(_channel, enabled, detectionMethod);
1000 _veDTMFPtr->DeRegisterTelephoneEventDetection(_channel);
1029 TEST2(_veDTMFPtr->RegisterTelephoneEventDetection(_channel, method, *_telephoneEventObserverPtr) == 0,
1030 _T("RegisterTelephoneEventDetection(channel=%d, detectionMethod=%d)"), _channel, method);
1034 TEST2(_veDTMFPtr->DeRegisterTelephoneEventDetection(_channel) == 0,
1035 _channel);