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

  /hardware/libhardware/include/hardware/
gatekeeper.h 173 int (*delete_all_users)(const struct gatekeeper_device *dev); member in struct:gatekeeper_device
  /hardware/interfaces/gatekeeper/1.0/default/
Gatekeeper.cpp 140 if (device->delete_all_users != nullptr) {
141 int ret = device->delete_all_users(device);
  /device/generic/goldfish/gatekeeper/
module.cpp 103 s_device.device.delete_all_users = nullptr;
  /device/google/cuttlefish_common/guest/hals/gatekeeper/
module.cpp 103 s_device.device.delete_all_users = nullptr;
  /system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp 58 device_.delete_all_users = nullptr;

Completed in 279 milliseconds