Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/host/hal_generic/common/
H A 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()
H A Dmulti_client_context_hub_base.cc845 writeToDebugFile(dump.c_str()); in onDebugDumpComplete()
846 writeToDebugFile("\n-- End of CHRE/ASH debug info --\n"); in onDebugDumpComplete()
1174 void MultiClientContextHubBase::writeToDebugFile(const char *str) { in writeToDebugFile() function in android::hardware::contexthub::common::implementation::MultiClientContextHubBase
H A Dmulti_client_context_hub_base.h125 void writeToDebugFile(const char *str) override;
H A Dgeneric_context_hub_base.h359 void writeToDebugFile(const char *str) override { in writeToDebugFile() function
/aosp_15_r20/system/chre/host/hal_generic/aidl/
H A Dgeneric_context_hub_aidl.cc564 writeToDebugFile(dump.c_str()); in debugDumpFinish()
565 writeToDebugFile("\n-- End of CHRE/ASH debug info --\n"); in debugDumpFinish()
570 void ContextHub::writeToDebugFile(const char *str) { in writeToDebugFile() function in aidl::android::hardware::contexthub::ContextHub
H A Dgeneric_context_hub_aidl.h150 void writeToDebugFile(const char *str) override;