Home
last modified time | relevance | path

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

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