Home
last modified time | relevance | path

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

/system/core/trusty/storage/interface/include/trusty/interface/
Dstorage.h133 STORAGE_MSG_FLAG_POST_COMMIT = 0x4, enumerator
134 STORAGE_MSG_FLAG_TRANSACT_COMPLETE = STORAGE_MSG_FLAG_POST_COMMIT,
/system/core/trusty/storage/proxy/
Dproxy.c115 if ((msg->flags & STORAGE_MSG_FLAG_POST_COMMIT) && (msg->cmd != STORAGE_RPMB_SEND)) { in handle_req()
Drpmb.c339 if (msg->flags & STORAGE_MSG_FLAG_POST_COMMIT) { in rpmb_send()