Lines Matching refs:h
83 for (auto &h : mOperationHandler) { in activate() local
84 if (h->owns(handle)) { in activate()
85 return h->activate(handle, enabled); in activate()
94 for (auto &h: mOperationHandler) { in setDelay() local
95 if (h->owns(handle)) { in setDelay()
96 return h->setDelay(handle, delayNs); in setDelay()
117 for (auto &h : mOperationHandler) { in batch() local
118 if (h->owns(handle)) { in batch()
119 return h->batch(handle, sampling_period_ns, max_report_latency_ns); in batch()
128 for (auto &h : mOperationHandler) { in flush() local
129 if (h->owns(handle)) { in flush()
130 return h->flush(handle); in flush()