Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.0/default/
DContexthub.h94 sp<IContexthubCallback> getCallBackForHubId(uint32_t hubId);
DContexthub.cpp133 sp<IContexthubCallback> Contexthub::getCallBackForHubId(uint32_t hubId) { in getCallBackForHubId() function in android::hardware::contexthub::V1_0::implementation::Contexthub
368 sp<IContexthubCallback> cb = obj->getCallBackForHubId(hubId); in contextHubCb()