Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp56 bool Contexthub::setOsAppAsDestination(hub_message_t *msg, int hubId) { in setOsAppAsDestination() function in android::hardware::contexthub::V1_0::implementation::Contexthub
364 if (setOsAppAsDestination(&msg, hubId) == false) { in unloadNanoApp()
395 if (setOsAppAsDestination(&hubMsg, hubId) == false) { in loadNanoApp()
443 if (setOsAppAsDestination(&msg, hubId) == false) { in enableNanoApp()
474 if (setOsAppAsDestination(&msg, hubId) == false) { in disableNanoApp()
499 if (setOsAppAsDestination(&msg, hubId) == false) { in queryApps()
DNanohubHidlAdapter.h119 bool setOsAppAsDestination(hub_message_t *msg, int hubId);