Home
last modified time | relevance | path

Searched refs:get_instance (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
Dqomx_core.c231 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance"); in OMX_GetHandle()
234 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) { in OMX_GetHandle()
242 p_obj = (*p_core_comp->get_instance)(); in OMX_GetHandle()
366 p_core_comp->get_instance = NULL; in OMX_FreeHandle()
Dqomx_core.h78 get_instance_t get_instance; member
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_LanToLan.h225 static IPACM_LanToLan* get_instance();
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_LanToLan.cpp115 IPACM_LanToLan* IPACM_LanToLan::get_instance() in get_instance() function in IPACM_LanToLan
990 if(IPACM_LanToLan::get_instance()->has_l2tp_iface() == true) in add_l2tp_client_rt_rule()
1249 if(IPACM_LanToLan::get_instance()->has_l2tp_iface() == true) in del_client_rt_rule()
1433 if(IPACM_LanToLan::get_instance()->has_l2tp_iface() == true) in clear_all_rt_rule_for_one_peer_iface()
1682 … if(it_client->is_l2tp_client == false && IPACM_LanToLan::get_instance()->has_l2tp_iface() == true in handle_client_del()
1833 if(IPACM_LanToLan::get_instance()->has_l2tp_iface()) in print_data_structure_info()
DIPACM_Main.cpp872 IPACM_LanToLan* lan2lan = IPACM_LanToLan::get_instance(); in main()