Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_manager_proxy.h60 sptr<IRemoteObject> CreateAudioProcess(const AudioProcessConfig &config, int32_t &errorCode) override;
H A Daudio_manager_base.h290 virtual sptr<IRemoteObject> CreateAudioProcess(const AudioProcessConfig &config, int32_t &errorCode) = 0;
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_server.h110 sptr<IRemoteObject> CreateAudioProcess(const AudioProcessConfig &config, int32_t &errorCode) override;
/foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/
H A Daudio_stream_fuzzer.cpp430 auto remoteObj = GetServerPtr()->CreateAudioProcess(config, errorCode); in AudioServerFuzzTest()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_manager_stub.cpp439 sptr<IRemoteObject> process = CreateAudioProcess(config, errorCode); in HandleCreateAudioProcess()
441 "CREATE_AUDIOPROCESS AudioManagerStub CreateAudioProcess failed"); in HandleCreateAudioProcess()
H A Daudio_server.cpp1656 sptr<IRemoteObject> AudioServer::CreateAudioProcess(const AudioProcessConfig &config, int32_t &errorCode) in CreateAudioProcess() function in OHOS::AudioStandard::AudioServer
1658 Trace trace("AudioServer::CreateAudioProcess"); in CreateAudioProcess()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp796 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(config, errorCode); in InitIpcStream()
H A Daudio_process_in_client.cpp325 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(resetConfig, errorCode); in Create()
H A Daudio_manager_proxy.cpp647 sptr<IRemoteObject> AudioManagerProxy::CreateAudioProcess(const AudioProcessConfig &config, int32_t &errorCode) in CreateAudioProcess() function in OHOS::AudioStandard::AudioManagerProxy
658 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, nullptr, "CreateAudioProcess failed, error: %{public}d", error); in CreateAudioProcess()
H A Drenderer_in_client.cpp534 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(config, errorCode); in InitIpcStream()

Completed in 22 milliseconds