Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dmessage_pipe_dispatcher.h55 MojoResult SetQuota(MojoQuotaType type, uint64_t limit) override;
Ddispatcher.h138 virtual MojoResult SetQuota(MojoQuotaType type, uint64_t limit);
Ddispatcher.cc109 MojoResult Dispatcher::SetQuota(MojoQuotaType type, uint64_t limit) { in SetQuota() function in mojo::core::Dispatcher
Dcore.h335 MojoResult SetQuota(MojoHandle handle,
Dmessage_pipe_dispatcher.cc196 MojoResult MessagePipeDispatcher::SetQuota(MojoQuotaType type, uint64_t limit) { in SetQuota() function in mojo::core::MessagePipeDispatcher
Dentrypoints.cc336 return g_core->SetQuota(handle, type, limit, options); in MojoSetQuotaImpl()
Dcore.cc1469 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/
Dthunks.h215 MojoResult (*SetQuota)(MojoHandle handle, member
Dthunks.cc460 return INVOKE_THUNK(SetQuota, handle, type, limit, options); in MojoSetQuota()