HomeSort by relevance Sort by last modified time
    Searched full:nvram_device (Results 1 - 1 of 1) sorted by null

  /hardware/libhardware/include/hardware/
nvram.h 35 /* Values returned by nvram_device methods. */
70 struct nvram_device { struct
72 * Common methods of the nvram_device. This *must* be the first member of
73 * nvram_device as users of this structure will cast a hw_device_t to
74 * nvram_device pointer in contexts where it's known the hw_device_t
75 * references a nvram_device.
84 * device - The nvram_device instance.
87 nvram_result_t (*get_total_size_in_bytes)(const struct nvram_device* device,
95 * device - The nvram_device instance.
99 const struct nvram_device* device, uint64_t* available_size)
    [all...]

Completed in 64 milliseconds