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

  /hardware/interfaces/nfc/1.0/default/
Nfc.cpp 38 ::android::hardware::Return<NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) {
  /hardware/nxp/nfc/1.1/
Nfc.cpp 73 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) {
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Nfc.driver.cpp 64 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> Vts_android_hardware_nfc_V1_0_INfc::coreInitialized(
66 LOG(INFO) << "coreInitialized called";
68 callback_message.set_id(GetCallbackID("coreInitialized"));
69 callback_message.set_name("Vts_android_hardware_nfc_V1_0_INfc::coreInitialized");
178 if (!strcmp(func_name, "coreInitialized")) {
186 result0 = hw_binder_proxy_->coreInitialized(arg0);
187 result_msg->set_name("coreInitialized");
254 if (!strcmp(actual_result.name().c_str(), "coreInitialized")) {

Completed in 1388 milliseconds