Searched defs:hubId (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/interfaces/contexthub/1.0/default/ |
H A D | Contexthub.cpp | 120 uint32_t hubId = static_cast<uint32_t>(cookie); in serviceDied() local 124 bool Contexthub::isValidHubId(uint32_t hubId) { in isValidHubId() 141 Return<Result> Contexthub::sendMessageToHub(uint32_t hubId, in sendMessageToHub() 176 Return<Result> Contexthub::reboot(uint32_t hubId) { in reboot() 343 void Contexthub::handleServiceDeath(uint32_t hubId) { in handleServiceDeath() 353 int Contexthub::contextHubCb(uint32_t hubId, in contextHubCb() 397 Return<Result> Contexthub::unloadNanoApp(uint32_t hubId, in unloadNanoApp() 430 Return<Result> Contexthub::loadNanoApp(uint32_t hubId, in loadNanoApp() 480 Return<Result> Contexthub::enableNanoApp(uint32_t hubId, in enableNanoApp() 513 Return<Result> Contexthub::disableNanoApp(uint32_t hubId, in disableNanoApp() [all …]
|
/aosp12/hardware/interfaces/contexthub/1.2/default/ |
H A D | Contexthub.cpp | 56 Return<Result> Contexthub::registerCallback(uint32_t hubId, in registerCallback() 65 Return<Result> Contexthub::queryApps(uint32_t hubId) { in queryApps() 74 Return<Result> Contexthub::registerCallback_1_2(uint32_t hubId, in registerCallback_1_2()
|
/aosp12/system/chre/host/hal_generic/common/ |
H A D | generic_context_hub_base.h | 181 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()
|
/aosp12/hardware/interfaces/contexthub/1.1/default/ |
H A D | Contexthub.cpp | 32 Return<Result> Contexthub::registerCallback(uint32_t hubId, const sp<IContexthubCallback>& cb) { in registerCallback() 40 Return<Result> Contexthub::queryApps(uint32_t hubId) { in queryApps()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | IContextHubWrapper.java | 104 int hubId, IContexthubCallback callback) throws RemoteException; in registerCallback() 173 int hubId, IContexthubCallback callback) throws RemoteException { in registerCallback() 222 int hubId, IContexthubCallback callback) throws RemoteException { in registerCallback() 287 int hubId, IContexthubCallback callback) throws RemoteException { in registerCallback()
|
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | IContextHubCallback.aidl | 25 void onMessageReceipt(int hubId, int nanoAppId, in ContextHubMessage msg); in onMessageReceipt()
|
/aosp12/system/chre/host/hal_generic/V1_2/ |
H A D | generic_context_hub_v1_2.cc | 69 uint32_t hubId, const sp<IContexthubCallback> &cb) { in registerCallback_1_2()
|