Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h113 writeToDebugFile("-- Dumping CHRE/ASH debug info --\n"); in debug()
130 writeToDebugFile("\n-- End of CHRE/ASH debug info --\n"); in debug()
528 mParent.writeToDebugFile( in handleDebugDumpData()
600 void writeToDebugFile(const char *str) { in writeToDebugFile() function
601 writeToDebugFile(str, strlen(str)); in writeToDebugFile()
604 void writeToDebugFile(const char *str, size_t len) { in writeToDebugFile() function