Home
last modified time | relevance | path

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

/system/chre/host/common/include/chre_host/
Dhost_protocol_host.h69 virtual void handleDebugDumpData( in handleDebugDumpData() function
/system/chre/host/hal_generic/common/
Dhal_chre_socket_connection.h155 void handleDebugDumpData(const ::chre::fbs::DebugDumpDataT &data) override;
Dhal_chre_socket_connection.cc358 void HalChreSocketConnection::SocketCallbacks::handleDebugDumpData( in handleDebugDumpData() function in android::hardware::contexthub::common::implementation::HalChreSocketConnection::SocketCallbacks
/system/chre/host/common/
Dhost_protocol_host.cc79 handlers.handleDebugDumpData(*msg.AsDebugDumpData()); in decodeMessageFromChre()