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

  /hardware/libhardware/include/hardware/
nvram.h 116 nvram_result_t (*get_space_list)(const struct nvram_device* device, member in struct:nvram_device
  /system/nvram/client/
nvram_client.c 154 nvram_result_t result = device->get_space_list(device, 0, NULL, &list_size);
165 device->get_space_list(device, list_size, space_index_list, &list_size);
355 {"get_space_list", "", 0, &HandleGetSpaceList},
  /system/nvram/hal/tests/
scoped_nvram_device.cc 110 result = device_->get_space_list(device_, max_spaces,
  /system/nvram/hal/
nvram_device_adapter.cpp 313 device_.get_space_list = device_get_space_list;

Completed in 490 milliseconds