Searched defs:Process (Results 1 – 4 of 4) sorted by relevance
22 public interface Process { interface
31 Process(Request), enumerator
324 constexpr Process(Process&& other) : h_(std::exchange(other.h_, nullptr)) {} in Process() function759 constexpr explicit Process(pid_t pid) : pid_(pid) {} in Process() function760 constexpr Process(Process&& other) : pid_(std::exchange(other.pid_, -1)) {} in Process() function
319 void AVRCPDeviceFuzzer::Process() { in Process() function in bluetooth::avrcp::AVRCPDeviceFuzzer