Searched refs:cmd_evts (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_EvtDispatcher.cpp | 50 cmd_evts *IPACM_EvtDispatcher::head = NULL; 121 cmd_evts *tmp = head, tmp1; in ProcessEvt() 152 cmd_evts *tmp = head,*nw; in registr() 154 nw = (cmd_evts *)malloc(sizeof(cmd_evts)); in registr() 184 cmd_evts *tmp = head,*tmp1,*prev = head; in deregistr()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_EvtDispatcher.cpp | 50 cmd_evts *IPACM_EvtDispatcher::head = NULL; 121 cmd_evts *tmp = head, tmp1; in ProcessEvt() 152 cmd_evts *tmp = head,*nw; in registr() 154 nw = (cmd_evts *)malloc(sizeof(cmd_evts)); in registr() 184 cmd_evts *tmp = head,*tmp1,*prev = head; in deregistr()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_EvtDispatcher.cpp | 50 cmd_evts *IPACM_EvtDispatcher::head = NULL; 121 cmd_evts *tmp = head, tmp1; in ProcessEvt() 152 cmd_evts *tmp = head,*nw; in registr() 154 nw = (cmd_evts *)malloc(sizeof(cmd_evts)); in registr() 184 cmd_evts *tmp = head,*tmp1,*prev = head; in deregistr()
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
H A D | IPACM_EvtDispatcher.h | 55 } cmd_evts; typedef 73 static cmd_evts *head;
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_EvtDispatcher.h | 55 } cmd_evts; typedef 73 static cmd_evts *head;
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_EvtDispatcher.h | 55 } cmd_evts; typedef 73 static cmd_evts *head;
|