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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 857 int WifiVendorCommand::put_s8(int attribute, s8 value) function in class:WifiVendorCommand
859 return mMsg.put_s8(attribute, value);
cpp_bindings.h 210 int put_s8(int attribute, s8 value) { function in class:WifiRequest
422 virtual int put_s8(int attribute, s8 value);

Completed in 73 milliseconds