/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_stub.h | 46 int32_t SetMetaConfigs(int32_t sourceId) override; 98 int32_t SetMetaConfigs(MessageParcel &data, MessageParcel &reply);
|
H A D | recorder_service_stub.cpp | 146 [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 D | recorder_service_proxy.h | 37 int32_t SetMetaConfigs(int32_t sourceId) override;
|
H A D | i_standard_recorder_service.h | 36 virtual int32_t SetMetaConfigs(int32_t sourceId) = 0;
|
H A D | recorder_service_proxy.cpp | 182 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 D | recorder_impl.cpp | 205 int32_t RecorderImpl::SetMetaConfigs(int32_t sourceId) in SetMetaConfigs() function in OHOS::Media::RecorderImpl 210 return recorderService_->SetMetaConfigs(sourceId); in SetMetaConfigs()
|
H A D | recorder_impl.h | 48 int32_t SetMetaConfigs(int32_t sourceId) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 74 virtual int32_t SetMetaConfigs(int32_t sourceId) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.h | 41 int32_t SetMetaConfigs(int32_t sourceId) override;
|
H A D | recorder_client.cpp | 159 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 D | recorder_server.h | 79 int32_t SetMetaConfigs(int32_t sourceId) override;
|
H A D | recorder_server.cpp | 556 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 D | recorder.h | 564 virtual int32_t SetMetaConfigs(int32_t sourceId) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_mock.cpp | 581 ret = recorder_->SetMetaConfigs(recorderConfig.metaSourceId); in SetAudVidFormat()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 2097 ret = recorder_->SetMetaConfigs(metaSourceID_); in SetProfile()
|