Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 2 of 2) sorted by relevance

/system/core/include/cutils/
Dmspace.h74 int locked);
81 size_t max_capacity, int locked, const char *name);
87 size_t max_capacity, int locked, void *base);
/system/core/libcutils/
Dmspace.c138 size_t max_capacity, int locked, void *base) { in create_contiguous_mspace_with_base() argument
159 locked); in create_contiguous_mspace_with_base()
202 size_t max_capacity, int locked, char const *name) { in create_contiguous_mspace_with_name() argument
240 locked, base); in create_contiguous_mspace_with_name()
248 size_t max_capacity, int locked) { in create_contiguous_mspace() argument
250 max_capacity, locked, NULL); in create_contiguous_mspace()