Home
last modified time | relevance | path

Searched refs:writeToDebugFile (Results 1 – 4 of 4) sorted by relevance

/system/chre/host/hal_generic/common/
Ddebug_dump_helper.h47 virtual void writeToDebugFile(const char *str) = 0;
82 writeToDebugFile("-- Dumping CHRE debug info --\n"); in debugDumpStart()
111 writeToDebugFile(str.c_str()); in debugDumpAppend()
Dgeneric_context_hub_base.h354 void writeToDebugFile(const char *str) override { in writeToDebugFile() function
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.h114 void writeToDebugFile(const char *str) override;
Dgeneric_context_hub_aidl.cc477 writeToDebugFile(dump.c_str()); in debugDumpFinish()
478 writeToDebugFile("\n-- End of CHRE/ASH debug info --\n"); in debugDumpFinish()
483 void ContextHub::writeToDebugFile(const char *str) { in writeToDebugFile() function in aidl::android::hardware::contexthub::ContextHub