Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h181 Return<Result> registerCallback(uint32_t hubId, in registerCallback()
192 uint32_t hubId, const sp<IContextHubCallbackWrapperBase> &cb) { in registerCallbackCommon()
220 Return<Result> sendMessageToHub(uint32_t hubId, in sendMessageToHub()
243 Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary &appBinary, in loadNanoApp()
278 Return<Result> unloadNanoApp(uint32_t hubId, uint64_t appId, in unloadNanoApp()
319 Return<Result> queryApps(uint32_t hubId) override { in queryApps()
570 uint32_t hubId = static_cast<uint32_t>(cookie); in serviceDied() local
615 void handleServiceDeath(uint32_t hubId) { in handleServiceDeath()
/system/chre/host/hal_generic/V1_2/
Dgeneric_context_hub_v1_2.cc69 uint32_t hubId, const sp<IContexthubCallback> &cb) { in registerCallback_1_2()