Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/c/system/
Dfunctions.h207 MojoCancelWatch(MojoHandle handle, uintptr_t context);
Dthunks.cc196 MojoResult MojoCancelWatch(MojoHandle handle, uintptr_t context) { in MojoCancelWatch() function
/external/libmojo/mojo/public/cpp/system/
Dwatcher.cc101 MojoCancelWatch(handle_.value(), reinterpret_cast<uintptr_t>(this)); in Cancel()