Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/V1_0/
Dgeneric_context_hub_v1_0.h29 GenericContextHubBase;
31 class GenericContextHub : public GenericContextHubBase<V1_0::IContexthub> {};
/system/chre/host/hal_generic/V1_1/
Dgeneric_context_hub_v1_1.h42 GenericContextHubBase;
44 class GenericContextHubV1_1 : public GenericContextHubBase<V1_1::IContexthub> {
/system/chre/host/hal_generic/V1_2/
Dgeneric_context_hub_v1_2.h42 GenericContextHubBase;
45 class GenericContextHubV1_2 : public GenericContextHubBase<V1_2::IContexthub> {
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h90 class GenericContextHubBase : public IContexthubT {
92 GenericContextHubBase() { in GenericContextHubBase() function
346 explicit SocketCallbacks(GenericContextHubBase &parent) : mParent(parent) {} in SocketCallbacks()
548 GenericContextHubBase &mParent;
565 explicit DeathRecipient(const sp<GenericContextHubBase> contexthub) in DeathRecipient()
575 sp<GenericContextHubBase> mGenericContextHub;