Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/
Dsysdeps.h317 constexpr Process(Process&& other) : h_(std::exchange(other.h_, nullptr)) {} in Process() function
753 constexpr explicit Process(pid_t pid) : pid_(pid) {} in Process() function
754 constexpr Process(Process&& other) : pid_(std::exchange(other.pid_, -1)) {} in Process() function