Searched refs:getFullName (Results 1 – 3 of 3) sorted by relevance
153 std::string FileConnectionDetector::getFullName(const std::string name) const { in getFullName() function in android::SensorHalExt::FileConnectionDetector167 mDaemon->onConnectionChange(getFullName(name), true /*connected*/); in processExistingFiles()187 mDaemon->onConnectionChange(getFullName(name), true /*connected*/); in handleInotifyData()190 mDaemon->onConnectionChange(getFullName(name), false /*connected*/); in handleInotifyData()
77 std::string getFullName(const std::string name) const;
562 return self.getFullName() in STRUCT_MEMBER_IGNORE_OPTIONAL564 def getFullName(self) -> str: member in VulkanType570 key = self.getFullName()