Home
last modified time | relevance | path

Searched defs:hubId (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()
110 uint32_t hubId = static_cast<uint32_t>(cookie); in serviceDied() local
114 bool Contexthub::isValidHubId(uint32_t hubId) { in isValidHubId()
123 sp<IContexthubCallback> Contexthub::getCallBackForHubId(uint32_t hubId) { in getCallBackForHubId()
131 Return<Result> Contexthub::sendMessageToHub(uint32_t hubId, in sendMessageToHub()
162 Return<Result> Contexthub::registerCallback(uint32_t hubId, in registerCallback()
304 void Contexthub::handleServiceDeath(uint32_t hubId) { in handleServiceDeath()
314 int Contexthub::contextHubCb(uint32_t hubId, in contextHubCb()
354 Return<Result> Contexthub::unloadNanoApp(uint32_t hubId, in unloadNanoApp()
385 Return<Result> Contexthub::loadNanoApp(uint32_t hubId, in loadNanoApp()
[all …]
/device/google/contexthub/contexthubhal/test/
Dmain.cpp130 void onMessage(uint32_t hubId, const hub_message_t *msg) { in onMessage()