Searched defs:funcPtr (Results 1 – 5 of 5) sorted by relevance
62 const auto& funcPtr = ((*component).*getMethod)(); in ResumeEventCallback() local70 const auto& funcPtr = ((*component).*getMethod)(); in ResumeEventCallback() local
52 #define REGISTER_NODE(nodeName, nodeType, funcPtr) static NodeRegistry::Registrar g_##nodeName(node… argument
89 …har** GetTypesByCondition(const char* condition, unsigned int* count, GetUtdByConditionPtr funcPtr) in GetTypesByCondition()
1573 PixelConvert::PixelConvert(ProcFuncType funcPtr, ProcFuncExtension extension, bool isNeedConvert) in PixelConvert()1586 ProcFuncType funcPtr = GetProcFuncType(srcFormat, dstFormat); in Create() local