Home
last modified time | relevance | path

Searched defs:DestroyFunc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dreference_parser_manager.h47 using DestroyFunc = void (*)(RefParser *); variable
H A Dstream_parser_manager.h33 using DestroyFunc = void (*)(StreamParser *); variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dsys_event.rs19 type DestroyFunc = extern "C" fn(*mut c_void); typedef
30 fn ffrt_sys_event_destroy(event: FfrtSysEventHandleT, func: DestroyFunc, arg: *mut c_void); in ffrt_sys_event_destroy()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dshared_obj.h74 #define INIT_SHARED_OBJ(OBJ_TYPE, obj, DestroyFunc) InitSharedObj##OBJ_TYPE(obj, DestroyFunc) argument
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.h54 using DestroyFunc = void (*)(DraggingPlayer *); variable