/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-ext-csedebug-output.mir | 13 ; CHECK: CSEInfo::Recording new MI G_CONSTANT 14 ; CHECK: CSEInfo::Recording new MI G_CONSTANT 15 ; CHECK: CSEInfo::Recording new MI G_TRUNC 16 ; CHECK: CSEInfo::Recording new MI G_TRUNC 17 ; CHECK: CSEInfo::Recording new MI G_AND 18 ; CHECK: CSEInfo::Recording new MI G_AND
|
/external/webrtc/modules/audio_device/win/ |
D | core_audio_input_win.cc | 104 RTC_DCHECK(!Recording()); in InitRecording() 159 RTC_DCHECK(!Recording()); in StartRecording() 189 if (!Recording()) { in StopRecording() 216 bool CoreAudioInput::Recording() { in Recording() function in webrtc::webrtc_win::CoreAudioInput 235 if (!Recording()) { in RestartRecording()
|
D | audio_device_module_win.cc | 65 if (input_->Recording()) { \ 331 bool Recording() const override { in Recording() function in webrtc::webrtc_win::__anon3803f92a0111::WindowsAudioDeviceModule 334 return input_->Recording(); in Recording()
|
D | core_audio_input_win.h | 48 bool Recording() override;
|
D | audio_device_module_win.h | 44 virtual bool Recording() = 0;
|
/external/webrtc/pc/test/ |
D | fake_audio_capture_module_unittest.cc | 168 EXPECT_FALSE(fake_audio_capture_module_->Recording()); in TEST_F() 173 EXPECT_TRUE(fake_audio_capture_module_->Recording()); in TEST_F() 179 EXPECT_FALSE(fake_audio_capture_module_->Recording()); in TEST_F()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.transform_feedback.txt | 25 + Recording of user-defined fragment outputs 30 + Recording of built-in output variables
|
/external/webrtc/audio/voip/test/ |
D | voip_core_unittest.cc | 55 EXPECT_CALL(*audio_device_, Recording()).WillOnce(Return(false)); in TEST_F() 72 EXPECT_CALL(*audio_device_, Recording()).WillOnce(Return(true)); in TEST_F()
|
/external/skqp/resources/lua/ |
D | slides_content2.lua | 60 Skia In Blink : Recording 68 Skia In Blink : Recording response
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
D | slides_content2.lua | 60 Skia In Blink : Recording 68 Skia In Blink : Recording response
|
/external/walt/docs/ |
D | AudioLatency.md | 30 ##### Recording l4subsection 35 TODO: Is the round trip latency expected to be Recording latency + Playback latency + one buffer le… 39 | Device | OS version | Buffer | Playback [ms] | Recording* [ms] |
|
/external/webrtc/modules/audio_device/android/ |
D | audio_device_template.h | 210 if (!Recording()) in StopRecording() 216 bool Recording() const override { return input_.Recording(); } in Recording() function
|
D | aaudio_recorder.h | 58 bool Recording() const { return recording_; } in Recording() function
|
D | opensles_recorder.h | 74 bool Recording() const { return recording_; } in Recording() function
|
D | audio_record_jni.h | 80 bool Recording() const { return recording_; } in Recording() function
|
/external/webrtc/sdk/android/src/jni/audio_device/ |
D | audio_device_module.cc | 286 if (Recording()) { in StartRecording() 305 if (!Recording()) in StopRecording() 315 bool Recording() const override { in Recording() function in webrtc::jni::__anon095936e00111::AndroidAudioDeviceModule 317 return input_->Recording(); in Recording()
|
D | aaudio_recorder.h | 61 bool Recording() const override;
|
D | opensles_recorder.h | 78 bool Recording() const override;
|
D | audio_record_jni.h | 65 bool Recording() const override;
|
D | audio_device_module.h | 38 virtual bool Recording() const = 0;
|
/external/perfetto/docs/quickstart/ |
D | android-tracing.md | 20 ## Recording a trace 32 ### Recording a trace through the Perfetto UI 45 … paired (you may need to allow USB debugging on the device), select the **Start Recording** button. 54 ### Recording a trace through the cmdline
|
/external/webrtc/audio/voip/ |
D | voip_core.cc | 219 if (!audio_device_module_->Recording()) { in UpdateAudioTransportWithSenders() 230 if (audio_device_module_->Recording() && in UpdateAudioTransportWithSenders()
|
/external/webrtc/modules/audio_device/ |
D | audio_device_unittest.cc | 630 EXPECT_FALSE(audio_device()->Recording()); in StartRecording() 634 EXPECT_TRUE(audio_device()->Recording()); in StartRecording() 639 EXPECT_FALSE(audio_device()->Recording()); in StopRecording() 1026 EXPECT_TRUE(audio_device()->Recording()); in TEST_P() 1035 EXPECT_TRUE(audio_device()->Recording()); in TEST_P() 1050 EXPECT_TRUE(audio_device()->Recording()); in TEST_P()
|
/external/webrtc/modules/audio_device/include/ |
D | test_audio_device.h | 140 bool Recording() const override = 0;
|
/external/angle/third_party/vulkan_memory_allocator/ |
D | CHANGELOG.md | 74 - Recording: added `VmaAllocatorCreateInfo::pRecordSettings`. 76 - Recording file format: added document "docs/Recording file format.md".
|