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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 213 int put_s16(int attribute, s16 value) { function in class:WifiRequest
424 virtual int put_s16(int attribute, s16 value);
cpp_bindings.cpp 862 int WifiVendorCommand::put_s16(int attribute, s16 value) function in class:WifiVendorCommand
864 return mMsg.put_s16(attribute, value);

Completed in 743 milliseconds