Searched refs:openDeviceNode (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8909/libhdmi/ |
D | hdmi.cpp | 183 int spdFile = openDeviceNode(node, O_RDWR); in setSPDInfo() 234 hdmiScanInfoFile = openDeviceNode("scan_info", O_RDONLY); in readCEUnderscanInfo() 349 int hdmiEDIDFile = openDeviceNode("edid_modes", O_RDONLY); in readResolution() 544 int hdmiHPDFile = openDeviceNode("hpd", O_RDWR); in writeHPDOption() 647 int HDMIDisplay::openDeviceNode(const char* node, int fileMode) const { in openDeviceNode() function in qhwc::HDMIDisplay 671 int connectedNode = openDeviceNode("connected", O_RDONLY); in getConnectedState()
|
D | hdmi.h | 89 int openDeviceNode(const char* node, int fileMode) const;
|
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.cpp | 195 int spdFile = openDeviceNode(node, O_RDWR); in setSPDInfo() 246 hdmiScanInfoFile = openDeviceNode("scan_info", O_RDONLY); in readCEUnderscanInfo() 361 int hdmiEDIDFile = openDeviceNode("edid_modes", O_RDONLY); in readResolution() 567 int hdmiHPDFile = openDeviceNode("hpd", O_RDWR); in writeHPDOption() 670 int HDMIDisplay::openDeviceNode(const char* node, int fileMode) const { in openDeviceNode() function in qhwc::HDMIDisplay 693 int connectedNode = openDeviceNode("connected", O_RDONLY); in getConnectedState()
|
D | hdmi.h | 94 int openDeviceNode(const char* node, int fileMode) const;
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHub.cpp | 85 static EvdevDeviceNode* openDeviceNode(const std::string& path); 156 EvdevDeviceNode* EvdevDeviceNode::openDeviceNode(const std::string& path) { in openDeviceNode() function in android::EvdevDeviceNode 757 auto evdevNode = std::shared_ptr<EvdevDeviceNode>(EvdevDeviceNode::openDeviceNode(path)); in openNode()
|