HomeSort by relevance Sort by last modified time
    Searched defs:EseInterface (Results 1 - 2 of 2) sorted by null

  /external/libese/libese-cpp/include/esecpp/
EseInterface.h 31 class EseInterface {
33 EseInterface() : mEse(nullptr) {}
34 virtual ~EseInterface() = default;
62 ::EseInterface* ese_interface() { return mEse; }
65 ::EseInterface* mEse;
  /external/libese/libese/include/ese/
ese_hw_api.h 34 struct EseInterface;
38 * - struct EseInterface *: session handle.
48 typedef uint32_t (ese_hw_receive_op_t)(struct EseInterface *, uint8_t *, uint32_t, int);
51 * - struct EseInterface *: session handle.
59 typedef uint32_t (ese_hw_transmit_op_t)(struct EseInterface *, const uint8_t *, uint32_t, int);
62 * - struct EseInterface *: session handle.
67 typedef int (ese_hw_reset_op_t)(struct EseInterface *);
76 * - struct EseInterface *: session handle.
86 struct EseInterface *, const struct EseSgBuffer *, uint32_t, struct EseSgBuffer *, uint32_t);
90 * - struct EseInterface *: session handle
    [all...]

Completed in 480 milliseconds