Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.h104 sp<IContexthubCallback> getCallBackForHubId(uint32_t hubId);
DNanohubHidlAdapter.cpp123 sp<IContexthubCallback> Contexthub::getCallBackForHubId(uint32_t hubId) { in getCallBackForHubId() function in android::hardware::contexthub::V1_0::implementation::Contexthub
324 sp<IContexthubCallback> cb = obj->getCallBackForHubId(hubId); in contextHubCb()