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

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 35 static void dumpbin (const char* data, int size, UINT32 trace_layer, UINT32 trace_type);
113 void dumpbin(const char* data, int size, UINT32 trace_layer, UINT32 trace_type)
310 UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain trace type local
316 if (trace_type == TRACE_TYPE_ERROR)
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 121 std::string trace_type; local
122 CHECK(dict->GetString("ph", &trace_type));
124 if (trace_type != "E")
    [all...]

Completed in 318 milliseconds