Home | History | Annotate | Download | only in PROFILER
      1 #include "android/hardware/nfc/1.0/types.vts.h"
      2 #include <cutils/ashmem.h>
      3 #include <fcntl.h>
      4 #include <fmq/MessageQueue.h>
      5 #include <sys/stat.h>
      6 
      7 using namespace android::hardware::nfc::V1_0;
      8 using namespace android::hardware;
      9 
     10 #define TRACEFILEPREFIX "/data/local/tmp/"
     11 
     12 namespace android {
     13 namespace vts {
     14 void profile____android__hardware__nfc__V1_0__NfcEvent(VariableSpecificationMessage* arg_name,
     15 ::android::hardware::nfc::V1_0::NfcEvent arg_val_name __attribute__((__unused__))) {
     16     arg_name->set_type(TYPE_ENUM);
     17     arg_name->mutable_scalar_value()->set_uint32_t(static_cast<uint32_t>(arg_val_name));
     18     arg_name->set_scalar_type("uint32_t");
     19 }
     20 
     21 void profile____android__hardware__nfc__V1_0__NfcStatus(VariableSpecificationMessage* arg_name,
     22 ::android::hardware::nfc::V1_0::NfcStatus arg_val_name __attribute__((__unused__))) {
     23     arg_name->set_type(TYPE_ENUM);
     24     arg_name->mutable_scalar_value()->set_uint32_t(static_cast<uint32_t>(arg_val_name));
     25     arg_name->set_scalar_type("uint32_t");
     26 }
     27 
     28 }  // namespace vts
     29 }  // namespace android
     30