Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/
Dgeneric_context_hub.cc103 writeToDebugFile("-- Dumping CHRE/ASH debug info --\n"); in debug()
120 writeToDebugFile("\n-- End of CHRE/ASH debug info --\n"); in debug()
512 mParent.writeToDebugFile( in handleDebugDumpData()
539 void GenericContextHub::writeToDebugFile(const char *str) { in writeToDebugFile() function in android::hardware::contexthub::V1_0::implementation::GenericContextHub
540 writeToDebugFile(str, strlen(str)); in writeToDebugFile()
543 void GenericContextHub::writeToDebugFile(const char *str, size_t len) { in writeToDebugFile() function in android::hardware::contexthub::V1_0::implementation::GenericContextHub
Dgeneric_context_hub.h150 void writeToDebugFile(const char *str);
151 void writeToDebugFile(const char *str, size_t len);