HomeSort by relevance Sort by last modified time
    Searched refs:registr (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_IfaceManager.cpp 56 IPACM_EvtDispatcher::registr(IPA_CFG_CHANGE_EVENT, this); // register for IPA_CFG_CHANGE event
57 IPACM_EvtDispatcher::registr(IPA_LINK_UP_EVENT, this);
58 IPACM_EvtDispatcher::registr(IPA_WLAN_AP_LINK_UP_EVENT, this); // register for wlan AP-iface
59 IPACM_EvtDispatcher::registr(IPA_WLAN_STA_LINK_UP_EVENT, this); // register for wlan STA-iface
62 IPACM_EvtDispatcher::registr(IPA_BRIDGE_LINK_UP_EVENT, this); // register for IPA_BRIDGE_LINK_UP_EVENT event
64 IPACM_EvtDispatcher::registr(IPA_USB_LINK_UP_EVENT, this); // register for USB-iface
65 IPACM_EvtDispatcher::registr(IPA_WAN_EMBMS_LINK_UP_EVENT, this); // register for wan eMBMS-iface
260 IPACM_EvtDispatcher::registr(IPA_ADDR_ADD_EVENT, lan);
261 //IPACM_EvtDispatcher::registr(IPA_ROUTE_ADD_EVENT, lan);
262 //IPACM_EvtDispatcher::registr(IPA_ROUTE_DEL_EVENT, lan)
489 int IPACM_IfaceManager::registr(int ipa_if_index, IPACM_Listener *obj) function in class:IPACM_IfaceManager
    [all...]
IPACM_EvtDispatcher.cpp 150 int IPACM_EvtDispatcher::registr(ipa_cm_event_id event, IPACM_Listener *obj) function in class:IPACM_EvtDispatcher
IPACM_ConntrackListener.cpp 57 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_UP, this);
58 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_DOWN, this);
59 IPACM_EvtDispatcher::registr(IPA_PROCESS_CT_MESSAGE, this);
60 IPACM_EvtDispatcher::registr(IPA_PROCESS_CT_MESSAGE_V6, this);
61 IPACM_EvtDispatcher::registr(IPA_HANDLE_WLAN_UP, this);
62 IPACM_EvtDispatcher::registr(IPA_HANDLE_LAN_UP, this);
63 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT, this);
64 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_DEL_EVENT, this);
    [all...]
IPACM_Neighbor.cpp 53 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_ADD_EVENT_EX, this);
54 IPACM_EvtDispatcher::registr(IPA_NEW_NEIGH_EVENT, this);
55 IPACM_EvtDispatcher::registr(IPA_DEL_NEIGH_EVENT, this);
IPACM_LanToLan.cpp 88 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_IFACE_UP, this);
89 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_IFACE_DOWN, this);
90 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_CLIENT_ADD, this);
91 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_CLIENT_DEL, this);
92 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_WLAN_SCC_MCC_SWITCH, this);
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_EvtDispatcher.h 64 static int registr(ipa_cm_event_id event, IPACM_Listener *obj);
IPACM_IfaceManager.h 82 int registr(int ipa_if_index, IPACM_Listener *obj);
  /system/bt/bta/av/
bta_av_main.cc 469 tBTA_AV_REGISTER registr; local
478 registr.status = BTA_AV_FAIL_RESOURCES;
479 registr.app_id = p_data->api_reg.app_id;
480 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific;
507 p_scb = bta_av_alloc_scb(registr.chnl);
513 registr.hndl = p_scb->hndl;
514 p_scb->app_id = registr.app_id;
517 registr.status = BTA_AV_SUCCESS;
725 bta_av_data.registr = registr;
    [all...]
  /system/bt/bta/include/
bta_av_api.h 330 tBTA_AV_REGISTER registr; member in union:__anon1479
  /system/bt/btif/src/
btif_av.cc 2359 const tBTA_AV_REGISTER& registr = p_data->registr; local
    [all...]

Completed in 694 milliseconds