Searched refs:PLUGIN_PASTE (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ |
H A D | all_plugin_static.h.in | 22 …extern "C" OHOS::Media::Plugin::Status PLUGIN_PASTE(register_, … 24 extern "C" OHOS::Media::Plugin::Status PLUGIN_PASTE(unregister_, name)(); 26 #define REGISTER_STATIC(name, reg) PLUGIN_PASTE(register_, name)(reg) 27 #define UNREGISTER_STATIC(name) PLUGIN_PASTE(unregister_, name)()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/interface/ |
H A D | plugin_definition.h | 174 #define PLUGIN_PASTE(str1, str2) PLUGIN_PASTE_ARGS(str1, str2) macro 192 …PLUGIN_EXPORT OHOS::Media::Plugin::Status PLUGIN_PASTE(register_, name)( … 199 …PLUGIN_EXPORT void PLUGIN_PASTE(unregister_, name)() …
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_definition.h | 294 #define PLUGIN_PASTE(str1, str2) PLUGIN_PASTE_ARGS(str1, str2) macro 312 …PLUGIN_EXPORT OHOS::Media::Status PLUGIN_PASTE(register_, name)( … 319 …PLUGIN_EXPORT void PLUGIN_PASTE(unregister_, name)() …
|