Home | History | Annotate | Download | only in wifi_hal

Lines Matching defs:SetLogHandler

475 class SetLogHandler : public WifiCommand
480 SetLogHandler(wifi_interface_handle iface, int id, wifi_ring_buffer_data_handler handler)
481 : WifiCommand("SetLogHandler", iface, id), mHandler(handler)
518 // ALOGD("In SetLogHandler::handleEvent");
564 SetLogHandler *cmd = new SetLogHandler(iface, id, handler);
589 SetLogHandler *cmd = new SetLogHandler(iface, id, handler);