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

  /system/nvram/client/
nvram_client.c 339 return device->enable_read_lock(device, index, (uint8_t*)args[1],
366 {"enable_read_lock", "<index> <auth>", 2, &HandleEnableReadLock},
  /system/nvram/hal/tests/
scoped_nvram_device.cc 231 return device_->enable_read_lock(device_, index,
  /system/nvram/hal/
nvram_device_adapter.cpp 323 device_.enable_read_lock = device_enable_read_lock;
  /hardware/libhardware/include/hardware/
nvram.h 317 nvram_result_t (*enable_read_lock)(const struct nvram_device* device, member in struct:nvram_device

Completed in 348 milliseconds