Home
last modified time | relevance | path

Searched defs:Recording (Results 1 – 24 of 24) sorted by relevance

/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md46 ## Recording section in Native heap profiler
50 #### Manual configuration
57 #### Using the tools/heap_profile script (recommended)
71 #### Using the Recording page of Perfetto UI
/external/walt/docs/
DAudioLatency.md30 ##### Recording l4subsection
/external/webrtc/modules/audio_device/android/
Daaudio_recorder.h58 bool Recording() const { return recording_; } in Recording() function
Dopensles_recorder.h74 bool Recording() const { return recording_; } in Recording() function
Daudio_record_jni.h80 bool Recording() const { return recording_; } in Recording() function
Daudio_device_template.h216 bool Recording() const override { return input_.Recording(); } in Recording() function
/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_recorder.cc109 bool AAudioRecorder::Recording() const { in Recording() function in webrtc::jni::AAudioRecorder
Daudio_record_jni.cc186 bool AudioRecordJni::Recording() const { in Recording() function in webrtc::jni::AudioRecordJni
Dopensles_recorder.cc174 bool OpenSLESRecorder::Recording() const { in Recording() function in webrtc::jni::OpenSLESRecorder
Daudio_device_module.cc315 bool Recording() const override { in Recording() function in webrtc::jni::__anon095936e00111::AndroidAudioDeviceModule
/external/webrtc/modules/audio_device/win/
Dcore_audio_input_win.cc216 bool CoreAudioInput::Recording() { in Recording() function in webrtc::webrtc_win::CoreAudioInput
Daudio_device_module_win.cc331 bool Recording() const override { in Recording() function in webrtc::webrtc_win::__anon3803f92a0111::WindowsAudioDeviceModule
Daudio_device_core_win.cc2452 bool AudioDeviceWindowsCore::Recording() const { in Recording() function in webrtc::AudioDeviceWindowsCore
/external/webrtc/modules/audio_device/dummy/
Daudio_device_dummy.cc114 bool AudioDeviceDummy::Recording() const { in Recording() function in webrtc::AudioDeviceDummy
Dfile_audio_device.cc313 bool FileAudioDevice::Recording() const { in Recording() function in webrtc::FileAudioDevice
/external/webrtc/modules/audio_device/include/
Daudio_device_default.h77 bool Recording() const override { return false; } in Recording() function
Dtest_audio_device.cc139 bool Recording() const override { in Recording() function in webrtc::__anon9ec0e82d0111::TestAudioDeviceModuleImpl
/external/webrtc/pc/test/
Dfake_audio_capture_module.cc234 bool FakeAudioCaptureModule::Recording() const { in Recording() function in FakeAudioCaptureModule
/external/webrtc/modules/audio_device/
Daudio_device_impl.cc843 bool AudioDeviceModuleImpl::Recording() const { in Recording() function in webrtc::AudioDeviceModuleImpl
Daudio_device_data_observer.cc182 bool Recording() const override { return impl_->Recording(); } in Recording() function in webrtc::__anon6f60d37b0111::ADMWrapper
/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc1119 bool AudioDeviceLinuxALSA::Recording() const { in Recording() function in webrtc::AudioDeviceLinuxALSA
Daudio_device_pulse_linux.cc1150 bool AudioDeviceLinuxPulse::Recording() const { in Recording() function in webrtc::AudioDeviceLinuxPulse
/external/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc1416 bool AudioDeviceMac::Recording() const { in Recording() function in webrtc::AudioDeviceMac
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h457 Recording = 1, enumerator