Lines Matching refs:MojoHandle
51 Dispatcher* GetDispatcher(MojoHandle handle);
58 MojoResult GetAndRemoveDispatcher(MojoHandle handle,
63 MojoHandle AddDispatcher(const scoped_refptr<Dispatcher>& dispatcher);
69 std::pair<MojoHandle, MojoHandle> AddDispatcherPair(
80 MojoHandle* handles);
87 MojoHandle disallowed_handle,
88 const MojoHandle* handles,
94 void RemoveBusyHandles(const MojoHandle* handles, uint32_t num_handles);
99 void RestoreBusyHandles(const MojoHandle* handles, uint32_t num_handles);
129 typedef base::hash_map<MojoHandle, Entry> HandleToEntryMap;
132 MojoHandle AddDispatcherNoSizeCheck(
136 MojoHandle next_handle_; // Invariant: never |MOJO_HANDLE_INVALID|.