OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nvram_device
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
nvram.h
48
struct
nvram_device
{
struct
50
* Common methods of the
nvram_device
. This *must* be the first member of
51
*
nvram_device
as users of this structure will cast a hw_device_t to
52
*
nvram_device
pointer in contexts where it's known the hw_device_t
53
* references a
nvram_device
.
62
* device - The
nvram_device
instance.
65
nvram_result_t (*get_total_size_in_bytes)(const struct
nvram_device
* device,
73
* device - The
nvram_device
instance.
77
const struct
nvram_device
* device, uint64_t* available_size);
84
* device - The
nvram_device
instance
[
all
...]
nvram_defs.h
34
/* Values returned by
nvram_device
methods. */
/system/nvram/client/
nvram_client.c
399
nvram_device_t*
nvram_device
= NULL;
local
402
(hw_device_t**)&
nvram_device
) != 0) {
407
if (
nvram_device
->common.version != NVRAM_DEVICE_API_VERSION_1_1) {
409
nvram_device
->common.close(&
nvram_device
->common);
413
int ret = cmd->run(
nvram_device
, argv + 2);
419
nvram_device
->common.close(&
nvram_device
->common);
Completed in 189 milliseconds