Home
last modified time | relevance | path

Searched refs:EseOperations (Results 1 – 12 of 12) sorted by relevance

/external/libese/libese/include/ese/
Dese_hw_api.h31 extern const struct EseOperations * name## _ops
146 struct EseOperations { struct
180 const struct EseOperations * ops; argument
205 const struct EseOperations * name##_ops = &obj
/external/libese/libese/tests/
Dese_unittests.cpp43 struct EseOperations dummy_ops = { in TEST_F()
57 struct EseOperations dummy_ops = { in TEST_F()
75 struct EseOperations dummy_ops = { in TEST_F()
119 struct EseOperations dummy_ops = { in TEST_F()
/external/libese/libese-teq1/tests/
Dese_operations_wrapper.h30 static const struct EseOperations ops;
31 static const struct EseOperations *wrapper_ops;
Dese_operations_wrapper.cpp67 const struct EseOperations EseOperationsWrapperData::ops = {
80 const struct EseOperations *EseOperationsWrapperData::wrapper_ops =
/external/libese/apps/boot/tests/
Dese_operations_wrapper.h30 static const struct EseOperations ops;
31 static const struct EseOperations *wrapper_ops;
Dese_operations_wrapper.cpp63 const struct EseOperations EseOperationsWrapperData::ops = {
76 const struct EseOperations *EseOperationsWrapperData::wrapper_ops =
/external/libese/tools/ese_replay/
Dhw.c62 const struct EseOperations **hw_ops = dlsym(hw_handle, hw->sym); in initialize_hardware()
/external/libese/libese-hw/
Dese_hw_fake.c154 static const struct EseOperations ops = {
Dese_hw_echo.c167 static const struct EseOperations ops = {
/external/libese/libese-hw/nxp/pn80t/
Dnq_nci.c193 static const struct EseOperations ops = {
Dlinux_spidev.c246 static const struct EseOperations ops = {
/external/libese/
DREADME.md91 functionality not abstracted via the libese EseOperations structure.