/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | audio_capturer_extra_plus_unit_test.cpp | 109 InterruptForceType::INTERRUPT_SHARE, InterruptHint::INTERRUPT_HINT_RESUME}; in HWTEST() member in OHOS::AudioStandard::InterruptForceType 111 InterruptForceType::INTERRUPT_SHARE, InterruptHint::INTERRUPT_HINT_RESUME, 0.0}; in HWTEST() member in OHOS::AudioStandard::InterruptForceType 113 InterruptForceType::INTERRUPT_SHARE, InterruptHint::INTERRUPT_HINT_PAUSE, 0.0}; in HWTEST() member in OHOS::AudioStandard::InterruptForceType 115 InterruptForceType::INTERRUPT_SHARE, InterruptHint::INTERRUPT_HINT_STOP, 0.0}; in HWTEST() member in OHOS::AudioStandard::InterruptForceType
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | audio_interrupt_test.cpp | 90 } else if (interruptEvent.forceType == INTERRUPT_SHARE) { in OnInterrupt()
|
H A D | interrupt_multi_renderer_test.cpp | 99 } else if (interruptEvent.forceType == INTERRUPT_SHARE) { in OnInterrupt()
|
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
H A D | audio_interrupt_info.h | 83 INTERRUPT_SHARE enumerator
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_focus_parser.cpp | 117 {"false", INTERRUPT_SHARE},
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/interrupt/ |
H A D | audio_interrupt_service.cpp | 908 interruptEvent.forceType = INTERRUPT_SHARE; in NotifyFocusGranted() 930 interruptEvent.forceType = INTERRUPT_SHARE; in NotifyFocusAbandoned() 1538 InterruptEventInternal forceActive {INTERRUPT_TYPE_END, INTERRUPT_SHARE, INTERRUPT_HINT_RESUME, 1.0f}; in SendInterruptEvent()
|
/foundation/multimedia/av_codec/test/unittest/media_sink_test/ |
H A D | audio_server_sink_plugin_test.cpp | 441 InterruptForceType::INTERRUPT_SHARE, InterruptHint::INTERRUPT_HINT_STOP};
in HWTEST() member in OHOS::Media::Test::InterruptForceType
|
/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_audio_enum.cpp | 224 {"INTERRUPT_SHARE", INTERRUPT_SHARE},
|
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
H A D | audio_capturer.cpp | 698 InterruptEvent interruptEventResume {interruptEvent.eventType, INTERRUPT_SHARE, in NotifyForcePausedToResume() local 740 if (forceType != INTERRUPT_FORCE) { // INTERRUPT_SHARE in OnInterrupt() 741 AUDIO_DEBUG_LOG("AudioCapturerPrivate ForceType: INTERRUPT_SHARE. Let app handle the event"); in OnInterrupt()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
H A D | audio_renderer.cpp | 1021 InterruptEvent interruptEventResume {interruptEvent.eventType, INTERRUPT_SHARE, in NotifyForcePausedToResume() local 1089 if (forceType != INTERRUPT_FORCE) { // INTERRUPT_SHARE in OnInterrupt() 1090 AUDIO_DEBUG_LOG("INTERRUPT_SHARE. Let app handle the event"); in OnInterrupt()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 2008 InterruptForceType forceType = INTERRUPT_SHARE; in InterruptOnChange()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | audio_renderer_unit_test.cpp | 7323 InterruptEventInternal interruptEvent {INTERRUPT_TYPE_BEGIN, INTERRUPT_SHARE, INTERRUPT_HINT_PAUSE, 20.0f}; in HWTEST()
|