Home
last modified time | relevance | path

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

/system/chre/platform/tinysys/
Dhost_link.cc405 DRAM_REGION_FUNCTION void sendDebugDumpResponse(uint16_t hostClientId, in sendDebugDumpResponse() function
440 sendDebugDumpResponse(hostClientId, /* success= */ true, dataCount); in sendDebugDumpResultToHost()
847 sendDebugDumpResponse(hostClientId, /* success= */ false, in handleDebugDumpRequest()
/system/chre/platform/slpi/
Dhost_link.cc343 void sendDebugDumpResponse(uint16_t hostClientId, bool success, in sendDebugDumpResponse() function
570 sendDebugDumpResponse(hostClientId, true /*success*/, dataCount); in sendDebugDumpResultToHost()
898 sendDebugDumpResponse(hostClientId, false /*success*/, 0 /*dataCount*/); in handleDebugDumpRequest()