Home
last modified time | relevance | path

Searched defs:hubId (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()
111 uint32_t hubId = static_cast<uint32_t>(cookie); in serviceDied() local
115 bool Contexthub::isValidHubId(uint32_t hubId) { in isValidHubId()
124 sp<IContexthubCallback> Contexthub::getCallBackForHubId(uint32_t hubId) { in getCallBackForHubId()
132 Return<Result> Contexthub::sendMessageToHub(uint32_t hubId, in sendMessageToHub()
163 Return<Result> Contexthub::registerCallback(uint32_t hubId, in registerCallback()
305 void Contexthub::handleServiceDeath(uint32_t hubId) { in handleServiceDeath()
315 int Contexthub::contextHubCb(uint32_t hubId, in contextHubCb()
355 Return<Result> Contexthub::unloadNanoApp(uint32_t hubId, in unloadNanoApp()
386 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()