/external/libese/libese/tests/ |
ese_unittests.cpp | 53 EXPECT_EQ(-1, ese_open(NULL, NULL)); 63 EXPECT_EQ(0, ese_open(&dummy, NULL)); 67 EXPECT_EQ(0, ese_open(&ese_, NULL)); 86 EXPECT_EQ(0, ese_open(&ese_, NULL)); 91 EXPECT_EQ(0, ese_open(&ese_, NULL)); 94 EXPECT_EQ(0, ese_open(&ese_, NULL)); 98 EXPECT_EQ(0, ese_open(&ese_, NULL)); 105 EXPECT_EQ(0, ese_open(&ese_, NULL));
|
/external/libese/libese-cpp/ |
NxpPn80tNqNci.cpp | 30 const int ret = ese_open(mEse, nullptr);
|
/external/libese/libese/include/ese/ |
ese.h | 44 * ese_open(my_ese); 72 int ese_open(struct EseInterface *ese, void *hw_opts);
|
/external/libese/libese-hw/tests/ |
ese_hw_echo_tests.cpp | 34 ASSERT_EQ(0, ese_open(&ese_, NULL));
|
/external/libese/tools/ese_replay/ |
main.c | 87 if (ese_open(&ese, hw->options)) {
|
/external/libese/apps/boot/tests/ |
ese_app_boot_tests.cpp | 97 EXPECT_EQ(0, ese_open(&ese_, NULL)); 122 EXPECT_EQ(0, ese_open(&ese_, NULL)); 140 EXPECT_EQ(0, ese_open(&ese_, NULL));
|
/external/libese/examples/ |
ese_nxp_sample.c | 91 if (ese_open(&ese, ese_hw_open_data) < 0) {
|
/external/libese/libese/ |
ese.c | 38 ESE_API int ese_open(struct EseInterface *ese, void *hw_opts) { function
|
/external/libese/tools/ese_ls_provision/ |
ese_ls_provision.cpp | 36 auto res = ese_open(&static_ese, nullptr); 38 LOG(ERROR) << "ese_open result: " << (int) res; 41 LOG(DEBUG) << "ese_open success";
|
/external/libese/tools/ese_relay/ |
ese_relay.c | 100 if (ese_open(&ese, kEseOpenData)) {
|
/external/libese/libese-teq1/tests/ |
teq1_unittests.cpp | 511 EXPECT_EQ(0, ese_open(&ese_, NULL)); 548 EXPECT_EQ(0, ese_open(&ese_, NULL)); 593 EXPECT_EQ(0, ese_open(&ese_, NULL)); 675 EXPECT_EQ(0, ese_open(&ese_, NULL));
|
/external/libese/apps/boot/ |
ese_boot_tool.cpp | 443 if (ese_open(&ese, nullptr) != 0) {
|