Searched refs:MojoQuotaType (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/mojo/public/c/system/ |
D | quota.h | 52 typedef uint32_t MojoQuotaType; typedef 57 #define MOJO_QUOTA_TYPE_RECEIVE_QUEUE_LENGTH ((MojoQuotaType)0) 62 #define MOJO_QUOTA_TYPE_RECEIVE_QUEUE_MEMORY_SIZE ((MojoQuotaType)1) 95 MojoQuotaType type, 117 MojoQuotaType type,
|
D | thunks.h | 216 MojoQuotaType type, 220 MojoQuotaType type,
|
D | thunks.cc | 457 MojoQuotaType type, in MojoSetQuota() 464 MojoQuotaType type, in MojoQueryQuota()
|
/external/libchrome/mojo/core/ |
D | message_pipe_dispatcher.h | 55 MojoResult SetQuota(MojoQuotaType type, uint64_t limit) override; 56 MojoResult QueryQuota(MojoQuotaType type,
|
D | dispatcher.h | 138 virtual MojoResult SetQuota(MojoQuotaType type, uint64_t limit); 139 virtual MojoResult QueryQuota(MojoQuotaType type,
|
D | dispatcher.cc | 109 MojoResult Dispatcher::SetQuota(MojoQuotaType type, uint64_t limit) { in SetQuota() 113 MojoResult Dispatcher::QueryQuota(MojoQuotaType type, in QueryQuota()
|
D | core.h | 336 MojoQuotaType type, 340 MojoQuotaType type,
|
D | message_pipe_dispatcher.cc | 196 MojoResult MessagePipeDispatcher::SetQuota(MojoQuotaType type, uint64_t limit) { in SetQuota() 219 MojoResult MessagePipeDispatcher::QueryQuota(MojoQuotaType type, in QueryQuota()
|
D | entrypoints.cc | 333 MojoQuotaType type, in MojoSetQuotaImpl() 340 MojoQuotaType type, in MojoQueryQuotaImpl()
|
D | quota_unittest.cc | 27 const MojoQuotaType kInvalidQuotaType = 0xfffffffful; in TEST_F()
|
D | core.cc | 1470 MojoQuotaType type, in SetQuota() 1484 MojoQuotaType type, in QueryQuota()
|