Home
last modified time | relevance | path

Searched defs:contexthub (Results 1 – 8 of 8) sorted by relevance

/chre-3.4.0/host/hal_generic/V1_2/
Dservice.cc34 android::sp<IContexthub> contexthub = new GenericContextHubV1_2(); in main() local
Dgeneric_context_hub_v1_2.cc34 namespace contexthub { namespace
/chre-3.4.0/host/hal_generic/V1_1/
Dservice.cc34 android::sp<IContexthub> contexthub = new GenericContextHubV1_1(); in main() local
Dgeneric_context_hub_v1_1.cc33 namespace contexthub { namespace
/chre-3.4.0/host/hal_generic/V1_0/
Dgeneric_context_hub_v1_0.cc21 namespace contexthub { namespace
/chre-3.4.0/host/hal_generic/common/
Dpermissions_util.cc24 namespace contexthub { namespace
Dcontext_hub_settings_util.cc27 namespace contexthub { namespace
Dgeneric_context_hub_base.h565 explicit DeathRecipient(const sp<GenericContextHubBase> contexthub) in DeathRecipient()