Home
last modified time | relevance | path

Searched defs:hubId (Results 1 – 1 of 1) sorted by relevance

/system/chre/host/hal_generic/
Dgeneric_context_hub.cc78 uint32_t hubId = static_cast<uint32_t>(cookie); in serviceDied() local
170 uint32_t hubId, const sp<IContexthubCallback>& cb) { in registerCallback()
198 Return<Result> GenericContextHub::sendMessageToHub(uint32_t hubId, in sendMessageToHub()
222 uint32_t hubId, const NanoAppBinary& appBinary, uint32_t transactionId) { in loadNanoApp()
276 uint32_t hubId, uint64_t appId, uint32_t transactionId) { in unloadNanoApp()
316 Return<Result> GenericContextHub::queryApps(uint32_t hubId) { in queryApps()
551 void GenericContextHub::handleServiceDeath(uint32_t hubId) { in handleServiceDeath()