Home
last modified time | relevance | path

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

/system/chre/host/common/
Dchre_aidl_hal_client.cc240 std::shared_ptr<IContextHub> gContextHub = nullptr; variable
248 if (!gContextHub->registerCallback(kContextHubId, gCallback).isOk()) { in registerHostCallback()
255 if (gContextHub == nullptr) { in getContextHub()
262 gContextHub = IContextHub::fromBinder(binder); in getContextHub()
267 return gContextHub; in getContextHub()