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

  /hardware/interfaces/nfc/1.1/vts/functional/
VtsHalNfcV1_1TargetTest.cpp 104 nfc_ = ::testing::VtsHalHidlTargetTestBase::getService<INfc>();
105 ASSERT_NE(nfc_, nullptr);
110 EXPECT_EQ(NfcStatus::OK, nfc_->open_1_1(nfc_cb_));
121 EXPECT_EQ(NfcStatus::OK, nfc_->close());
128 EXPECT_EQ(NfcStatus::OK, nfc_->open_1_1(nfc_cb_));
137 EXPECT_EQ(NfcStatus::OK, nfc_->close());
145 sp<INfc> nfc_; member in class:NfcHidlTest
155 nfc_->factoryReset();
157 EXPECT_EQ(NfcStatus::OK, nfc_->close());
164 EXPECT_EQ(NfcStatus::OK, nfc_->open_1_1(nfc_cb_))
    [all...]
  /hardware/interfaces/nfc/1.0/vts/functional/
VtsHalNfcV1_0TargetTest.cpp 115 nfc_ = ::testing::VtsHalHidlTargetTestBase::getService<INfc>(
117 ASSERT_NE(nfc_, nullptr);
122 EXPECT_EQ(NfcStatus::OK, nfc_->open(nfc_cb_));
132 EXPECT_EQ(data.size(), nfc_->write(data));
151 EXPECT_EQ(NfcStatus::OK, nfc_->close());
158 EXPECT_EQ(NfcStatus::OK, nfc_->open(nfc_cb_));
167 EXPECT_EQ(NfcStatus::OK, nfc_->close());
178 sp<INfc> nfc_; member in class:NfcHidlTest
200 EXPECT_EQ(data.size(), nfc_->write(data));
235 EXPECT_EQ(data.size(), nfc_->write(data))
    [all...]
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 

Completed in 78 milliseconds