Home
last modified time | relevance | path

Searched refs:IContextHubCallbackWrapperV1_0 (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/contexthub/1.2/default/
DContexthub.cpp28 using ::android::hardware::contexthub::V1_X::implementation::IContextHubCallbackWrapperV1_0;
59 mCallback = new IContextHubCallbackWrapperV1_0(cb); in registerCallback()
/hardware/interfaces/contexthub/common/default/1.X/utils/
DIContextHubCallbackWrapper.h112 class IContextHubCallbackWrapperV1_0 : public ContextHubCallbackWrapper<V1_0::IContexthubCallback> {
114 IContextHubCallbackWrapperV1_0(sp<V1_0::IContexthubCallback> callback) in IContextHubCallbackWrapperV1_0() function