Searched refs:pfd_ (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/ |
H A D | audio_inner_capturer_test.cpp | 69 FILE *pfd_ = nullptr; member in OHOS::AudioStandard::PaCapturerTest 80 ret = fwrite(reinterpret_cast<void *>(bufferDesc.buffer), 1, bufferDesc.bufLength, pfd_); in OnReadData() 114 pfd_ = fopen("/data/data/.pulse_dir/capturer.pcm", "wb+"); in InitCapturer() 187 ret = fclose(pfd_); in ReleaseRecorder() 189 pfd_ = nullptr; in ReleaseRecorder()
|
/foundation/multimedia/audio_framework/frameworks/native/examples/ |
H A D | pa_stream_test.cpp | 403 FILE *pfd_ = nullptr;
member in OHOS::AudioStandard::PaCapturerTest 412 fwrite(reinterpret_cast<void *>(bufferDesc.buffer), 1, bufferDesc.bufLength, pfd_);
in OnReadData() local 445 pfd_ = fopen("/data/data/.pulse_dir/capturer.pcm", "wb+");
in InitCapturer() 517 fclose(pfd_);
in ReleaseRecorder() 518 pfd_ = nullptr;
in ReleaseRecorder() 550 fwrite(reinterpret_cast<void *>(buffer), 1, ONE_READ_FRAME, pfd_);
in ReadDataWorker() local
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/ |
H A D | remote_fast_audio_capturer_source.cpp | 151 FILE *pfd_ = nullptr; member in OHOS::AudioStandard::RemoteFastAudioCapturerSourceInner 203 if (pfd_) { in ClearCapture() 204 fclose(pfd_); in ClearCapture() 205 pfd_ = nullptr; in ClearCapture() 286 pfd_ = fopen(audioFilePath, "a+"); // here will not create a file if not exit. in Init() 288 if (pfd_ == nullptr) { in Init()
|
Completed in 4 milliseconds