Searched refs:sendDebugDumpResponse (Results 1 – 2 of 2) sorted by relevance
/system/chre/platform/tinysys/ |
D | host_link.cc | 405 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/ |
D | host_link.cc | 343 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()
|