Searched refs:dumpBuffer (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 68 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, uint16_t endpoint, co… in dumpBuffer() function 279 … dumpBuffer("(RAW) DEV -> APP", app_name, msg.raw.hdr.eventId, 0, &msg.raw.data[0], len); in runDeviceRx() 289 …dumpBuffer("(CHRE) DEV -> APP", app_name, msg.chre.hdr.appEventId, msg.chre.hdr.endpoint, &msg.chr… in runDeviceRx() 427 … dumpBuffer("APP -> HAL", msg->app_name, msg->message_type, 0, msg->message, msg->message_len); in doSendToNanohub() 435 …dumpBuffer("APP -> DEV", msg->app_name, msg->message_type, endpoint, msg->message, msg->message_le… in doSendToNanohub()
|
D | nanohubhal.h | 41 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, uint16_t endpoint, co…
|
D | system_comms.cpp | 187 dumpBuffer("HAL -> SYS", getSystem()->mHostIfAppName, transactionId, 0, data, len); in sendToSystem() 1382 dumpBuffer("SYS -> HAL", mHostIfAppName, transactionId, 0, buf.getData(), buf.getSize()); in doHandleRx() 1387 dumpBuffer(status > 0 ? "HAL (not handled)" : "HAL (error)", in doHandleRx()
|
D | system_comms.h | 463 dumpBuffer("HAL -> APP", get_hub_info()->os_app_name, transactionId, 0, data, len); in sendToApp()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_debug.h | 37 void mali_gralloc_dump_buffers(android::String8 &dumpBuffer, uint32_t *outSize);
|
/device/google/contexthub/contexthubhal/test/ |
D | main.cpp | 44 void dumpBuffer(std::ostream &os, const char *pfx, const hub_app_name_t &appId, uint32_t evtId, con… in dumpBuffer() function 177 dumpBuffer(log, "Rx", msg.app_name, msg.message_type, msg.message, msg.message_len, 0); in onMessage() 196 … dumpBuffer(log, "TxCmd", msg.app_name, msg.message_type, msg.message, msg.message_len, 0); in sendMessageToSystem() 209 … dumpBuffer(log, "TxMsg", msg.app_name, msg.message_type, msg.message, msg.message_len, 0); in sendMessageToApp()
|