Home
last modified time | relevance | path

Searched refs:mountSecureContainer (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DIMountService.h54 virtual int mountSecureContainer(String16 id, String16 key, int ownerUid) = 0;
/aosp12/frameworks/base/libs/storage/include/storage/
H A DIMountService.h54 virtual int32_t mountSecureContainer(const String16& id,
/aosp12/frameworks/base/libs/storage/
H A DIMountService.cpp298 int32_t mountSecureContainer(const String16& id, const String16& key, const int32_t ownerUid) in mountSecureContainer() function in android::BpMountService