Searched refs:openDeviceNode (Results 1 – 3 of 3) sorted by relevance
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::HDMIDisplay693 int connectedNode = openDeviceNode("connected", O_RDONLY); in getConnectedState()
94 int openDeviceNode(const char* node, int fileMode) const;
71 static EvdevDeviceNode* openDeviceNode(const std::string& path);142 EvdevDeviceNode* EvdevDeviceNode::openDeviceNode(const std::string& path) { in openDeviceNode() function in android::EvdevDeviceNode742 auto evdevNode = std::shared_ptr<EvdevDeviceNode>(EvdevDeviceNode::openDeviceNode(path)); in openNode()