Searched refs:SetQuota (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/mojo/core/ |
D | message_pipe_dispatcher.h | 55 MojoResult SetQuota(MojoQuotaType type, uint64_t limit) override;
|
D | dispatcher.h | 138 virtual MojoResult SetQuota(MojoQuotaType type, uint64_t limit);
|
D | dispatcher.cc | 109 MojoResult Dispatcher::SetQuota(MojoQuotaType type, uint64_t limit) { in SetQuota() function in mojo::core::Dispatcher
|
D | core.h | 335 MojoResult SetQuota(MojoHandle handle,
|
D | message_pipe_dispatcher.cc | 196 MojoResult MessagePipeDispatcher::SetQuota(MojoQuotaType type, uint64_t limit) { in SetQuota() function in mojo::core::MessagePipeDispatcher
|
D | entrypoints.cc | 336 return g_core->SetQuota(handle, type, limit, options); in MojoSetQuotaImpl()
|
D | core.cc | 1469 MojoResult Core::SetQuota(MojoHandle handle, in SetQuota() function in mojo::core::Core 1480 return dispatcher->SetQuota(type, limit); in SetQuota()
|
/external/libchrome/mojo/public/c/system/ |
D | thunks.h | 215 MojoResult (*SetQuota)(MojoHandle handle, member
|
D | thunks.cc | 460 return INVOKE_THUNK(SetQuota, handle, type, limit, options); in MojoSetQuota()
|