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

  /device/google/contexthub/contexthubhal/
nanohubhal_default.cpp 62 .os_app_name = { .id = 0 },
system_comms.h 292 dumpBuffer("HAL -> APP", get_hub_info()->os_app_name, typ, data, len);
294 NanoHub::sendToApp(HubMessage(&get_hub_info()->os_app_name, typ, data, len));
nanohubhal.cpp 400 } else if (get_hub_info()->os_app_name == msg->app_name) {
  /hardware/libhardware/include/hardware/
context_hub.h 241 const struct hub_app_name_t os_app_name; /* send msgs here for OS functions */ member in struct:context_hub_t
  /device/google/contexthub/contexthubhal/test/
main.cpp 91 mParent->sendMessage(mHub->hub_id, mHub->os_app_name, typ, data, len);
96 const hub_app_name_t getSystemApp() const { return mHub->os_app_name; }
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.cpp 101 info.osAppName = hubArray[i].os_app_name;

Completed in 1313 milliseconds