Home
last modified time | relevance | path

Searched refs:nw (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_EvtDispatcher.cpp152 cmd_evts *tmp = head,*nw; in registr() local
154 nw = (cmd_evts *)malloc(sizeof(cmd_evts)); in registr()
155 if(nw != NULL) in registr()
157 nw->event = event; in registr()
158 nw->obj = obj; in registr()
159 nw->next = NULL; in registr()
168 head = nw; in registr()
176 tmp->next = nw; in registr()
DIPACM_IfaceManager.cpp491 iface_instances *tmp = head,*nw; in registr() local
493 nw = (iface_instances *)malloc(sizeof(iface_instances)); in registr()
494 if(nw != NULL) in registr()
496 nw->ipa_if_index = ipa_if_index; in registr()
497 nw->obj = obj; in registr()
498 nw->next = NULL; in registr()
507 head = nw; in registr()
515 tmp->next = nw; in registr()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_EvtDispatcher.cpp152 cmd_evts *tmp = head,*nw; in registr() local
154 nw = (cmd_evts *)malloc(sizeof(cmd_evts)); in registr()
155 if(nw != NULL) in registr()
157 nw->event = event; in registr()
158 nw->obj = obj; in registr()
159 nw->next = NULL; in registr()
168 head = nw; in registr()
176 tmp->next = nw; in registr()
DIPACM_IfaceManager.cpp521 iface_instances *tmp = head,*nw; in registr() local
523 nw = (iface_instances *)malloc(sizeof(iface_instances)); in registr()
524 if(nw != NULL) in registr()
526 nw->ipa_if_index = ipa_if_index; in registr()
527 nw->obj = obj; in registr()
528 nw->next = NULL; in registr()
537 head = nw; in registr()
545 tmp->next = nw; in registr()