Home
last modified time | relevance | path

Searched refs:get_max_spaces (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/nvram/hal/tests/
H A Dscoped_nvram_device.cc95 return device_->get_max_spaces(device_, num_spaces); in GetMaxSpaces()
104 nvram_result_t result = device_->get_max_spaces(device_, &max_spaces); in GetSpaceList()
/aosp12/hardware/libhardware/include/hardware/
H A Dnvram.h99 nvram_result_t (*get_max_spaces)(const struct nvram_device* device, member
/aosp12/system/nvram/client/
H A Dnvram_client.c142 nvram_result_t result = device->get_max_spaces(device, &max_spaces); in HandleGetMaxSpaces()
/aosp12/system/nvram/hal/
H A Dnvram_device_adapter.cpp312 device_.get_max_spaces = device_get_max_spaces; in NvramDeviceAdapter()