Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.h213 int put_s16(int attribute, s16 value) { in put_s16() function
424 virtual int put_s16(int attribute, s16 value);
Dcpp_bindings.cpp862 int WifiVendorCommand::put_s16(int attribute, s16 value) in put_s16() function in WifiVendorCommand
864 return mMsg.put_s16(attribute, value); in put_s16()