Home
last modified time | relevance | path

Searched refs:setOsAppAsDestination (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp55 bool Contexthub::setOsAppAsDestination(hub_message_t *msg, int hubId) { in setOsAppAsDestination() function in android::hardware::contexthub::V1_0::implementation::Contexthub
363 if (setOsAppAsDestination(&msg, hubId) == false) { in unloadNanoApp()
394 if (setOsAppAsDestination(&hubMsg, hubId) == false) { in loadNanoApp()
442 if (setOsAppAsDestination(&msg, hubId) == false) { in enableNanoApp()
473 if (setOsAppAsDestination(&msg, hubId) == false) { in disableNanoApp()
498 if (setOsAppAsDestination(&msg, hubId) == false) { in queryApps()
DNanohubHidlAdapter.h119 bool setOsAppAsDestination(hub_message_t *msg, int hubId);