Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/include/hardware/
H A Dnvram.h116 nvram_result_t (*get_space_list)(const struct nvram_device* device, member
/aosp12/system/nvram/client/
H A Dnvram_client.c154 nvram_result_t result = device->get_space_list(device, 0, NULL, &list_size); in HandleGetSpaceList()
165 device->get_space_list(device, list_size, space_index_list, &list_size); in HandleGetSpaceList()
/aosp12/system/nvram/hal/tests/
H A Dscoped_nvram_device.cc110 result = device_->get_space_list(device_, max_spaces, in GetSpaceList()
/aosp12/system/nvram/hal/
H A Dnvram_device_adapter.cpp313 device_.get_space_list = device_get_space_list; in NvramDeviceAdapter()