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

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 55 virtual int unmountSecureContainer(String16 id) = 0;
  /frameworks/base/libs/storage/include/storage/
IMountService.h 56 unmountSecureContainer(const String16& id, const bool force) = 0;
  /frameworks/base/libs/storage/
IMountService.cpp 319 int32_t unmountSecureContainer(const String16& id, const bool force)
326 ALOGD("unmountSecureContainer couldn't call remote");
331 ALOGD("unmountSecureContainer caught exception %d\n", err);

Completed in 90 milliseconds