Searched refs:ScopedEventFdLock (Results 1 – 2 of 2) sorted by relevance
108 class ScopedEventFdLock { class110 explicit ScopedEventFdLock(int fd) : fd_(fd), data_(0) { in ScopedEventFdLock() function in adbconnection::ScopedEventFdLock114 ~ScopedEventFdLock() { in ~ScopedEventFdLock()282 ScopedEventFdLock lk(adb_write_event_fd_); in CloseFds()321 ScopedEventFdLock lk(adb_write_event_fd_); in SendDdmPacket()622 ScopedEventFdLock sefdl(adb_write_event_fd_); in RunPollLoop()
245 class ScopedEventFdLock { class247 explicit ScopedEventFdLock(const android::base::unique_fd& fd) : fd_(fd), data_(0) { in ScopedEventFdLock() function in dt_fd_forward::ScopedEventFdLock251 ~ScopedEventFdLock() { in ~ScopedEventFdLock()261 ScopedEventFdLock sefdl(write_lock_fd_); in WriteFullyWithoutChecks()424 ScopedEventFdLock sefdl(write_lock_fd_); in CloseFdsLocked()