Home
last modified time | relevance | path

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

/external/sandboxed-api/sandboxed_api/sandbox2/
Dnotify_test.cc78 bool EventStarted(pid_t pid, Comms* comms) final { in EventStarted() function in sandbox2::__anon5e7d95510111::PidCommsNotify
88 bool EventStarted(pid_t pid, Comms* comms) override { in EventStarted() function in sandbox2::__anon5e7d95510111::FinishedNotify
Dnotify.h57 virtual bool EventStarted(pid_t pid, Comms* comms) { return true; } in EventStarted() function