Searched refs:AddCustomizedToneByFdAndOffset (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/ |
H A D | system_sound_manager_unit_test.cpp | 280 res = systemSoundManager_->AddCustomizedToneByFdAndOffset(context_, toneAttrs_, 1, 10, 0); 286 res = systemSoundManager_->AddCustomizedToneByFdAndOffset(context_, toneAttrs_, fd, 10, 0); 290 res = systemSoundManager_->AddCustomizedToneByFdAndOffset(context_, toneAttrs_, fd, 10, 1); 861 res = systemSoundManager_->AddCustomizedToneByFdAndOffset(context_, toneAttrs_, 1, 10, 0); 867 systemSoundManager_->AddCustomizedToneByFdAndOffset(context_, toneAttrs_, fd, 10, 0); 872 systemSoundManager_->AddCustomizedToneByFdAndOffset(context_, toneAttrs_, fd, 10, 1); 899 res = systemSoundManager_->AddCustomizedToneByFdAndOffset(context_, toneAttrs_, 1, 10, 0); 903 systemSoundManager_->AddCustomizedToneByFdAndOffset(context_, toneAttrs_, fd, 10, 0); 906 systemSoundManager_->AddCustomizedToneByFdAndOffset(context_, toneAttrs_, fd, 10, 1); 1601 …systemSoundManager_->AddCustomizedToneByFdAndOffset(context_, toneAttrs_, fd, offset, length), "TY… [all …]
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/ |
H A D | system_sound_manager.h | 264 virtual std::string AddCustomizedToneByFdAndOffset(
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ |
H A D | system_sound_manager_impl.h | 97 …std::string AddCustomizedToneByFdAndOffset(const std::shared_ptr<AbilityRuntime::Context> &context,
|
H A D | system_sound_manager_impl.cpp | 1317 return AddCustomizedToneByFdAndOffset(context, toneAttrs, fd, 0, INT_MAX); in AddCustomizedToneByFd() 1372 std::string SystemSoundManagerImpl::AddCustomizedToneByFdAndOffset( in AddCustomizedToneByFdAndOffset() function in OHOS::Media::SystemSoundManagerImpl
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ |
H A D | system_sound_manager_napi.cpp | 1769 context->uri = context->objectInfo->sysSoundMgrClient_->AddCustomizedToneByFdAndOffset( in AsyncAddCustomizedTone()
|