Home | History | Annotate | Download | only in test

Lines Matching full:chub

59 class CHub
68 CHub *mParent;
73 explicit Client(const context_hub_t *hub, CHub *parent) {
101 CHub *hub = static_cast<CHub*>(cookie);
106 CHub() {
118 ~CHub() {
159 static CHub *instantiate() {
160 static CHub instance;
172 CHub::Client *mClient;
182 CHub *hub = CHub::instantiate();