OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLStatsCommand
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/wlan/qcwcn/wifi_hal/
llstatscommand.h
72
class
LLStatsCommand
: public WifiVendorCommand
75
static
LLStatsCommand
*mLLStatsCommandInstance;
85
LLStatsCommand
(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
88
static
LLStatsCommand
* instance(wifi_handle handle);
90
virtual ~
LLStatsCommand
();
llstats.cpp
26
#include "
llstatscommand
.h"
30
LLStatsCommand
*
LLStatsCommand
::mLLStatsCommandInstance = NULL;
34
int
LLStatsCommand
::create() {
53
LLStatsCommand
::
LLStatsCommand
(wifi_handle handle, int id, u32 vendor_id, u32 subcmd)
61
LLStatsCommand
::~
LLStatsCommand
()
66
LLStatsCommand
*
LLStatsCommand
::instance(wifi_handle handle
[
all
...]
Completed in 783 milliseconds