Home
last modified time | relevance | path

Searched refs:SetMetaConfigs (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_service_stub.h46 int32_t SetMetaConfigs(int32_t sourceId) override;
98 int32_t SetMetaConfigs(MessageParcel &data, MessageParcel &reply);
H A Drecorder_service_stub.cpp146 [this](MessageParcel &data, MessageParcel &reply) { return SetMetaConfigs(data, reply); }; in FillRecFuncPart2()
285 int32_t RecorderServiceStub::SetMetaConfigs(int32_t sourceId) in SetMetaConfigs() function in OHOS::Media::RecorderServiceStub
288 return recorderServer_->SetMetaConfigs(sourceId); in SetMetaConfigs()
585 int32_t RecorderServiceStub::SetMetaConfigs(MessageParcel &data, MessageParcel &reply) in SetMetaConfigs() function in OHOS::Media::RecorderServiceStub
588 int32_t ret = SetMetaConfigs(sourceId); in SetMetaConfigs()
H A Drecorder_service_proxy.h37 int32_t SetMetaConfigs(int32_t sourceId) override;
H A Di_standard_recorder_service.h36 virtual int32_t SetMetaConfigs(int32_t sourceId) = 0;
H A Drecorder_service_proxy.cpp182 int32_t RecorderServiceProxy::SetMetaConfigs(int32_t sourceId) in SetMetaConfigs() function in OHOS::Media::RecorderServiceProxy
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/
H A Drecorder_impl.cpp205 int32_t RecorderImpl::SetMetaConfigs(int32_t sourceId) in SetMetaConfigs() function in OHOS::Media::RecorderImpl
210 return recorderService_->SetMetaConfigs(sourceId); in SetMetaConfigs()
H A Drecorder_impl.h48 int32_t SetMetaConfigs(int32_t sourceId) override;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_service.h74 virtual int32_t SetMetaConfigs(int32_t sourceId) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/
H A Drecorder_client.h41 int32_t SetMetaConfigs(int32_t sourceId) override;
H A Drecorder_client.cpp159 int32_t RecorderClient::SetMetaConfigs(int32_t sourceId) in SetMetaConfigs() function in OHOS::Media::RecorderClient
165 return recorderProxy_->SetMetaConfigs(sourceId); in SetMetaConfigs()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h79 int32_t SetMetaConfigs(int32_t sourceId) override;
H A Drecorder_server.cpp556 int32_t RecorderServer::SetMetaConfigs(int32_t sourceId) in SetMetaConfigs() function in OHOS::Media::RecorderServer
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder.h564 virtual int32_t SetMetaConfigs(int32_t sourceId) = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_mock.cpp581 ret = recorder_->SetMetaConfigs(recorderConfig.metaSourceId); in SetAudVidFormat()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp2097 ret = recorder_->SetMetaConfigs(metaSourceID_); in SetProfile()