Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp559 ArkUIGestureInterruptInfo interruptInfo; in setGestureInterrupterToNode() local
560 interruptInfo.isSystemGesture = gestureInfo->IsSystemGesture(); in setGestureInterrupterToNode()
561 interruptInfo.systemRecognizerType = static_cast<ArkUI_Int32>(gestureInfo->GetType()); in setGestureInterrupterToNode()
562 interruptInfo.event = &gestureEvent; in setGestureInterrupterToNode()
563 interruptInfo.userData = gestureInfo->GetUserData(); in setGestureInterrupterToNode()
565 interruptInfo.userData = reinterpret_cast<void*>(currentArkUIGestureRecognizer); in setGestureInterrupterToNode()
576 interruptInfo.responseLinkRecognizer = othersRecognizer; in setGestureInterrupterToNode()
577 interruptInfo.count = count; in setGestureInterrupterToNode()
581 interruptInfo.inputEvent = &inputEvent; in setGestureInterrupterToNode()
582 interruptInfo.gestureEvent = &arkUIGestureEvent; in setGestureInterrupterToNode()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/
H A Daudio_capture_module.h36 virtual void OnInterrupt(const std::string &interruptInfo) = 0;
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_capture_filter.cpp82 void OnInterrupt(const std::string &interruptInfo) override in OnInterrupt() argument
84 MEDIA_LOG_I("AudioCaptureModuleCallback interrupt: " PUBLIC_LOG_S, interruptInfo.c_str()); in OnInterrupt()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_capture_test/
H A Daudio_capture_module_unit_test.cpp129 void OnInterrupt(const std::string &interruptInfo) override in OnInterrupt() argument
131 std::cout<<"AudioCaptureModuleCallback interrupt"<<interruptInfo<<std::endl; in OnInterrupt()