Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/os/
DProcess.java22 public interface Process { interface
/packages/modules/Virtualization/libs/libservice_vm_comm/src/
Dmessage.rs31 Process(Request), enumerator
/packages/modules/adb/
Dsysdeps.h324 constexpr Process(Process&& other) : h_(std::exchange(other.h_, nullptr)) {} in Process() function
759 constexpr explicit Process(pid_t pid) : pid_(pid) {} in Process() function
760 constexpr Process(Process&& other) : pid_(std::exchange(other.pid_, -1)) {} in Process() function
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc319 void AVRCPDeviceFuzzer::Process() { in Process() function in bluetooth::avrcp::AVRCPDeviceFuzzer