Home
last modified time | relevance | path

Searched refs:STORAGE_RESP_BIT (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/trusty/storage/interface/include/trusty/interface/
H A Dstorage.h40 STORAGE_RESP_BIT = 1, enumerator
42 STORAGE_RESP_MSG_ERR = STORAGE_RESP_BIT,
/aosp14/system/core/trusty/storage/proxy/
H A Dipc.c103 msg->cmd |= STORAGE_RESP_BIT; in ipc_respond()