HomeSort by relevance Sort by last modified time
    Searched refs:SetQuota (Results 1 - 9 of 9) sorted by null

  /external/libchrome/mojo/core/
message_pipe_dispatcher.h 55 MojoResult SetQuota(MojoQuotaType type, uint64_t limit) override;
dispatcher.cc 109 MojoResult Dispatcher::SetQuota(MojoQuotaType type, uint64_t limit) {
dispatcher.h 138 virtual MojoResult SetQuota(MojoQuotaType type, uint64_t limit);
core.h 335 MojoResult SetQuota(MojoHandle handle,
message_pipe_dispatcher.cc 196 MojoResult MessagePipeDispatcher::SetQuota(MojoQuotaType type, uint64_t limit) {
entrypoints.cc 336 return g_core->SetQuota(handle, type, limit, options);
core.cc     [all...]
  /external/libchrome/mojo/public/c/system/
thunks.h 215 MojoResult (*SetQuota)(MojoHandle handle,
thunks.cc 460 return INVOKE_THUNK(SetQuota, handle, type, limit, options);

Completed in 429 milliseconds