Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.2/default/
DContexthub.cpp29 using ::android::hardware::contexthub::V1_X::implementation::IContextHubCallbackWrapperV1_2;
77 mCallback = new IContextHubCallbackWrapperV1_2(cb); in registerCallback_1_2()
/hardware/interfaces/contexthub/common/default/1.X/utils/
DIContextHubCallbackWrapper.h118 class IContextHubCallbackWrapperV1_2 : public ContextHubCallbackWrapper<V1_2::IContexthubCallback> {
120 IContextHubCallbackWrapperV1_2(sp<V1_2::IContexthubCallback> callback) in IContextHubCallbackWrapperV1_2() function