/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_recorder_engine.h | 102 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_stub.h | 47 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override; 99 int32_t SetMetaSource(MessageParcel &data, MessageParcel &reply);
|
H A D | recorder_service_stub.cpp | 148 [this](MessageParcel &data, MessageParcel &reply) { return SetMetaSource(data, reply); }; in FillRecFuncPart2() 291 int32_t RecorderServiceStub::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() function in OHOS::Media::RecorderServiceStub 294 return recorderServer_->SetMetaSource(source, sourceId); in SetMetaSource() 593 int32_t RecorderServiceStub::SetMetaSource(MessageParcel &data, MessageParcel &reply) in SetMetaSource() function in OHOS::Media::RecorderServiceStub 598 int32_t ret = SetMetaSource(sourceType, sourceId); in SetMetaSource()
|
H A D | recorder_service_proxy.h | 38 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
|
H A D | i_standard_recorder_service.h | 37 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
|
H A D | recorder_service_proxy.cpp | 199 int32_t RecorderServiceProxy::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() function in OHOS::Media::RecorderServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/ |
H A D | recorder_impl.cpp | 197 int32_t RecorderImpl::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() function in OHOS::Media::RecorderImpl 202 return recorderService_->SetMetaSource(source, sourceId); in SetMetaSource()
|
H A D | recorder_impl.h | 47 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 59 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.h | 40 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
|
H A D | recorder_client.cpp | 149 int32_t RecorderClient::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() function in OHOS::Media::RecorderClient 156 return recorderProxy_->SetMetaSource(source, sourceId); in SetMetaSource()
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.h | 61 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId);
|
H A D | hirecorder_impl.cpp | 157 int32_t HiRecorderImpl::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() function in OHOS::Media::HiRecorderImpl
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 78 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
|
H A D | recorder_server.cpp | 298 int32_t RecorderServer::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() function in OHOS::Media::RecorderServer 309 return recorderEngine_->SetMetaSource(source, sourceId); in SetMetaSource()
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 551 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_mock.cpp | 568 ret = recorder_->SetMetaSource(recorderConfig.metaSourceType, recorderConfig.metaSourceId); in SetAudVidFormat()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 2128 ret = recorder_->SetMetaSource(MetaSourceType::VIDEO_META_MAKER_INFO, metaSourceID_); in Configure()
|