/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/ |
H A D | recorder_profiles_service_stub.cpp | 54 = &RecorderProfilesServiceStub::IsAudioRecorderConfigSupported; in Init() 103 bool RecorderProfilesServiceStub::IsAudioRecorderConfigSupported(const RecorderProfilesData &profil… in IsAudioRecorderConfigSupported() function in OHOS::Media::RecorderProfilesServiceStub 106 return mediaProfileServer_->IsAudioRecorderConfigSupported(profile); in IsAudioRecorderConfigSupported() 136 int32_t RecorderProfilesServiceStub::IsAudioRecorderConfigSupported(MessageParcel &data, MessagePar… in IsAudioRecorderConfigSupported() function in OHOS::Media::RecorderProfilesServiceStub 140 reply.WriteBool(IsAudioRecorderConfigSupported(profile)); in IsAudioRecorderConfigSupported()
|
H A D | recorder_profiles_service_stub.h | 35 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override; 45 int32_t IsAudioRecorderConfigSupported(MessageParcel &data, MessageParcel &reply);
|
H A D | i_standard_recorder_profiles_service.h | 42 virtual bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) = 0;
|
H A D | recorder_profiles_service_proxy.h | 31 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
|
H A D | recorder_profiles_service_proxy.cpp | 39 bool RecorderProfilesServiceProxy::IsAudioRecorderConfigSupported(const RecorderProfilesData &profi… in IsAudioRecorderConfigSupported() function in OHOS::Media::RecorderProfilesServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/client/ |
H A D | recorder_profiles_client.cpp | 58 bool RecorderProfilesClient::IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) in IsAudioRecorderConfigSupported() function in OHOS::Media::RecorderProfilesClient 62 return recorderProfilesProxy_->IsAudioRecorderConfigSupported(profile); in IsAudioRecorderConfigSupported()
|
H A D | recorder_profiles_client.h | 32 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/ |
H A D | recorder_profiles_impl.cpp | 65 bool RecorderProfilesImpl::IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) in IsAudioRecorderConfigSupported() function in OHOS::Media::RecorderProfilesImpl 74 return recorderProfilesService_->IsAudioRecorderConfigSupported(profileData); in IsAudioRecorderConfigSupported()
|
H A D | recorder_profiles_impl.h | 27 bool IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) override;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/ |
H A D | recorder_profiles_unit_test.cpp | 51 …EXPECT_TRUE(RecorderProfilesFactory::CreateRecorderProfiles().IsAudioRecorderConfigSupported(*prof… 68 …EXPECT_FALSE(RecorderProfilesFactory::CreateRecorderProfiles().IsAudioRecorderConfigSupported(*pro…
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_profiles_service.h | 48 virtual bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/server/ |
H A D | recorder_profiles_server.h | 31 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
|
H A D | recorder_profiles_server.cpp | 44 bool RecorderProfilesServer::IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) in IsAudioRecorderConfigSupported() function in OHOS::Media::RecorderProfilesServer
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder_profiles.h | 252 virtual bool IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | recorder_capability_napi.h | 68 static napi_value IsAudioRecorderConfigSupported(napi_env env, napi_callback_info info);
|
H A D | recorder_capability_napi.cpp | 70 napi_value RecorderCapabilityNapi::IsAudioRecorderConfigSupported(napi_env env, napi_callback_info … in IsAudioRecorderConfigSupported() function in OHOS::Media::RecorderCapabilityNapi 109 … bool outResult = RecorderProfilesFactory::CreateRecorderProfiles().IsAudioRecorderConfigSupported( in IsAudioRecorderConfigSupported()
|