Home
last modified time | relevance | path

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

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