Home
last modified time | relevance | path

Searched defs:carPropertyEventCallback (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java1173 public boolean registerCallback(@NonNull CarPropertyEventCallback carPropertyEventCallback, in registerCallback()
1242 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEvents()
1273 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEvents()
1304 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEvents()
1360 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEvents()
1482 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEvents()
1511 CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEventsInternal()
1759 public void unsubscribePropertyEvents( in unsubscribePropertyEvents()
1795 public void unregisterCallback(@NonNull CarPropertyEventCallback carPropertyEventCallback) { in unregisterCallback()
1828 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in unsubscribePropertyEvents()
[all …]
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyEventCallbackController.java42 public CarPropertyEventCallbackController(CarPropertyEventCallback carPropertyEventCallback, in CarPropertyEventCallbackController()