Searched refs:currAudioUri (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/ |
H A D | system_tone_player_impl.cpp | 250 std::string currAudioUri = audioUri; in GetNewHapticUriForAudioUri() local 253 currAudioUri = systemSoundMgr_.GetDefaultSystemToneUri(SYSTEM_TONE_TYPE_NOTIFICATION); in GetNewHapticUriForAudioUri() 254 hapticUri = GetNewHapticUriForAudioUri(currAudioUri, RINGTONE_PATH, STANDARD_HAPTICS_PATH); in GetNewHapticUriForAudioUri() 264 hapticUri = GetNewHapticUriForAudioUri(currAudioUri, RINGTONE_PATH, GENTLE_HAPTICS_PATH); in GetNewHapticUriForAudioUri() 277 std::string currAudioUri = audioUri; in GetHapticUriForAudioUri() local 278 …std::string hapticUri = FindHapticUriByAudioUri(currAudioUri, ToneHapticsFeature::STANDARD, isSupp… in GetHapticUriForAudioUri() 281 currAudioUri = systemSoundMgr_.GetDefaultSystemToneUri(SYSTEM_TONE_TYPE_NOTIFICATION); in GetHapticUriForAudioUri() 282 … hapticUri = FindHapticUriByAudioUri(currAudioUri, ToneHapticsFeature::STANDARD, isSupported); in GetHapticUriForAudioUri() 292 hapticUri = FindHapticUriByAudioUri(currAudioUri, ToneHapticsFeature::GENTLE, isSupported); in GetHapticUriForAudioUri()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/ |
H A D | ringtone_player_impl.cpp | 105 std::string currAudioUri = systemSoundMgr_.GetDefaultRingtoneUri(RINGTONE_TYPE_SIM_CARD_0); in GetNewHapticUriForAudioUri() local 106 return GetNewHapticUriForAudioUri(currAudioUri, RINGTONE_PATH, STANDARD_HAPTICS_PATH); in GetNewHapticUriForAudioUri()
|