Home
last modified time | relevance | path

Searched refs:OnNotification (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dwait.cc30 static void OnNotification(const MojoTrapEvent* event) { in OnNotification() function in mojo::__anona3d6a5ff0111::TriggerContext
72 MojoResult rv = CreateTrap(&TriggerContext::OnNotification, &trap); in Wait()
122 MojoResult rv = CreateTrap(&TriggerContext::OnNotification, &trap); in WaitMany()
Dwait_set.cc28 MojoResult rv = CreateTrap(&Context::OnNotification, &trap_handle_); in State()
243 static void OnNotification(const MojoTrapEvent* event) { in OnNotification() function in mojo::WaitSet::State::Context
/external/libchrome/mojo/public/c/system/
DREADME.md701 void OnNotification(const struct MojoTrapEvent* event) {
706 MojoResult result = MojoCreateTrap(&OnNotification, NULL, &t);
760 returns -- this will cause `OnNotification` to be invoked on the calling thread
851 void OnNotification(const struct MojoTrapEvent* event) {
892 MojoCreateTrap(&OnNotification, NULL, &a_trap);
893 MojoCreateTrap(&OnNotification, NULL, &b_trap)