Home
last modified time | relevance | path

Searched refs:SCENE_OTHERS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_effect.h183 SCENE_OTHERS = 0, enumerator
215 {SCENE_OTHERS, "SCENE_OTHERS"},
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h652 SCENE_OTHERS, // 1.Default state 2.The state in which the animation ends enumerator
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/
H A Daudio_effect_chain_manager_unit_test.cpp688 AudioEffectScene sceneType = SCENE_OTHERS;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8154 if (sceneType > SystemAnimatedSceneType::SCENE_OTHERS) { in SetSystemAnimatedScenes()