Home
last modified time | relevance | path

Searched refs:RADIOModeCommand (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dradio_mode.cpp43 void RADIOModeCommand::setCallbackHandler(wifi_radio_mode_change_handler handler) in setCallbackHandler()
48 void RADIOModeCommand::setReqId(wifi_request_id id) in setReqId()
53 RADIOModeCommand::RADIOModeCommand(wifi_handle handle, int id, in RADIOModeCommand() function in RADIOModeCommand
65 RADIOModeCommand::~RADIOModeCommand() in ~RADIOModeCommand()
71 RADIOModeCommand* RADIOModeCommand::instance(wifi_handle handle, in instance()
74 RADIOModeCommand* mRADIOModeCommandInstance; in instance()
85 mRADIOModeCommandInstance = new RADIOModeCommand(handle, id, in instance()
94 int RADIOModeCommand::handleEvent(WifiEvent &event) in handleEvent()
234 RADIOModeCommand *radiomodeCommand; in wifi_set_radio_mode_change_handler()
244 radiomodeCommand = RADIOModeCommand::instance(wifiHandle, id); in wifi_set_radio_mode_change_handler()
Dradio_mode.h39 class RADIOModeCommand: public WifiVendorCommand
42 static RADIOModeCommand *mRADIOModeCommandInstance;
46 RADIOModeCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
49 virtual ~RADIOModeCommand();
50 static RADIOModeCommand* instance(wifi_handle handle, wifi_request_id id);