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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstatscommand.h 96 LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
107 virtual void setSubCmd(u32 subcmd);
119 virtual void unregisterHandler(u32 subCmd);
llstats.cpp 44 // insert the subcmd in the msg
49 ALOGI("mVendor_id = %d, Subcmd = %d in %s:%d\n", mVendor_id, mSubcmd, __func__, __LINE__);
54 LLStatsCommand::LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd)
55 : WifiVendorCommand(handle, id, vendor_id, subcmd)
102 void LLStatsCommand::setSubCmd(u32 subcmd)
104 mSubcmd = subcmd;
508 ALOGE("%s: Wrong LLStats subcmd received %d", __func__, mSubcmd);
521 ALOGE("%s: Unable to register Vendor Handler Vendor Id=0x%x subcmd=%u",
527 void LLStatsCommand::unregisterHandler(u32 subCmd)
529 unregisterVendorHandler(mVendor_id, subCmd);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c     [all...]

Completed in 68 milliseconds