/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/playbackcapturer/src/ |
H A D | playback_capturer_manager.cpp | 44 bool IsPrivacySupportInnerCapturer(int32_t privacyType) in IsPrivacySupportInnerCapturer() argument 50 return playbackCapturerMgr->IsPrivacySupportInnerCapturer(privacyType); in IsPrivacySupportInnerCapturer() 116 bool PlaybackCapturerManager::IsPrivacySupportInnerCapturer(int32_t privacyType) in IsPrivacySupportInnerCapturer() argument 118 return privacyType == PRIVACY_TYPE_PUBLIC; in IsPrivacySupportInnerCapturer()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_server_dump.cpp | 350 string privacyType(privacytype); in PASinkInputInfoCallback() local 351 (sinkInputInfo.privacyType).assign(privacyType); in PASinkInputInfoCallback() 428 string privacyType(privacytype); in PASourceOutputInfoCallback() local 429 (sourceOutputInfo.privacyType).assign(privacyType); in PASourceOutputInfoCallback() 453 sinkInputInfo.privacyType == "0" ? "true" : "false"); in PlaybackSinkDump()
|
H A D | ipc_stream_stub.cpp | 316 int32_t privacyType = data.ReadInt32(); in HandleSetPrivacyType() local 317 reply.WriteInt32(SetPrivacyType(privacyType)); in HandleSetPrivacyType() 325 int32_t privacyType = -1; in HandleGetPrivacyType() local 326 reply.WriteInt32(GetPrivacyType(privacyType)); in HandleGetPrivacyType() 327 reply.WriteInt32(privacyType); in HandleGetPrivacyType()
|
H A D | ipc_stream_in_server.cpp | 353 int32_t IpcStreamInServer::SetPrivacyType(int32_t privacyType) in SetPrivacyType() argument 356 return rendererInServer_->SetPrivacyType(privacyType); in SetPrivacyType() 362 int32_t IpcStreamInServer::GetPrivacyType(int32_t &privacyType) in GetPrivacyType() argument 365 return rendererInServer_->GetPrivacyType(privacyType); in GetPrivacyType()
|
H A D | pro_renderer_stream_impl.cpp | 343 int32_t ProRendererStreamImpl::SetPrivacyType(int32_t privacyType) in SetPrivacyType() argument 345 privacyType_ = privacyType; in SetPrivacyType() 349 int32_t ProRendererStreamImpl::GetPrivacyType(int32_t &privacyType) in GetPrivacyType() argument 351 privacyType = privacyType_; in GetPrivacyType()
|
H A D | pa_renderer_stream_impl.cpp | 645 int32_t PaRendererStreamImpl::SetPrivacyType(int32_t privacyType) in SetPrivacyType() argument 647 AUDIO_DEBUG_LOG("SetInnerCapturerState: %{public}d", privacyType); in SetPrivacyType() 648 privacyType_ = privacyType; in SetPrivacyType() 652 int32_t PaRendererStreamImpl::GetPrivacyType(int32_t &privacyType) in GetPrivacyType() argument 654 privacyType_ = privacyType; in GetPrivacyType()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | i_renderer_stream.h | 40 virtual int32_t SetPrivacyType(int32_t privacyType) = 0; 41 virtual int32_t GetPrivacyType(int32_t &privacyType) = 0;
|
H A D | ipc_stream_in_server.h | 92 int32_t SetPrivacyType(int32_t privacyType) override; // renderer only 94 int32_t GetPrivacyType(int32_t &privacyType) override; // renderer only
|
H A D | pro_renderer_stream_impl.h | 47 int32_t SetPrivacyType(int32_t privacyType) override; 48 int32_t GetPrivacyType(int32_t &privacyType) override;
|
H A D | pa_renderer_stream_impl.h | 43 int32_t SetPrivacyType(int32_t privacyType) override; 44 int32_t GetPrivacyType(int32_t &privacyType) override;
|
H A D | renderer_in_server.h | 65 int32_t SetPrivacyType(int32_t privacyType); 66 int32_t GetPrivacyType(int32_t &privacyType);
|
H A D | audio_server_dump.h | 52 std::string privacyType; member
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | ipc_stream_proxy.h | 70 int32_t SetPrivacyType(int32_t privacyType) override; // renderer only 72 int32_t GetPrivacyType(int32_t &privacyType) override; // renderer only
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | ipc_stream.h | 77 virtual int32_t SetPrivacyType(int32_t privacyType) = 0; // renderer only 79 virtual int32_t GetPrivacyType(int32_t &privacyType) = 0; // renderer only
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/playbackcapturer/include/ |
H A D | playback_capturer_manager.h | 51 bool IsPrivacySupportInnerCapturer(int32_t privacyType);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/ |
H A D | audio_device_manager.h | 99 …iceAttrMatch(const shared_ptr<AudioDeviceDescriptor> &devDesc, AudioDevicePrivacyType &privacyType, 103 … AudioDevicePrivacyType privacyType, DeviceRole devRole, DeviceUsage devUsage, string logName,
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioStreamBuilder.h | 48 OH_AudioStream_Result SetRendererPrivacy(AudioPrivacyType privacyType);
|
H A D | OHAudioStreamBuilder.cpp | 452 OH_AudioStream_Result OHAudioStreamBuilder::SetRendererPrivacy(AudioPrivacyType privacyType) in SetRendererPrivacy() argument 456 privacyType_ = privacyType; in SetRendererPrivacy()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/ |
H A D | i_audio_stream.h | 79 AudioPrivacyType privacyType; member 205 virtual void SetPrivacyType(AudioPrivacyType privacyType) = 0;
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_process_config.cpp | 223 parcel.WriteInt32(config.privacyType); in WriteConfigToParcel() 276 config.privacyType = static_cast<AudioPrivacyType>(parcel.ReadInt32()); in ReadConfigFromParcel()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
H A D | exif_info.h | 58 const int &privacyType, 152 void GetAreaFromExifEntries(const int &privacyType,
|
H A D | jpeg_decoder.h | 66 …uint32_t GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges)…
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_render_test/src/ |
H A D | oh_audio_render_unit_test.cpp | 607 OH_AudioStream_PrivacyType privacyType; variable 608 result = OH_AudioRenderer_GetRendererPrivacy(audioRenderer, &privacyType); 610 EXPECT_EQ(privacyType, AUDIO_STREAM_PRIVACY_TYPE_PUBLIC); 628 OH_AudioStream_PrivacyType privacyType; variable 629 result = OH_AudioRenderer_GetRendererPrivacy(audioRenderer, &privacyType); 631 EXPECT_EQ(privacyType, AUDIO_STREAM_PRIVACY_TYPE_PRIVATE);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | ipc_stream_proxy.cpp | 350 int32_t IpcStreamProxy::SetPrivacyType(int32_t privacyType) in SetPrivacyType() argument 364 int32_t IpcStreamProxy::GetPrivacyType(int32_t &privacyType) in GetPrivacyType() argument 376 privacyType = reply.ReadInt32(); in GetPrivacyType()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | inner_capturer_unit_test.cpp | 140 rendererOptions.privacyType = type; in InitRenderer()
|