Home
last modified time | relevance | path

Searched refs:INTERRUPT_SHARE (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_extra_plus_unit_test.cpp109 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 Daudio_interrupt_test.cpp90 } else if (interruptEvent.forceType == INTERRUPT_SHARE) { in OnInterrupt()
H A Dinterrupt_multi_renderer_test.cpp99 } else if (interruptEvent.forceType == INTERRUPT_SHARE) { in OnInterrupt()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_interrupt_info.h83 INTERRUPT_SHARE enumerator
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_focus_parser.cpp117 {"false", INTERRUPT_SHARE},
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/interrupt/
H A Daudio_interrupt_service.cpp908 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 Daudio_server_sink_plugin_test.cpp441 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 Dnapi_audio_enum.cpp224 {"INTERRUPT_SHARE", INTERRUPT_SHARE},
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp698 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 Daudio_renderer.cpp1021 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 Daudio_policy_server.cpp2008 InterruptForceType forceType = INTERRUPT_SHARE; in InterruptOnChange()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_renderer_unit_test.cpp7323 InterruptEventInternal interruptEvent {INTERRUPT_TYPE_BEGIN, INTERRUPT_SHARE, INTERRUPT_HINT_PAUSE, 20.0f}; in HWTEST()

Completed in 38 milliseconds