Searched refs:fileMode (Results 1 – 10 of 10) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSupport.h | 35 int read_sysfs_dir(bool fileMode, char *sysfs_path);
|
D | MPLSupport.cpp | 277 int read_sysfs_dir(bool fileMode, char *sysfs_path) in read_sysfs_dir() argument
|
D | MPLSensor.h | 572 void sys_dump(bool fileMode);
|
D | MPLSensor.cpp | 6425 void MPLSensor::sys_dump(bool fileMode) in sys_dump() argument 6437 read_sysfs_dir(fileMode, sysfs_path); in sys_dump() 6438 read_sysfs_dir(fileMode, scan_element_path); in sys_dump()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSupport.h | 34 int read_sysfs_dir(bool fileMode, char *sysfs_path);
|
D | MPLSupport.cpp | 280 int read_sysfs_dir(bool fileMode, char *sysfs_path) in read_sysfs_dir() argument
|
D | MPLSensor.h | 586 void sys_dump(bool fileMode);
|
D | MPLSensor.cpp | 7094 void MPLSensor::sys_dump(bool fileMode) argument 7106 read_sysfs_dir(fileMode, sysfs_path); 7107 read_sysfs_dir(fileMode, scan_element_path);
|
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.h | 94 int openDeviceNode(const char* node, int fileMode) const;
|
D | hdmi.cpp | 670 int HDMIDisplay::openDeviceNode(const char* node, int fileMode) const { in openDeviceNode() 677 int fd = open(sysFsFilePath, fileMode, 0); in openDeviceNode()
|