Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_CmdQueue.cpp126 const char *eventName = NULL; in Process() local
158 eventName = IPACM_Iface::ipacmcfg->getEventName(item->evt.data.event); in Process()
159 if (eventName != NULL) in Process()
162 eventName); in Process()
168 eventName = IPACM_Iface::ipacmcfg->getEventName(item->evt.data.event); in Process()
169 if (eventName != NULL) in Process()
172 eventName); in Process()
DIPACM_LanToLan.cpp146 const char *eventName = IPACM_Iface::ipacmcfg->getEventName(event); in event_callback() local
153 if (eventName != NULL) in event_callback()
154 IPACMDBG_H("Get %s event.\n", eventName); in event_callback()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_CmdQueue.cpp126 const char *eventName = NULL; in Process() local
164 eventName = IPACM_Iface::ipacmcfg->getEventName(item->evt.data.event); in Process()
165 if (eventName != NULL) in Process()
168 eventName); in Process()
DIPACM_Lan.cpp4462 const char *eventName = IPACM_Iface::ipacmcfg->getEventName(evt); in eth_bridge_post_event() local
4531 if (eventName != NULL) in eth_bridge_post_event()
4534 eventName); in eth_bridge_post_event()