Home
last modified time | relevance | path

Searched refs:IContexthubCallback (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/hardware/interfaces/contexthub/1.2/default/
H A DContexthub.h32 using IContexthubCallback = ::android::hardware::contexthub::V1_2::IContexthubCallback; variable
43 const sp<V1_0::IContexthubCallback>& cb) override;
56 const sp<V1_2::IContexthubCallback>& cb) override;
H A DContexthub.cpp57 const sp<V1_0::IContexthubCallback>& cb) { in registerCallback()
75 const sp<V1_2::IContexthubCallback>& cb) { in registerCallback_1_2()
/aosp12/hardware/interfaces/contexthub/1.0/default/
H A DContexthub.h38 const sp<IContexthubCallback> &cb) override;
69 sp<IContexthubCallback> callback;
94 sp<IContexthubCallback> getCallBackForHubId(uint32_t hubId);
96 int handleOsMessage(sp<IContexthubCallback> cb,
H A DContexthub.cpp133 sp<IContexthubCallback> Contexthub::getCallBackForHubId(uint32_t hubId) { in getCallBackForHubId()
199 const sp<IContexthubCallback> &cb) { in registerCallback()
262 int Contexthub::handleOsMessage(sp<IContexthubCallback> cb, in handleOsMessage()
368 sp<IContexthubCallback> cb = obj->getCallBackForHubId(hubId); in contextHubCb()
/aosp12/hardware/interfaces/contexthub/common/default/1.X/utils/
H A DIContextHubCallbackWrapper.h112 class IContextHubCallbackWrapperV1_0 : public ContextHubCallbackWrapper<V1_0::IContexthubCallback> {
114 IContextHubCallbackWrapperV1_0(sp<V1_0::IContexthubCallback> callback) in IContextHubCallbackWrapperV1_0()
118 class IContextHubCallbackWrapperV1_2 : public ContextHubCallbackWrapper<V1_2::IContexthubCallback> {
120 IContextHubCallbackWrapperV1_2(sp<V1_2::IContexthubCallback> callback) in IContextHubCallbackWrapperV1_2()
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DIContextHubWrapper.java22 import android.hardware.contexthub.V1_2.IContexthubCallback;
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()
H A DContextHubService.java36 import android.hardware.contexthub.V1_2.IContexthubCallback;
139 private class ContextHubServiceCallback extends IContexthubCallback.Stub {
/aosp12/hardware/interfaces/contexthub/1.1/default/
H A DContexthub.h34 Return<Result> registerCallback(uint32_t hubId, const sp<IContexthubCallback>& cb) override;
42 sp<IContexthubCallback> mCallback;
H A DContexthub.cpp32 Return<Result> Contexthub::registerCallback(uint32_t hubId, const sp<IContexthubCallback>& cb) { in registerCallback()
/aosp12/hardware/interfaces/contexthub/1.1/vts/functional/
H A DVtsHalContexthubV1_1TargetTest.cpp34 using ::android::hardware::contexthub::V1_0::IContexthubCallback;
49 class ContexthubCallbackV1_0 : public ContexthubCallbackBase<IContexthubCallback> {};
/aosp12/hardware/interfaces/contexthub/1.2/
H A DIContexthubCallback.hal19 import @1.0::IContexthubCallback;
21 interface IContexthubCallback extends @1.0::IContexthubCallback {
H A DIContexthub.hal23 import IContexthubCallback;
51 registerCallback_1_2(uint32_t hubId, IContexthubCallback cb) generates (Result result);
H A DAndroid.bp18 "IContexthubCallback.hal",
/aosp12/hardware/interfaces/contexthub/common/default/1.X/
H A DContextHub.h34 using IContexthubCallback = ::android::hardware::contexthub::V1_0::IContexthubCallback; member
/aosp12/hardware/interfaces/contexthub/1.2/vts/functional/
H A DVtsHalContexthubV1_2TargetTest.cpp47 using ::android::hardware::contexthub::V1_2::IContexthubCallback;
61 class ContexthubCallbackV1_2 : public ContexthubCallbackBase<IContexthubCallback> {
78 Result registerCallback_1_2(sp<IContexthubCallback> cb) { in registerCallback_1_2()
/aosp12/hardware/interfaces/contexthub/common/vts/
H A DContexthubHidlTestBase.h43 V1_0::Result registerCallback(sp<V1_0::IContexthubCallback> cb) { in registerCallback()
/aosp12/hardware/interfaces/contexthub/1.0/
H A DAndroid.bp18 "IContexthubCallback.hal",
H A DIContexthub.hal19 import IContexthubCallback;
50 registerCallback(uint32_t hubId, IContexthubCallback cb) generates (Result result);
H A DIContexthubCallback.hal19 interface IContexthubCallback {
/aosp12/system/chre/host/hal_generic/V1_2/
H A Dgeneric_context_hub_v1_2.h50 uint32_t hubId, const sp<IContexthubCallback> &cb) override;
H A Dgeneric_context_hub_v1_2.cc69 uint32_t hubId, const sp<IContexthubCallback> &cb) { in registerCallback_1_2()
/aosp12/hardware/interfaces/contexthub/1.0/vts/functional/
H A DVtsHalContexthubV1_0TargetTest.cpp46 using ::android::hardware::contexthub::V1_0::IContexthubCallback;
65 class ContexthubCallbackV1_0 : public ContexthubCallbackBase<IContexthubCallback> {};
/aosp12/system/chre/host/hal_generic/common/
H A Dgeneric_context_hub_base.h55 using ::android::hardware::contexthub::V1_0::IContexthubCallback;
182 const sp<IContexthubCallback> &cb) override { in registerCallback()
/aosp12/hardware/interfaces/
H A Dcurrent.txt63 …7ee7495353a2887fe338f913276f2eb41e80f11395ec2e android.hardware.contexthub@1.0::IContexthubCallback
775 …939ef97ab5bd867b73faf3dba0e7e69f77c3c43d9e487e android.hardware.contexthub@1.0::IContexthubCallback
849 …e3e70fbd39d9a4ff030c12d6fa3113af2b59fa3c77046e android.hardware.contexthub@1.2::IContexthubCallback
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes2324 android.hardware.contexthub.V1_0.IContexthubCallback$Stub
2325 android.hardware.contexthub.V1_0.IContexthubCallback

12