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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 219 int put_s64(int attribute, s64 value) { function in class:WifiRequest
428 virtual int put_s64(int attribute, s64 value);
cpp_bindings.cpp 871 int WifiVendorCommand::put_s64(int attribute, s64 value) function in class:WifiVendorCommand
873 return mMsg.put_s64(attribute, value);

Completed in 334 milliseconds