Lines Matching refs:caller
35 #define get_srv_meta(caller) \ argument
44 mpp_err("mpp meta srv not init at %s : %s\n", __FUNCTION__, caller); \
179 static inline RK_S32 get_index_of_key(MppMetaKey key, MppMetaType type, const char *caller);
262 static inline RK_S32 get_index_of_key(MppMetaKey key, MppMetaType type, const char *caller) in MPP_SINGLETON()
264 MppMetaSrv *srv = get_srv_meta(caller); in MPP_SINGLETON()
276 static MppMetaImpl *get_meta(MppMetaSrv *srv, const char *tag, const char *caller) in get_meta() argument
278 MppMetaImpl *impl = (MppMetaImpl *)mpp_mem_pool_get(pool_meta, caller); in get_meta()
285 impl->caller = caller; in get_meta()
345 MPP_RET mpp_meta_get_with_tag(MppMeta *meta, const char *tag, const char *caller) in mpp_meta_get_with_tag() argument
347 MppMetaSrv *srv = get_srv_meta(caller); in mpp_meta_get_with_tag()
358 impl = get_meta(srv, tag, caller); in mpp_meta_get_with_tag()