Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dmessage_pipe_dispatcher.h56 MojoResult QueryQuota(MojoQuotaType type,
Ddispatcher.h139 virtual MojoResult QueryQuota(MojoQuotaType type,
Ddispatcher.cc113 MojoResult Dispatcher::QueryQuota(MojoQuotaType type, in QueryQuota() function in mojo::core::Dispatcher
Dcore.h339 MojoResult QueryQuota(MojoHandle handle,
Dmessage_pipe_dispatcher.cc219 MojoResult MessagePipeDispatcher::QueryQuota(MojoQuotaType type, in QueryQuota() function in mojo::core::MessagePipeDispatcher
Dentrypoints.cc344 return g_core->QueryQuota(handle, type, options, current_limit, in MojoQueryQuotaImpl()
Dcore.cc1483 MojoResult Core::QueryQuota(MojoHandle handle, in QueryQuota() function in mojo::core::Core
1494 return dispatcher->QueryQuota(type, limit, usage); in QueryQuota()
/external/libchrome/mojo/public/c/system/
Dthunks.h219 MojoResult (*QueryQuota)(MojoHandle handle, member
Dthunks.cc468 return INVOKE_THUNK(QueryQuota, handle, type, options, limit, usage); in MojoQueryQuota()