Home
last modified time | relevance | path

Searched refs:debug_info (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/sensor_listener/
Dgoog_gralloc_wrapper.cc69 std::string debug_info; in DumpDebugInfo() local
70 allocator_->dumpDebugInfo([&debug_info](const auto& tmp_debug_info) { in DumpDebugInfo()
71 debug_info = tmp_debug_info.c_str(); in DumpDebugInfo()
74 return debug_info; in DumpDebugInfo()
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.h131 ErrorCode GetDebugInfo(DebugInfo* debug_info);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c2205 dhd_get_debug_info(void *dhd, hndrte_debug_t *debug_info) in dhd_get_debug_info() argument
2254 memcpy((char *) debug_info, buffer, sizeof(hndrte_debug_t)); in dhd_get_debug_info()
2257 if ((debug_info->magic != HNDRTE_DEBUG_MAGIC) || in dhd_get_debug_info()
2258 (debug_info->version != HNDRTE_DEBUG_VERSION)) { in dhd_get_debug_info()