Searched refs:ScopedEventFdLock (Results 1 – 2 of 2) sorted by relevance
135 class ScopedEventFdLock { class137 explicit ScopedEventFdLock(int fd) : fd_(fd), data_(0) { in ScopedEventFdLock() function in adbconnection::ScopedEventFdLock141 ~ScopedEventFdLock() { in ~ScopedEventFdLock()309 ScopedEventFdLock lk(adb_write_event_fd_); in CloseFds()348 ScopedEventFdLock lk(adb_write_event_fd_); in SendDdmPacket()609 ScopedEventFdLock sefdl(adb_write_event_fd_); in RunPollLoop()
247 class ScopedEventFdLock { class249 explicit ScopedEventFdLock(const android::base::unique_fd& fd) : fd_(fd), data_(0) { in ScopedEventFdLock() function in dt_fd_forward::ScopedEventFdLock253 ~ScopedEventFdLock() { in ~ScopedEventFdLock()263 ScopedEventFdLock sefdl(write_lock_fd_); in WriteFullyWithoutChecks()433 ScopedEventFdLock sefdl(write_lock_fd_); in CloseFdsLocked()