Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dtrap_unittest.cc1664 MojoHandle RandomHandle(MojoHandle* handles, size_t size) { in RandomHandle() function
1674 MojoClose(RandomHandle(traps, num_traps)); in DoRandomThing()
1677 MojoClose(RandomHandle(watched_handles, num_watched_handles)); in DoRandomThing()
1686 MojoWriteMessage(RandomHandle(watched_handles, num_watched_handles), in DoRandomThing()
1692 MojoHandle t = RandomHandle(traps, num_traps); in DoRandomThing()
1693 MojoHandle h = RandomHandle(watched_handles, num_watched_handles); in DoRandomThing()
1703 if (MojoArmTrap(RandomHandle(traps, num_traps), nullptr, in DoRandomThing()
1713 MojoHandle t = RandomHandle(traps, num_traps); in DoRandomThing()
1714 MojoHandle h = RandomHandle(watched_handles, num_watched_handles); in DoRandomThing()