Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp59 bool Contexthub::setOsAppAsDestination(hub_message_t *msg, int hubId) { in setOsAppAsDestination() function in android::hardware::contexthub::V1_0::implementation::Contexthub
183 if (setOsAppAsDestination(&msg, hubId) == false) { in reboot()
410 if (setOsAppAsDestination(&msg, hubId) == false) { in unloadNanoApp()
443 if (setOsAppAsDestination(&hubMsg, hubId) == false) { in loadNanoApp()
493 if (setOsAppAsDestination(&msg, hubId) == false) { in enableNanoApp()
526 if (setOsAppAsDestination(&msg, hubId) == false) { in disableNanoApp()
553 if (setOsAppAsDestination(&msg, hubId) == false) { in queryApps()
DContexthub.h108 bool setOsAppAsDestination(hub_message_t *msg, int hubId);