Home
last modified time | relevance | path

Searched refs:Capturer (Results 1 – 25 of 25) sorted by relevance

/external/webrtc/modules/audio_device/include/
Dtest_audio_device.h37 class Capturer {
39 virtual ~Capturer() {} in ~Capturer()
66 class PulsedNoiseCapturer : public Capturer {
84 std::unique_ptr<Capturer> capturer,
105 static std::unique_ptr<Capturer> CreateWavFileReader(
114 static std::unique_ptr<Capturer> CreateWavFileReader(std::string filename,
Dtest_audio_device.cc58 std::unique_ptr<Capturer> capturer, in TestAudioDeviceModuleImpl()
193 const std::unique_ptr<Capturer> capturer_ RTC_GUARDED_BY(lock_);
267 class WavFileReader final : public TestAudioDeviceModule::Capturer {
447 std::unique_ptr<TestAudioDeviceModule::Capturer> capturer, in Create()
469 std::unique_ptr<TestAudioDeviceModule::Capturer>
477 std::unique_ptr<TestAudioDeviceModule::Capturer>
Dtest_audio_device_unittest.cc154 std::unique_ptr<TestAudioDeviceModule::Capturer> reader = in TEST()
/external/catch2/include/internal/
Dcatch_message.cpp70Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultT… in Capturer() function in Catch::Capturer
127 Capturer::~Capturer() { in ~Capturer()
135 void Capturer::captureValue( size_t index, std::string const& value ) { in captureValue()
Dcatch_message.h75 class Capturer {
80Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, Strin…
81 ~Capturer();
Dcatch_capture.hpp137 …auto varName = Catch::Capturer( macroName, CATCH_INTERNAL_LINEINFO, Catch::ResultWas::Info, #__VA_…
/external/webrtc/test/testsupport/
Dcopy_to_file_audio_capturer.h30 class CopyToFileAudioCapturer : public TestAudioDeviceModule::Capturer {
33 std::unique_ptr<TestAudioDeviceModule::Capturer> delegate,
42 std::unique_ptr<TestAudioDeviceModule::Capturer> delegate_;
Dcopy_to_file_audio_capturer_unittest.cc28 std::unique_ptr<TestAudioDeviceModule::Capturer> delegate = in SetUp()
49 std::unique_ptr<TestAudioDeviceModule::Capturer> wav_file_capturer = in TEST_F()
Dcopy_to_file_audio_capturer.cc20 std::unique_ptr<TestAudioDeviceModule::Capturer> delegate, in CopyToFileAudioCapturer()
/external/webrtc/test/pc/e2e/echo/
Decho_emulation.h28 class EchoEmulatingCapturer : public TestAudioDeviceModule::Capturer {
31 std::unique_ptr<TestAudioDeviceModule::Capturer> capturer,
43 std::unique_ptr<TestAudioDeviceModule::Capturer> delegate_;
Decho_emulation.cc24 std::unique_ptr<TestAudioDeviceModule::Capturer> capturer, in EchoEmulatingCapturer()
/external/webrtc/audio/test/
Daudio_bwe_integration_test.h36 std::unique_ptr<TestAudioDeviceModule::Capturer> CreateCapturer() override;
Daudio_end_to_end_test.h39 std::unique_ptr<TestAudioDeviceModule::Capturer> CreateCapturer() override;
Dlow_bandwidth_audio_test.cc46 std::unique_ptr<TestAudioDeviceModule::Capturer> CreateCapturer() override { in CreateCapturer()
Daudio_end_to_end_test.cc50 std::unique_ptr<TestAudioDeviceModule::Capturer>
Daudio_bwe_integration_test.cc50 std::unique_ptr<TestAudioDeviceModule::Capturer>
/external/webrtc/test/
Dcall_test.h148 std::unique_ptr<TestAudioDeviceModule::Capturer> capturer,
258 virtual std::unique_ptr<TestAudioDeviceModule::Capturer> CreateCapturer();
Dcall_test.cc498 std::unique_ptr<TestAudioDeviceModule::Capturer> capturer, in CreateFakeAudioDevices()
745 std::unique_ptr<TestAudioDeviceModule::Capturer> BaseTest::CreateCapturer() { in CreateCapturer()
/external/webrtc/test/pc/e2e/
Dtest_peer_factory.cc111 std::unique_ptr<TestAudioDeviceModule::Capturer> CreateAudioCapturer( in CreateAudioCapturer()
139 std::unique_ptr<TestAudioDeviceModule::Capturer> capturer = in CreateAudioDeviceModule()
/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java374 final Capturer capturer = new Capturer(); in testNotifiedKeysOfAllBindTypes()
572 private static class Capturer implements ProvisionListener { class in ProvisionListenerTest
/external/webrtc/sdk/objc/components/capturer/
DRTCFileVideoCapturer.m53 userInfo:@{NSUnderlyingErrorKey : @"Capturer has been started."}];
/external/clang/lib/Sema/
DSemaChecking.cpp9856 Context(Context), Variable(variable), Capturer(nullptr), in FindCaptureVisitor()
9860 Expr *Capturer; member
9864 if (ref->getDecl() == Variable && !Capturer) in VisitDeclRefExpr()
9865 Capturer = ref; in VisitDeclRefExpr()
9869 if (Capturer) return; in VisitObjCIvarRefExpr()
9871 if (Capturer && ref->isFreeIvar()) in VisitObjCIvarRefExpr()
9872 Capturer = ref; in VisitObjCIvarRefExpr()
9882 if (Capturer) return; in VisitOpaqueValueExpr()
9938 return visitor.VarWillBeReased ? nullptr : visitor.Capturer; in findCapturingExpr()
10184 if (Expr *Capturer = findCapturingExpr(*this, Init, Owner)) in checkRetainCycles() local
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp14563 Expr *Capturer = nullptr; member
14571 if (ref->getDecl() == Variable && !Capturer) in VisitDeclRefExpr()
14572 Capturer = ref; in VisitDeclRefExpr()
14576 if (Capturer) return; in VisitObjCIvarRefExpr()
14578 if (Capturer && ref->isFreeIvar()) in VisitObjCIvarRefExpr()
14579 Capturer = ref; in VisitObjCIvarRefExpr()
14589 if (Capturer) return; in VisitOpaqueValueExpr()
14648 return visitor.VarWillBeReased ? nullptr : visitor.Capturer; in findCapturingExpr()
14900 if (Expr *Capturer = findCapturingExpr(*this, Init, Owner)) in checkRetainCycles() local
14901 diagnoseRetainCycle(*this, Capturer, Owner); in checkRetainCycles()
/external/catch2/single_include/catch2/
Dcatch.hpp2626 class Capturer { class
2631Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, Strin…
2632 ~Capturer();
2761 …auto varName = Catch::Capturer( macroName, CATCH_INTERNAL_LINEINFO, Catch::ResultWas::Info, #__VA_…
11743Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultT… in Capturer() function in Catch::Capturer
11800 Capturer::~Capturer() { in ~Capturer()
11808 void Capturer::captureValue( size_t index, std::string const& value ) { in captureValue()
/external/libabigail/tests/lib/
Dcatch.hpp2648 class Capturer { class
2653Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, Strin…
2654 ~Capturer();
2783 …auto varName = Catch::Capturer( macroName, CATCH_INTERNAL_LINEINFO, Catch::ResultWas::Info, #__VA_…
11805Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultT… in Capturer() function in Catch::Capturer
11862 Capturer::~Capturer() { in ~Capturer()
11870 void Capturer::captureValue( size_t index, std::string const& value ) { in captureValue()