/foundation/multimedia/audio_framework/frameworks/native/toneplayer/test/unittest/ |
H A D | audio_toneplayer_unit_test.cpp | 78 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 100 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 129 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 155 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 177 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 204 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 235 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 264 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 287 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 311 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/test/example/ |
H A D | audio_toneplayer_test.cpp | 44 rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in main()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | audio_interrupt_test.h | 53 ContentType contentType_ = ContentType::CONTENT_TYPE_MUSIC;
|
H A D | audio_blendmode_test.cpp | 61 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in CreateAudioRenderer()
|
H A D | audio_render_mode_callback_test.cpp | 81 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in InitRender()
|
H A D | audio_renderer_test.cpp | 321 ContentType contentType = ContentType::CONTENT_TYPE_MUSIC; in TestPlayback()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolplaystop_fuzzer/ |
H A D | soundpoolplaystop_fuzzer.cpp | 44 audioRenderInfo.contentType = CONTENT_TYPE_MUSIC;
in FuzzSoundPoolPlay() 94 audioRenderInfo.contentType = CONTENT_TYPE_MUSIC;
in FuzzSoundPoolStop()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolloadunload_fuzzer/ |
H A D | soundpoolloadunload_fuzzer.cpp | 44 audioRenderInfo.contentType = CONTENT_TYPE_MUSIC;
in FuzzSoundPoolLoad() 89 audioRenderInfo.contentType = CONTENT_TYPE_MUSIC;
in FuzzSoundPoolUnload()
|
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_interrupt_test/src/ |
H A D | audio_capturer_interrupt_unit_test.cpp | 46 {ContentType::CONTENT_TYPE_MUSIC, StreamUsage::STREAM_USAGE_MEDIA}, // 0: music 48 {ContentType::CONTENT_TYPE_MUSIC, StreamUsage::STREAM_USAGE_NOTIFICATION_RINGTONE}, // 2: ring 51 {ContentType::CONTENT_TYPE_MUSIC, StreamUsage::STREAM_USAGE_ALARM}, // 5: Alarm
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | i_audio_stream.cpp | 43 streamMap[std::make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_NOTIFICATION_RINGTONE)] = STREAM_RING; in CreateStreamMap() 44 streamMap[std::make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_MEDIA)] = STREAM_MUSIC; in CreateStreamMap() 48 streamMap[std::make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_ALARM)] = STREAM_ALARM; in CreateStreamMap() 57 streamMap[std::make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_VOICE_ASSISTANT)] = STREAM_VOICE_ASSISTANT; in CreateStreamMap()
|
H A D | audio_system_manager.cpp | 86 streamMap[make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_NOTIFICATION_RINGTONE)] = STREAM_RING; in CreateStreamMap() 87 streamMap[make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_MEDIA)] = STREAM_MUSIC; in CreateStreamMap() 91 streamMap[make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_ALARM)] = STREAM_ALARM; in CreateStreamMap() 100 streamMap[make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_VOICE_ASSISTANT)] = STREAM_VOICE_ASSISTANT; in CreateStreamMap()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetloop_fuzzer/ |
H A D | soundpoolsetloop_fuzzer.cpp | 44 audioRenderInfo.contentType = CONTENT_TYPE_MUSIC;
in FuzzSoundPoolSetLoop()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetrate_fuzzer/ |
H A D | soundpoolsetrate_fuzzer.cpp | 44 audioRenderInfo.contentType = CONTENT_TYPE_MUSIC;
in FuzzSoundPoolSetRate()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetvolume_fuzzer/ |
H A D | soundpoolsetvolume_fuzzer.cpp | 44 audioRenderInfo.contentType = CONTENT_TYPE_MUSIC;
in FuzzSoundPoolSetVolume()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetpriority_fuzzer/ |
H A D | soundpoolsetpriority_fuzzer.cpp | 44 audioRenderInfo.contentType = CONTENT_TYPE_MUSIC;
in FuzzSoundPoolSetPriority()
|
/foundation/distributedhardware/distributed_audio/services/common/audioparam/ |
H A D | audio_param.h | 66 CONTENT_TYPE_MUSIC = 2, enumerator
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/multithreadtest/src/ |
H A D | audio_renderer_multithread_test.cpp | 56 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in InitializeRendererOptions()
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolcreate_fuzzer/ |
H A D | soundpoolcreate_fuzzer.cpp | 44 CONTENT_TYPE_MUSIC,
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/benchmark/ |
H A D | benchmark_audiorenderer_test.cpp | 48 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC;
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | audio_renderer_unit_test.cpp | 108 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in InitializeRendererOptions() 121 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in InitializeRendererSpatialOptions() 327 * rendererOptions.rendererInfo.contentType = CONTENT_TYPE_MUSIC; 338 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 501 * rendererOptions.rendererInfo.contentType = CONTENT_TYPE_MUSIC; 512 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 1212 AudioRendererDesc audioRD = {CONTENT_TYPE_MUSIC, STREAM_USAGE_VOICE_COMMUNICATION}; in HWTEST() 4172 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 4198 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() 4224 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in HWTEST() [all...] |
H A D | audio_fast_renderer_unit_test.cpp | 67 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in InitializeFastRendererOptions()
|
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/src/ |
H A D | audio_manager_unit_test.cpp | 79 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in InitializeRendererOptionsForMusic() 213 audioRendererFilter->rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; 239 audioRendererFilter->rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; 317 audioRendererFilter->rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; 338 audioRendererFilter->rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; 363 audioRendererFilter->rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; 1578 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; 1824 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; 1864 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; 1942 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; [all...] |
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/ |
H A D | audioplayer_adapter.cpp | 72 rendererOptions.rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC;
in CreateAudioPlayerAdapter()
|
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/ |
H A D | dspeaker_client_test.cpp | 43 audioParam_.renderOpts.contentType = ContentType::CONTENT_TYPE_MUSIC; in SetUp()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_stream_collector.cpp | 45 streamMap[make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_NOTIFICATION_RINGTONE)] = STREAM_RING; in CreateStreamMap() 46 streamMap[make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_MEDIA)] = STREAM_MUSIC; in CreateStreamMap() 50 streamMap[make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_ALARM)] = STREAM_ALARM; in CreateStreamMap() 59 streamMap[make_pair(CONTENT_TYPE_MUSIC, STREAM_USAGE_VOICE_ASSISTANT)] = STREAM_VOICE_ASSISTANT; in CreateStreamMap()
|