Home
last modified time | relevance | path

Searched defs:EseInterface (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libese/libese/include/ese/
H A Dese_hw_api.h179 struct EseInterface { struct
194 void ese_set_error(struct EseInterface *ese, int code); argument
/aosp_15_r20/external/libese/libese-cpp/include/esecpp/
H A DEseInterface.h33 EseInterface() : mEse(nullptr) {} in EseInterface() function