Home
last modified time | relevance | path

Searched refs:kDevicePath (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/evs/sampleDriver/hidl/
DEvsEnumerator.cpp59 constexpr std::string_view kDevicePath = "/dev/"; variable
82 auto watchFd = inotify_add_watch(notifyFd, kDevicePath.data(), IN_CREATE | IN_DELETE); in EvsHotplugThread()
107 std::string deviceId = std::string(kDevicePath) + std::string(event->name); in EvsHotplugThread()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DEvsEnumerator.cpp54 constexpr std::string_view kDevicePath = "/dev/"; variable
93 int watchFd = inotify_add_watch(notifyFd, kDevicePath.data(), IN_CREATE | IN_DELETE); in EvsHotplugThread()
118 std::string deviceName = std::string(kDevicePath) + std::string(event->name); in EvsHotplugThread()