Home
last modified time | relevance | path

Searched refs:CreatePlayerWithOptions (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.h50 int32_t CreatePlayerWithOptions(const AudioHapticPlayerOptions &options);
H A Dsystem_tone_player_impl.cpp176 int32_t SystemTonePlayerImpl::CreatePlayerWithOptions(const AudioHapticPlayerOptions &options) in CreatePlayerWithOptions() function in OHOS::Media::SystemTonePlayerImpl
437 result = CreatePlayerWithOptions({actualMuteAudio, actualMuteHaptics}); in Start()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/tone_player_test/src/
H A Dsystem_tone_player_unit_test.cpp42 int32_t result = systemTonePlayerImpl_->CreatePlayerWithOptions(options);