Home
last modified time | relevance | path

Searched defs:hapticUri (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/unittest/audio_haptic_test/
H A Daudio_haptic_unit_test.cpp100 std::string hapticUri = HAPTIC_TEST_URI; variable
134 std::string hapticUri = HAPTIC_TEST_URI; variable
184 std::string hapticUri = HAPTIC_TEST_URI; variable
205 std::string hapticUri = HAPTIC_TEST_URI; variable
281 std::string hapticUri = HAPTIC_TEST_URI; variable
307 std::string hapticUri = HAPTIC_TEST_URI; variable
333 std::string hapticUri = HAPTIC_TEST_URI; variable
359 std::string hapticUri = HAPTIC_TEST_URI; variable
385 std::string hapticUri = HAPTIC_TEST_URI; variable
404 std::string hapticUri = HAPTIC_TEST_URI; variable
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.cpp54 std::string hapticUri = audioUri; in FormateHapticUri() local
71 std::string hapticUri = ""; in FindHapticUriByAudioUri() local
230 string hapticUri = audioUri; in GetNewHapticUriForAudioUri() local
251 …std::string hapticUri = GetNewHapticUriForAudioUri(audioUri, RINGTONE_PATH, STANDARD_HAPTICS_PATH); in GetNewHapticUriForAudioUri() local
278 …std::string hapticUri = FindHapticUriByAudioUri(currAudioUri, ToneHapticsFeature::STANDARD, isSupp… in GetHapticUriForAudioUri() local
431 std::string hapticUri = (configuredUri_ == NO_SYSTEM_SOUND) ? in Start() local
678 …std::string hapticUri = systemSoundMgr_.GetHapticsUriByStyle(dataShareHelper_, settings.hapticsUri, in GetNewHapticSettings() local
700 …2_t SystemTonePlayerImpl::RegisterSource(const std::string &audioUri, const std::string &hapticUri) in RegisterSource()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.cpp84 string hapticUri = audioUri; in GetNewHapticUriForAudioUri() local
102 …std::string hapticUri = GetNewHapticUriForAudioUri(audioUri, RINGTONE_PATH, STANDARD_HAPTICS_PATH); in GetNewHapticUriForAudioUri() local
113 std::string hapticUri = ""; in GetHapticUriForAudioUri() local
278 …t32_t RingtonePlayerImpl::RegisterSource(const std::string &audioUri, const std::string &hapticUri) in RegisterSource()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H A Dsystem_sound_vibrator.cpp70 int32_t SystemSoundVibrator::StartVibratorForSystemTone(const std::string &hapticUri) in StartVibratorForSystemTone()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/audio_haptic/include/
H A Daudio_haptic_manager_napi.h90 std::string hapticUri; member
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/audio_haptic/include/
H A Daudio_haptic_player.h66 std::string hapticUri = ""; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_manager_impl.cpp143 …t AudioHapticManagerImpl::RegisterSource(const std::string &audioUri, const std::string &hapticUri) in RegisterSource()
H A Daudio_haptic_vibrator_impl.cpp110 int32_t AudioHapticVibratorImpl::OpenHapticFile(const std::string &hapticUri) in OpenHapticFile()