Home
last modified time | relevance | path

Searched refs:SysFsWrite (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.h118 ssize_t SysFsWrite(const char* file_node, const char* value, ssize_t length);
Dhw_hdmi.cpp580 length = HWDevice::SysFsWrite(sys_fs_path, property_value, in SetSourceProductInformation()
Dhw_device.cpp949 ssize_t length = SysFsWrite(hpdpath, &value, sizeof(value)); in EnableHotPlugDetection()
1117 ssize_t HWDevice::SysFsWrite(const char* file_node, const char* value, ssize_t length) { in SysFsWrite() function in sdm::HWDevice
Dhw_primary.cpp676 if (HWDevice::SysFsWrite(kAutoRefreshNode, buffer, bytes) <= 0) { // Returns bytes written in SetAutoRefresh()