Searched refs:GenericContextHubBase (Results 1 – 4 of 4) sorted by relevance
29 GenericContextHubBase;31 class GenericContextHub : public GenericContextHubBase<V1_0::IContexthub> {};
42 GenericContextHubBase;44 class GenericContextHubV1_1 : public GenericContextHubBase<V1_1::IContexthub> {
42 GenericContextHubBase;45 class GenericContextHubV1_2 : public GenericContextHubBase<V1_2::IContexthub> {
90 class GenericContextHubBase : public IContexthubT {92 GenericContextHubBase() { in GenericContextHubBase() function346 explicit SocketCallbacks(GenericContextHubBase &parent) : mParent(parent) {} in SocketCallbacks()548 GenericContextHubBase &mParent;565 explicit DeathRecipient(const sp<GenericContextHubBase> contexthub) in DeathRecipient()575 sp<GenericContextHubBase> mGenericContextHub;