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

  /hardware/libhardware/include/hardware/
nvram.h 187 nvram_result_t (*create_space)(const struct nvram_device* device, member in struct:nvram_device
  /art/runtime/gc/space/
space_test.h 132 void SizeFootPrintGrowthLimitAndTrimDriver(size_t object_size, CreateSpaceFn create_space);
319 CreateSpaceFn create_space) {
327 MallocSpace* space(create_space("test", initial_size, growth_limit, capacity, nullptr));
  /system/nvram/hal/tests/
scoped_nvram_device.cc 162 return device_->create_space(
  /system/nvram/client/
nvram_client.c 284 return device->create_space(device, index, size, controls_list, list_size,
360 {"create_space", "<index> <size> <controls> <auth>", 4, &HandleCreateSpace},
  /system/nvram/hal/
nvram_device_adapter.cpp 317 device_.create_space = device_create_space;

Completed in 171 milliseconds