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

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 51 virtual int createSecureContainer(String16 id, int sizeMb, String16 fstype, String16 key, int ownerUid) = 0;
  /frameworks/base/libs/storage/include/storage/
IMountService.h 48 virtual int32_t createSecureContainer(const String16& id,
  /frameworks/base/libs/storage/
IMountService.cpp 242 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype,
253 ALOGD("createSecureContainer could not contact remote\n");
258 ALOGD("createSecureContainer caught exception %d\n", err);

Completed in 216 milliseconds