Home
last modified time | relevance | path

Searched refs:priv (Results 1 - 25 of 33) sorted by relevance

12

/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/
H A Dhi_fsm.h30 typedef int32_t (*HI_FSM_StateHandleEvent)(void *priv, const MsgInfo *msg);
32 typedef int32_t (*HI_FSM_StateEnter)(const void *priv, const char *stateName);
34 typedef int32_t (*HI_FSM_StateExit)(const void *priv, const char *stateName);
36 typedef int32_t (*HI_FSM_EventCallback)(const void *stateMachine, const void *priv, int32_t event, int32_t retVal);
43 void *priv; member
61 int32_t HI_FSM_RegMsgCallback(void *stateMachine, HI_FSM_EventCallback eventCallback, void *priv);
/foundation/communication/dsoftbus/adapter/common/bus_center/platform/
H A Dlnn_product_monitor.c28 static int OnDevEventReceived(void* priv, unsigned int id, struct HdfSBuf* data) in OnDevEventReceived() argument
32 if (priv != NULL) { in OnDevEventReceived()
33 LNN_LOGI(LNN_STATE, "dev event received, event=%{public}s, id=%{public}u", (char*)priv, id); in OnDevEventReceived()
42 .priv = "Service0",
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer_comm.cpp31 int32_t PlayerControlOnEvent(void* priv, EventCbType event, int32_t ext1, int32_t ext2) in PlayerControlOnEvent() argument
33 PlayerControl *player = reinterpret_cast<PlayerControl *>(priv); in PlayerControlOnEvent()
37 return player->OnPlayControlEvent(priv, event); in PlayerControlOnEvent()
H A Dliteplayer_comm.h27 int32_t PlayerControlOnEvent(void* priv, EventCbType event, int32_t ext1, int32_t ext2);
H A Dliteplayer.h81 int32_t OnPlayControlEvent(void *priv, const EventCbType event);
166 static void *DataSchProcess(void *priv);
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A Dhttp_lite_manager.h81 friend void ReceiveData(unsigned char *data, int len, void *priv);
82 friend void OnFinished(void *priv);
83 friend void OnFailed(int httpError, int localError, void *priv, int supportRetry);
H A Dhttp_lite_source_plugin.cpp242 Status HttpSourcePlugin::OnHttpEvent(void *priv, int errorType, int32_t errorCode) in OnHttpEvent() argument
244 if (priv == nullptr) { in OnHttpEvent()
245 MEDIA_LOG_D("priv null error"); in OnHttpEvent()
248 auto plugin = reinterpret_cast<HttpSourcePlugin *>(priv); in OnHttpEvent()
H A Dhttp_lite_source_plugin.h55 Status OnHttpEvent(void *priv, int errorType, int32_t errorCode);
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dfsm_oberver.h30 FsmOberver(HI_FSM_EventCallback msgCallback, void *priv) in FsmOberver() argument
31 : m_eventCallback(msgCallback), m_privateDate(priv) in FsmOberver()
H A Dfsm_state.h26 FsmState(HI_FSM_StateHandleEvent event, HI_FSM_StateEnter enter, HI_FSM_StateExit exit, void *priv, in FsmState() argument
28 : HiState(name), m_eventHandler(event), m_stateEnter(enter), m_stateExit(exit), m_privateDate(priv) in FsmState()
H A Dhi_fsm.cpp189 FSM_RETURN_IF_NULL(state->priv); in HI_FSM_AddState()
204 state->priv, stateName); in HI_FSM_AddState()
218 HI_FSM_EventCallback eventCallback, void *priv) in HI_FSM_RegMsgCallback()
227 FsmOberver *observer = new (std::nothrow) FsmOberver(eventCallback, priv); in HI_FSM_RegMsgCallback()
217 HI_FSM_RegMsgCallback(void *stateMachine, HI_FSM_EventCallback eventCallback, void *priv) HI_FSM_RegMsgCallback() argument
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.h37 void *priv; member
44 void *priv; member
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp122 << event.cursorPos.y << event.success << event.extra.priv; in StartCooperate()
149 packet << event.originNetworkId << event.cursorPos.x << event.cursorPos.y << event.extra.priv; in ComeBack()
274 packet >> event.extra.priv; in OnStartCooperate()
276 event.extra.priv = 0; in OnStartCooperate()
307 packet >> event.extra.priv; in OnComeBack()
309 event.extra.priv = 0; in OnComeBack()
H A Dcooperate_free.cpp81 void CooperateFree::OnSetCooperatePriv(uint32_t priv) in OnSetCooperatePriv() argument
84 env_->GetDragManager().SetCooperatePriv(priv); in OnSetCooperatePriv()
182 parent_.OnSetCooperatePriv(notice.extra.priv); in OnRemoteStart()
H A Dcooperate_out.cpp70 void CooperateOut::OnSetCooperatePriv(uint32_t priv) in OnSetCooperatePriv() argument
73 env_->GetDragManager().SetCooperatePriv(priv); in OnSetCooperatePriv()
179 parent_.OnSetCooperatePriv(notice.extra.priv); in OnComeBack()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/include/
H A Dplayer_define.h194 typedef int32_t (*OnEventCallback)(void* priv, EventCbType event, int32_t ext1, int32_t ext2);
198 void* priv; member
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dsubmeshhandler.cpp146 auto priv = interface_pointer_cast<SCENE_NS::ISubMeshPrivate>(ptr); variable
155 priv->SetDefaultMaterial(material);
159 priv->SetDefaultMaterial({});
161 priv->AddSubmeshBrigde(GetSelf<ISubMeshBridge>());
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_vertices.cpp123 skiaVertices_->priv().encode(writer); in Serialize()
139 skiaVertices_ = skiaVertices_->priv().Decode(reader); in Deserialize()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_out.h67 void OnSetCooperatePriv(uint32_t priv);
H A Dcooperate_free.h65 void OnSetCooperatePriv(uint32_t priv);
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_audio_sink.cpp57 callBack_.priv= nullptr; in AudioSink()
240 callBack_.onEventCallback(callBack_.priv, event, 0, 0); in RenderRptEvent()
278 callBack_.onEventCallback(callBack_.priv, EVNET_FIRST_AUDIO_REND, 0, 0); in RenderFrame()
H A Dplayer_video_sink.cpp80 callBack_.priv = nullptr; in VideoSink()
358 callBack_.onEventCallback(callBack_.priv, event, 0, 0); in RenderRptEvent()
407 callBack_.onEventCallback(callBack_.priv, EVNET_FIRST_VIDEO_REND, 0, 0); in RenderFrame()
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/aac_demuxer/
H A Daac_demuxer_plugin.h31 void *priv; member
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_cooperate.h36 uint32_t priv; member
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_physical_subnet_manager_test.cpp27 static VisitNextChoice LnnVisitPhysicalSubnetCallback(const LnnPhysicalSubnet *subnet, void *priv) in LnnVisitPhysicalSubnetCallback() argument

Completed in 11 milliseconds

12