| /foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/ |
| H A D | napi_audio_rounting_available_devicechange_callback.cpp | 112 AudioRountingJsCallback *event = reinterpret_cast<AudioRountingJsCallback *>(data); in SafeJsCallbackAvailbleDeviceChangeWork() local 160 AudioRountingJsCallback *event = jsCb.release(); in OnJsCallbackAvailbleDeviceChange() local [all...] |
| H A D | napi_audio_ringermode_callback.cpp | 125 AudioRingerModeJsCallback *event = reinterpret_cast<AudioRingerModeJsCallback *>(data); in SafeJsCallbackRingModeWork() local 171 AudioRingerModeJsCallback *event = jsCb.release(); in OnJsCallbackRingerMode() local [all...] |
| /foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/callback/ |
| H A D | napi_audio_capturer_callbacks.cpp | 87 AudioCapturerJsCallback *event = reinterpret_cast<AudioCapturerJsCallback *>(data); in SafeJsCallbackInterruptWork() local 131 AudioCapturerJsCallback *event = jsCb.release(); in OnJsCallbackInterrupt() local 160 AudioCapturerJsCallback *event = reinterpret_cast<AudioCapturerJsCallback *>(data); SafeJsCallbackStateChangeWork() local 204 AudioCapturerJsCallback *event = jsCb.release(); OnJsCallbackStateChange() local [all...] |
| H A D | napi_audio_capturer_device_change_callback.cpp | 76 AudioCapturerDeviceChangeJsCallback *event = reinterpret_cast<AudioCapturerDeviceChangeJsCallback *>(data); in SafeJsCallbackCapturerDeviceInfoWork() local 116 AudioCapturerDeviceChangeJsCallback *event = new AudioCapturerDeviceChangeJsCallback {method, env_, deviceInfo}; in OnJsCallbackCapturerDeviceInfo() local [all...] |
| H A D | napi_audio_capturer_info_change_callback.cpp | 74 AudioCapturerChangeInfoJsCallback *event = reinterpret_cast<AudioCapturerChangeInfoJsCallback *>(data); in SafeJsCallbackCapturerChangeInfoWork() local 119 AudioCapturerChangeInfoJsCallback *event in OnJsCallbackCapturerChangeInfo() local [all...] |
| /foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/ |
| H A D | napi_renderer_data_request_callback.cpp | 91 RendererDataRequestJsCallback *event = reinterpret_cast<RendererDataRequestJsCallback *>(data); in SafeJsCallbackDataRequestWork() local 139 RendererDataRequestJsCallback *event = jsCb.release(); OnJsRendererDataRequestCallback() local [all...] |
| H A D | napi_renderer_period_position_callback.cpp | 73 RendererPeriodPositionJsCallback *event = reinterpret_cast<RendererPeriodPositionJsCallback *>(data); in SafeJsCallbackPeriodPositionWork() local 122 RendererPeriodPositionJsCallback *event = jsCb.release(); in OnJsRendererPeriodPositionCallback() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/ |
| H A D | rs_animat_cmd_test.cpp | 39 void RSAnimatCmdTest::TestProcessor(NodeId nodeId, AnimationId animId, AnimationCallbackEvent event) in TestProcessor() argument 80 AnimationCallbackEvent event = static_cast<AnimationCallbackEvent>(1); in HWTEST_F() local 133 AnimationCallbackEvent event = static_cast<AnimationCallbackEvent>(1); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
| H A D | inner_event.cpp | 79 auto event = std::move(events_.back()); in Get() local 106 static void Drop(InnerEvent *event) in Drop() argument 124 Put(InnerEvent::Pointer &&event) Put() argument 160 auto event = InnerEventPool::GetInstance().Get(); Get() local 166 auto event = InnerEventPool::GetInstance().Get(); Get() local 182 auto event = InnerEventPool::GetInstance().Get(); Get() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
| H A D | rs_animation_command_test.cpp | 39 void RSAnimationCommandTest::TestProcessor(NodeId nodeId, AnimationId animId, AnimationCallbackEvent event) in TestProcessor() argument 55 AnimationCallbackEvent event = static_cast<AnimationCallbackEvent>(1); in HWTEST_F() local 98 AnimationCallbackEvent event = static_cast<AnimationCallbackEvent>(1); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
| H A D | hgm_state_machine.h | 116 void HgmStateMachine<State, Event>::OnEvent(Event event)
in OnEvent() argument 150 void HgmStateMachine<State, Event>::RegisterEventCallback(Event event, const EventCallback& callback)
in RegisterEventCallback() argument 156 UnRegisterEventCallback(Event event) UnRegisterEventCallback() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
| H A D | rs_animation_command.cpp | 36 AnimationCallback( RSContext& context, NodeId targetId, AnimationId animId, AnimationCallbackEvent event) AnimationCallback() argument
|
| /foundation/multimedia/av_codec/test/unittest/decoder_filter_test/ |
| H A D | surface_encoder_filter_unit_test.h | 52 void OnEvent(const Event &event)
in OnEvent() argument
|
| H A D | metadata_filter_unit_test.h | 54 void OnEvent(const Event &event)
in OnEvent() argument
|
| /foundation/multimedia/av_codec/test/unittest/dash_test/ |
| H A D | dash_segment_downloader_unit_test.cpp | 380 (void)event; variable
|
| /foundation/multimedia/av_codec/test/unittest/filter_test/ |
| H A D | video_capture_filter_unit_test.h | 78 void OnEvent(const Event &event) in OnEvent() argument
|
| H A D | muxer_filter_unit_test.h | 63 void OnEvent(const Event& event) in OnEvent() argument
|
| /foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
| H A D | key_session_callback_napi.cpp | 52 MediaKeySessionJsCallback *event = reinterpret_cast<MediaKeySessionJsCallback *>(work->data); in WorkCallbackInterruptDone() local 98 SendEvent(const std::string &event, int32_t extra, const std::vector<uint8_t> &data) SendEvent() argument 142 const std::string event = "keysChange"; SendEventKeyChanged() local [all...] |
| H A D | media_key_system_callback_napi.cpp | 52 MediaKeySystemJsCallback *event = reinterpret_cast<MediaKeySystemJsCallback *>(work->data);
in WorkCallbackInterruptDone() local 87 void MediaKeySystemCallbackNapi::SendEvent(const std::string &event, int32_ argument [all...] |
| /foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/ |
| H A D | deferred_photo_controller.cpp | 65 DPSEventReport::GetInstance().SetEventType(event); variable
|
| /foundation/multimedia/image_effect/test/unittest/ |
| H A D | TestEffectPipeline.cpp | 112 const Event &event = Event{ "name_", EventType::EVENT_COMPLETE, { nullptr } }; in HWTEST_F() local
|
| /foundation/multimedia/av_session/frameworks/native/session/src/ |
| H A D | avcontroller_callback_client.cpp | 107 void AVControllerCallbackClient::OnSessionEventChange(const std::string& event, const AAFwk::WantParams& args) in OnSessionEventChange() argument
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| H A D | medialibrary_inotify.cpp | 84 struct inotify_event *event = reinterpret_cast<struct inotify_event *>(data + index); in WatchCallBack() local
|
| /foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
| H A D | message_looper.cpp | 213 MsgEvent event = *m_eventQueue.begin(); in QueueHandlr() local 321 MsgEvent event = { nullptr, 0 }; RemoveMessage() local [all...] |
| /foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
| H A D | mtp_file_observer.cpp | 34 void MtpFileObserver::SendEvent(const inotify_event &event, const std::string &path, const ContextSptr &context) in SendEvent() argument 64 struct inotify_event *event; AddInotifyEvents() local [all...] |