Home
last modified time | relevance | path

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

/aosp12/system/teeui/libteeui/include/teeui/
H A Dgeneric_operation.h240 if (!in_) return write(DeliverTestCommandResponse(), out, ResponseCode::SystemError); in command()
242 return write(DeliverTestCommandResponse(), out, rc); in command()
H A Dgeneric_messages.h57 using DeliverTestCommandResponse = Message<ResponseCode>; variable
/aosp12/system/core/trusty/confirmationui/
H A DTrustyConfirmationUI.cpp57 using ::teeui::DeliverTestCommandResponse;
474 sapp->issueCmd<DeliverTestCommandMessage, DeliverTestCommandResponse>( in deliverSecureInputEvent()