Home
last modified time | relevance | path

Searched refs:DfxOperation (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp199 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
521 DfxOperation(buffer, audioSampleFormat_, static_cast<AudioChannel>(attr_.channel)); in RenderFrame()
578 void BluetoothRendererSinkInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::BluetoothRendererSinkInner
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H A Dremote_audio_renderer_sink.cpp143 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
467 DfxOperation(buffer, static_cast<AudioSampleFormat>(attr_.format), static_cast<AudioChannel>(attr_.channel)); in RenderFrameLogic()
961 void RemoteAudioRendererSinkInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, in DfxOperation() function in OHOS::AudioStandard::RemoteAudioRendererSinkInner
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_endpoint_unit_test/src/
H A Daudio_endpoint_unit_test.cpp448 * @tc.name : Test DfxOperation API
451 * @tc.desc : Test DfxOperation interface
468 audioEndpointInner->DfxOperation(buffer, format, channel); in HWTEST_F()
472 audioEndpointInner->DfxOperation(buffer, format, channel); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp159 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
676 DfxOperation(readbufDesc, processConfig_.streamInfo.format, processConfig_.streamInfo.channels); in ReadFromProcessClient()
901 DfxOperation(curCallbackBuffer, processConfig_.streamInfo.format, processConfig_.streamInfo.channels); in Enqueue()
912 void AudioProcessInClientInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::AudioProcessInClientInner
H A Dcapturer_in_client.cpp240 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
1670 DfxOperation(tmpBuffer, clientConfig_.streamInfo.format, clientConfig_.streamInfo.channels); in Read()
1675 void CapturerInClientInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::CapturerInClientInner
H A Drenderer_in_client.cpp1824 DfxOperation(desc, clientConfig_.streamInfo.format, clientConfig_.streamInfo.channels); in WriteCacheData()
1833 void RendererInClientInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::RendererInClientInner
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Drenderer_in_client_private.h220 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp240 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
1607 DfxOperation(dstStreamData.bufferDesc, dstStreamInfo_.format, dstStreamInfo_.channels); in ProcessToEndpointDataHandle()
1639 void AudioEndpointInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::AudioEndpointInner
2040 DfxOperation(readBuf, dstStreamInfo_.format, dstStreamInfo_.channels); in ReadFromEndpoint()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp264 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
759 DfxOperation(buffer, static_cast<AudioSampleFormat>(attr_.format), static_cast<AudioChannel>(attr_.channel)); in RenderFrame()
797 void AudioRendererSinkInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::AudioRendererSinkInner
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp202 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
819 DfxOperation(tmpBuffer, static_cast<AudioSampleFormat>(attr_.format), static_cast<AudioChannel>(attr_.channel)); in CaptureFrame()
834 void AudioCapturerSourceInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::AudioCapturerSourceInner

Completed in 26 milliseconds