HomeSort by relevance Sort by last modified time
    Searched defs:WifiEvent (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 6 class WifiEvent
16 WifiEvent(nl_msg *msg) {
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/
cpp_bindings.h 23 class WifiEvent
33 WifiEvent(nl_msg *msg) {
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 177 milliseconds