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

  /hardware/libhardware/include/hardware/
nvram.h 272 nvram_result_t (*read_space)(const struct nvram_device* device, member in struct:nvram_device
  /system/nvram/hal/tests/
scoped_nvram_device.cc 204 nvram_result_t result = device_->read_space(
  /system/nvram/client/
nvram_client.c 318 result = device->read_space(device, index, size, (uint8_t*)args[1],
364 {"read_space", "<index> <auth>", 2, &HandleReadSpace},
  /system/nvram/hal/
nvram_device_adapter.cpp 321 device_.read_space = device_read_space;

Completed in 81 milliseconds