Home
last modified time | relevance | path

Searched refs:getFullName (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DConnectionDetector.cpp153 std::string FileConnectionDetector::getFullName(const std::string name) const { in getFullName() function in android::SensorHalExt::FileConnectionDetector
167 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()
DConnectionDetector.h77 std::string getFullName(const std::string name) const;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dvulkantypes.py562 return self.getFullName() in STRUCT_MEMBER_IGNORE_OPTIONAL
564 def getFullName(self) -> str: member in VulkanType
570 key = self.getFullName()