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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
ifaceeventhandler.h 67 class IfaceEventHandlerCommand: public wifiEventHandler
75 IfaceEventHandlerCommand(wifi_handle handle, int id, u32 subcmd);
76 virtual ~IfaceEventHandlerCommand();
ifaceeventhandler.cpp 37 IfaceEventHandlerCommand *mwifiEventHandler = NULL;
68 mwifiEventHandler = new IfaceEventHandlerCommand(
111 int IfaceEventHandlerCommand::handleEvent(WifiEvent &event)
143 IfaceEventHandlerCommand::IfaceEventHandlerCommand(wifi_handle handle, int id, u32 subcmd)
153 IfaceEventHandlerCommand::~IfaceEventHandlerCommand()
155 ALOGD("IfaceEventHandlerCommand %p destructor", this);
159 void IfaceEventHandlerCommand::setCallbackHandler(wifi_event_handler nHandler)
169 int IfaceEventHandlerCommand::get_request_id(
    [all...]

Completed in 618 milliseconds