Searched defs:WifiEvent (Results 1 - 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h6 class WifiEvent class
16 WifiEvent(nl_msg *msg) { function in class:WifiEvent
21 ~WifiEvent() {
88 WifiEvent(const WifiEvent&); // hide copy constructor to prevent copies
295 virtual int handleResponse(WifiEvent& reply) {
301 virtual int handleEvent(WifiEvent& event) {
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.h23 class WifiEvent class
33 WifiEvent(nl_msg *msg) { function in class:WifiEvent
38 ~WifiEvent() {
105 WifiEvent(const WifiEvent&); // hide copy constructor to prevent copies
306 virtual int handleResponse(WifiEvent& reply) {
312 virtual int handleEvent(WifiEvent& event) {
396 virtual int handleResponse(WifiEvent &reply);
399 virtual int handleEvent(WifiEvent &event);

Completed in 107 milliseconds