HomeSort by relevance Sort by last modified time
    Searched refs:ScopedEventFdLock (Results 1 - 2 of 2) sorted by null

  /art/adbconnection/
adbconnection.cc 108 class ScopedEventFdLock {
110 explicit ScopedEventFdLock(int fd) : fd_(fd), data_(0) {
114 ~ScopedEventFdLock() {
282 ScopedEventFdLock lk(adb_write_event_fd_);
321 ScopedEventFdLock lk(adb_write_event_fd_);
622 ScopedEventFdLock sefdl(adb_write_event_fd_);
    [all...]
  /art/dt_fd_forward/
dt_fd_forward.cc 245 class ScopedEventFdLock {
247 explicit ScopedEventFdLock(const android::base::unique_fd& fd) : fd_(fd), data_(0) {
251 ~ScopedEventFdLock() {
261 ScopedEventFdLock sefdl(write_lock_fd_);
424 ScopedEventFdLock sefdl(write_lock_fd_);

Completed in 182 milliseconds