Home
last modified time | relevance | path

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

/aosp12/system/core/trusty/storage/interface/include/trusty/interface/
H A Dstorage.h136 STORAGE_MSG_FLAG_POST_COMMIT = 0x4, enumerator
137 STORAGE_MSG_FLAG_TRANSACT_COMPLETE = STORAGE_MSG_FLAG_POST_COMMIT,
/aosp12/system/core/trusty/storage/proxy/
H A Dproxy.c116 if ((msg->flags & STORAGE_MSG_FLAG_POST_COMMIT) && (msg->cmd != STORAGE_RPMB_SEND)) { in handle_req()
H A Drpmb.c562 if (msg->flags & STORAGE_MSG_FLAG_POST_COMMIT) { in rpmb_send()