Searched refs:mPropertyHandlers (Results 1 – 1 of 1) sorted by relevance
83 private final SparseArray<HalServiceBase> mPropertyHandlers = new SparseArray<>(); field in VehicleHal166 mPropertyHandlers.append(p.prop, service); in init()211 if (service != mPropertyHandlers.get(property)) { in assertServiceOwnerLocked()425 HalServiceBase service = mPropertyHandlers.get(v.prop); in onPropertyEvent()459 HalServiceBase service = mPropertyHandlers.get(propId); in onPropertySetError()481 for (int i = 0; i < mPropertyHandlers.size(); i++) { in dump()482 int propId = mPropertyHandlers.keyAt(i); in dump()483 HalServiceBase service = mPropertyHandlers.valueAt(i); in dump()