HomeSort by relevance Sort by last modified time
    Searched refs:SystemComm (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/contexthubhal/
system_comms.cpp 91 int SystemComm::sendToSystem(const void *data, size_t len) {
98 int SystemComm::AppInfoSession::setup(const hub_message_t *) {
119 int SystemComm::AppInfoSession::handleRx(MessageBuf &buf)
168 int SystemComm::AppInfoSession::requestNext()
177 int SystemComm::GlobalSession::setup(const hub_message_t *) {
185 int SystemComm::GlobalSession::handleRx(MessageBuf &buf)
200 int SystemComm::MemInfoSession::setup(const hub_message_t *)
211 int SystemComm::MemInfoSession::handleRx(MessageBuf &buf)
278 int SystemComm::AppMgmtSession::setup(const hub_message_t *appMsg)
317 int SystemComm::AppMgmtSession::setupMgmt(const hub_message_t *appMsg, uint32_t cmd
    [all...]
system_comms.h 92 class SystemComm {
278 static SystemComm *getSystem() {
280 static SystemComm theInstance;
284 SystemComm () = default;
285 ~SystemComm() = default;
nanohubhal.cpp 244 ret = SystemComm::handleRx(&msg);
246 ALOGE("SystemComm::handleRx() returned %d", ret);
373 ret = SystemComm::handleTx(msg);

Completed in 57 milliseconds