Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Ddebug_dump_helper.h61 int getDebugFd() const { in getDebugFd() function
Dgeneric_context_hub_base.h357 ssize_t written = write(getDebugFd(), str, len); in writeToDebugFile()
Dmulti_client_context_hub_base.cc1004 if (!WriteStringToFd(std::string(str), getDebugFd())) { in writeToDebugFile()
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc498 if (!::android::base::WriteStringToFd(std::string(str), getDebugFd())) { in writeToDebugFile()