| /external/libese/libese/ | 
| D | ese.c | 28 ESE_API const char *ese_name(const struct EseInterface *ese) {  in ese_name() 38 ESE_API int ese_open(struct EseInterface *ese, void *hw_opts) {  in ese_open() 51 ESE_API const char *ese_error_message(const struct EseInterface *ese) {  in ese_error_message() 55 ESE_API int ese_error_code(const struct EseInterface *ese) {  in ese_error_code() 59 ESE_API bool ese_error(const struct EseInterface *ese) {  in ese_error() 63 ESE_API void ese_set_error(struct EseInterface *ese, int code) {  in ese_set_error() 86 ESE_API int ese_transceive(struct EseInterface *ese, const uint8_t *tx_buf,  in ese_transceive() 97 ESE_API int ese_transceive_sg(struct EseInterface *ese,  in ese_transceive_sg() 117 ESE_API void ese_close(struct EseInterface *ese) {  in ese_close()
  | 
| /external/libese/apps/boot/tests/ | 
| D | ese_operations_wrapper.cpp | 24     struct EseInterface *ese, EseOperationsInterface *ops_interface) {  in InitializeEse() 30 static int EseOpen(struct EseInterface *ese, void *data) {  in EseOpen() 34 static uint32_t EseHwReceive(struct EseInterface *ese, uint8_t *data, uint32_t len, int complete) {  in EseHwReceive() 38 static uint32_t EseHwTransmit(struct EseInterface *ese, const uint8_t *data, uint32_t len, int comp…  in EseHwTransmit() 42 static int EseReset(struct EseInterface *ese) {  in EseReset() 46 static uint32_t EseTransceive(struct EseInterface *ese, const struct EseSgBuffer *tx_sg, uint32_t t…  in EseTransceive() 51 static int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) {  in EsePoll() 55 static void EseClose(struct EseInterface *ese) {  in EseClose()
  | 
| D | ese_app_boot_tests.cpp | 35   virtual int EseOpen(struct EseInterface *ese, void *data) {  in EseOpen() 38   virtual uint32_t EseHwReceive(struct EseInterface *ese, uint8_t *data,  in EseHwReceive() 40   virtual uint32_t EseHwTransmit(struct EseInterface *ese, const uint8_t *data,  in EseHwTransmit() 42   virtual int EseReset(struct EseInterface *ese) { return -1; }  in EseReset() 43   virtual int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) {  in EsePoll() 46   virtual void EseClose(struct EseInterface *ese) { }  in EseClose() 48 …virtual uint32_t EseTransceive(struct EseInterface *ese, const struct EseSgBuffer *tx_sg, uint32_t…  in EseTransceive()
  | 
| /external/libese/libese-teq1/tests/ | 
| D | ese_operations_wrapper.cpp | 25     struct EseInterface *ese, EseOperationsInterface *ops_interface) {  in InitializeEse() 31 static int EseOpen(struct EseInterface *ese, void *data) {  in EseOpen() 35 static uint32_t EseHwReceive(struct EseInterface *ese, uint8_t *data, uint32_t len, int complete) {  in EseHwReceive() 39 static uint32_t EseHwTransmit(struct EseInterface *ese, const uint8_t *data, uint32_t len, int comp…  in EseHwTransmit() 43 static int EseReset(struct EseInterface *ese) {  in EseReset() 47 static uint32_t EseTransceive(struct EseInterface *ese, const struct EseSgBuffer *tx_sg, uint32_t t…  in EseTransceive() 52 static int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) {  in EsePoll() 56 static void EseClose(struct EseInterface *ese) {  in EseClose()
  | 
| D | teq1_unittests.cpp | 398   virtual int EseOpen(struct EseInterface *UNUSED(ese), void *UNUSED(data)) {  in EseOpen() 401   virtual int EseReset(struct EseInterface *UNUSED(ese)) {  in EseReset() 408   virtual int EsePoll(struct EseInterface *UNUSED(ese), uint8_t UNUSED(poll_for),  in EsePoll() 412   virtual void EseClose(struct EseInterface *UNUSED(ese)) { };  in EseClose() 414 …virtual uint32_t EseTransceive(struct EseInterface *ese, const struct EseSgBuffer *tx_sg, uint32_t…  in EseTransceive() 420   virtual uint32_t EseHwTransmit(struct EseInterface *UNUSED(ese), const uint8_t *data,  in EseHwTransmit() 445   virtual uint32_t EseHwReceive(struct EseInterface *UNUSED(ese), uint8_t *data,  in EseHwReceive()
  | 
| /external/libese/libese-hw/ | 
| D | ese_hw_echo.c | 34 #define ECHO_STATE(ese) (*(struct EchoState **)(&ese->pad[1]))  argument 36 static int echo_open(struct EseInterface *ese, void *hw_opts) {  in echo_open() 57 static void echo_close(struct EseInterface *ese) {  in echo_close() 67 static uint32_t echo_receive(struct EseInterface *ese, uint8_t *buf,  in echo_receive() 90 static uint32_t echo_transmit(struct EseInterface *ese, const uint8_t *buf,  in echo_transmit() 112 static int echo_poll(struct EseInterface *ese, uint8_t poll_for, float timeout,  in echo_poll() 155 uint32_t echo_transceive(struct EseInterface *ese,  in echo_transceive()
  | 
| D | ese_hw_fake.c | 42 static int fake_open(struct EseInterface *ese,  in fake_open() 49 static void fake_close(struct EseInterface *ese) {  in fake_close() 57 static uint32_t fake_receive(struct EseInterface *ese, uint8_t *buf,  in fake_receive() 74 static uint32_t fake_transmit(struct EseInterface *ese, const uint8_t *buf,  in fake_transmit() 91 static int fake_poll(struct EseInterface *ese, uint8_t poll_for, float timeout,  in fake_poll() 110 uint32_t fake_transceive(struct EseInterface *ese,  in fake_transceive()
  | 
| /external/libese/libese-hw/nxp/pn80t/ | 
| D | common.c | 53 int nxp_pn80t_open(struct EseInterface *ese, void *board) {  in nxp_pn80t_open() 96 int nxp_pn80t_reset(struct EseInterface *ese) {  in nxp_pn80t_reset() 128 int nxp_pn80t_poll(struct EseInterface *ese, uint8_t poll_for, float timeout,  in nxp_pn80t_poll() 176 uint32_t nxp_pn80t_send_cooldown(struct EseInterface *ese, bool end) {  in nxp_pn80t_send_cooldown() 246 uint32_t nxp_pn80t_handle_interface_call(struct EseInterface *ese,  in nxp_pn80t_handle_interface_call() 307 uint32_t nxp_pn80t_transceive(struct EseInterface *ese,  in nxp_pn80t_transceive() 319 void nxp_pn80t_close(struct EseInterface *ese) {  in nxp_pn80t_close()
  | 
| D | nq_nci.c | 117 uint32_t nq_transmit(struct EseInterface *ese, const uint8_t *buf, uint32_t len,  in nq_transmit() 147 uint32_t nq_receive(struct EseInterface *ese, uint8_t *buf, uint32_t len,  in nq_receive()
  | 
| D | linux_spidev.c | 177 uint32_t spidev_transmit(struct EseInterface *ese, const uint8_t *buf,  in spidev_transmit() 206 uint32_t spidev_receive(struct EseInterface *ese, uint8_t *buf, uint32_t len,  in spidev_receive()
  | 
| /external/libese/esed/ | 
| D | OemLock.cpp | 40     ScopedEseConnection ese{mEse};  in setOemUnlockAllowedByCarrier()  local 86     ScopedEseConnection ese{mEse};  in isOemUnlockAllowedByCarrier()  local 124     ScopedEseConnection ese{mEse};  in setOemUnlockAllowedByDevice()  local 156     ScopedEseConnection ese{mEse};  in isOemUnlockAllowedByDevice()  local
  | 
| D | Weaver.cpp | 42     ScopedEseConnection ese{mEse};  in getConfig()  local 81     ScopedEseConnection ese{mEse};  in write()  local 125     ScopedEseConnection ese{mEse};  in read()  local
  | 
| D | ScopedEseConnection.h | 29   ScopedEseConnection(EseInterface& ese) : mEse_(ese) {}  in ScopedEseConnection()
  | 
| D | esed.cpp | 49     EseInterfaceImpl ese;  in main()  local
  | 
| /external/libese/libese-teq1/ | 
| D | teq1.c | 99 int teq1_transmit(struct EseInterface *ese,  in teq1_transmit() 132 int teq1_receive(struct EseInterface *ese,  in teq1_receive() 560 ESE_API uint32_t teq1_transceive(struct EseInterface *ese,  in teq1_transceive()
  | 
| /external/libese/tools/ese_relay/ | 
| D | ese_relay_pn80t_nq_nci.c | 32 void ese_relay_init(struct EseInterface *ese) {  in ese_relay_init()
  | 
| D | ese_relay_fake.c | 28 void ese_relay_init(struct EseInterface *ese) { ese_init(ese, ESE_HW_FAKE); }  in ese_relay_init()
  | 
| D | ese_relay_pn80t_spidev.c | 33 void ese_relay_init(struct EseInterface *ese) {  in ese_relay_init()
  | 
| D | ese_relay.c | 73   struct EseInterface ese;  in main()  local
  | 
| /external/libese/tools/ese_replay/ | 
| D | main.c | 79   struct EseInterface ese;  in main()  local
  | 
| D | hw.c | 56 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw) {  in initialize_hardware()
  | 
| /external/libese/apps/weaver/include/ese/app/ | 
| D | weaver.h | 48   struct EseInterface *ese;  member
  | 
| /external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/ | 
| D | common.h | 31 #define NXP_PN80T_STATE(ese)                                                   \  argument
  | 
| /external/libese/apps/boot/include/ese/app/ | 
| D | boot.h | 50   struct EseInterface *ese;  member
  | 
| /external/libese/apps/boot/ | 
| D | ese_boot_tool.cpp | 57 #define handle_error(ese, result) ;  argument 442   struct EseInterface ese = ESE_INITIALIZER(ESE_HW_NXP_PN80T_NQ_NCI);  in main()  local
  |