Home
last modified time | relevance | path

Searched refs:IsAudioRecorderConfigSupported (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/
H A Drecorder_profiles_service_stub.cpp54 = &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 Drecorder_profiles_service_stub.h35 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
45 int32_t IsAudioRecorderConfigSupported(MessageParcel &data, MessageParcel &reply);
H A Di_standard_recorder_profiles_service.h42 virtual bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) = 0;
H A Drecorder_profiles_service_proxy.h31 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
H A Drecorder_profiles_service_proxy.cpp39 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 Drecorder_profiles_client.cpp58 bool RecorderProfilesClient::IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) in IsAudioRecorderConfigSupported() function in OHOS::Media::RecorderProfilesClient
62 return recorderProfilesProxy_->IsAudioRecorderConfigSupported(profile); in IsAudioRecorderConfigSupported()
H A Drecorder_profiles_client.h32 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.cpp65 bool RecorderProfilesImpl::IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) in IsAudioRecorderConfigSupported() function in OHOS::Media::RecorderProfilesImpl
74 return recorderProfilesService_->IsAudioRecorderConfigSupported(profileData); in IsAudioRecorderConfigSupported()
H A Drecorder_profiles_impl.h27 bool IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) override;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp51 …EXPECT_TRUE(RecorderProfilesFactory::CreateRecorderProfiles().IsAudioRecorderConfigSupported(*prof…
68 …EXPECT_FALSE(RecorderProfilesFactory::CreateRecorderProfiles().IsAudioRecorderConfigSupported(*pro…
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_profiles_service.h48 virtual bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/server/
H A Drecorder_profiles_server.h31 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
H A Drecorder_profiles_server.cpp44 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 Drecorder_profiles.h252 virtual bool IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.h68 static napi_value IsAudioRecorderConfigSupported(napi_env env, napi_callback_info info);
H A Drecorder_capability_napi.cpp70 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()