Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/include/hardware/
H A Dnvram.h87 nvram_result_t (*get_max_space_size_in_bytes)( member
/aosp12/system/nvram/hal/tests/
H A Dscoped_nvram_device.cc88 return device_->get_max_space_size_in_bytes(device_, max_space_size); in GetMaxSpaceSizeInBytes()
/aosp12/system/nvram/client/
H A Dnvram_client.c130 device->get_max_space_size_in_bytes(device, &max_space_size); in HandleGetMaxSpaceSize()
/aosp12/system/nvram/hal/
H A Dnvram_device_adapter.cpp311 device_.get_max_space_size_in_bytes = device_get_max_space_size_in_bytes; in NvramDeviceAdapter()