Home
last modified time | relevance | path

Searched refs:writeToDebugFile (Results 1 – 6 of 6) 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()
Dmulti_client_context_hub_base.h112 void writeToDebugFile(const char *str) override;
Dmulti_client_context_hub_base.cc825 writeToDebugFile(dump.c_str()); in onDebugDumpComplete()
826 writeToDebugFile("\n-- End of CHRE/ASH debug info --\n"); in onDebugDumpComplete()
1153 void MultiClientContextHubBase::writeToDebugFile(const char *str) { in writeToDebugFile() function in android::hardware::contexthub::common::implementation::MultiClientContextHubBase
Dgeneric_context_hub_base.h360 void writeToDebugFile(const char *str) override { in writeToDebugFile() function
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc528 writeToDebugFile(dump.c_str()); in debugDumpFinish()
529 writeToDebugFile("\n-- End of CHRE/ASH debug info --\n"); in debugDumpFinish()
534 void ContextHub::writeToDebugFile(const char *str) { in writeToDebugFile() function in aidl::android::hardware::contexthub::ContextHub
Dgeneric_context_hub_aidl.h148 void writeToDebugFile(const char *str) override;