Searched refs:sendFragmentResponse (Results 1 – 5 of 5) sorted by relevance
/system/chre/platform/shared/ |
D | host_link.cc | 53 if (cbData->sendFragmentResponse) { in finishLoadingNanoappCallback() 54 sendFragmentResponse(cbData->hostClientId, cbData->transactionId, in finishLoadingNanoappCallback() 76 sendFragmentResponse(info.hostClientId, info.transactionId, in loadNanoappData() 105 cbData->sendFragmentResponse = !respondBeforeStart; in loadNanoappData() 116 sendFragmentResponse(hostClientId, transactionId, fragmentId, success); in loadNanoappData() 121 sendFragmentResponse(hostClientId, transactionId, fragmentId, success); in loadNanoappData()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_protocol_chre.h | 61 bool sendFragmentResponse; member 104 static void sendFragmentResponse(uint16_t hostClientId,
|
/system/chre/platform/exynos/ |
D | host_link.cc | 152 void HostMessageHandlers::sendFragmentResponse(uint16_t hostClientId, in sendFragmentResponse() function in chre::HostMessageHandlers
|
/system/chre/platform/tinysys/ |
D | host_link.cc | 741 DRAM_REGION_FUNCTION void HostMessageHandlers::sendFragmentResponse( in sendFragmentResponse() function in chre::HostMessageHandlers
|
/system/chre/platform/slpi/ |
D | host_link.cc | 743 void HostMessageHandlers::sendFragmentResponse(uint16_t hostClientId, in sendFragmentResponse() function in chre::HostMessageHandlers
|