Home
last modified time | relevance | path

Searched defs:dsuSlot (Results 1 – 5 of 5) sorted by relevance

/system/gsid/aidl/android/gsi/
DIGsiService.aidl89 int enableGsi(boolean oneShot, @utf8InCpp String dsuSlot); in enableGsi()
96 …oneway void enableGsiAsync(boolean oneShot, @utf8InCpp String dsuSlot, IGsiServiceCallback result); in enableGsiAsync()
/system/gsid/
Dgsi_tool.cpp105 std::string dsuSlot = {}; in EnforceNonLockedDsu() local
350 std::string dsuSlot; in Install() local
481 std::string dsuSlot; in CreatePartition() local
655 std::string dsuSlot = {}; in Enable() local
Dgsi_service.cpp324 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync()
334 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi()
/system/vold/binder/android/os/
DIVold.aidl137 void destroyDsuMetadataKey(@utf8InCpp String dsuSlot); in destroyDsuMetadataKey()
/system/vold/
DVoldNativeService.cpp986 binder::Status VoldNativeService::destroyDsuMetadataKey(const std::string& dsuSlot) { in destroyDsuMetadataKey()