Searched refs:ICarPropertyEventListener (Results 1 – 13 of 13) sorted by relevance
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/ |
H A D | ICarProperty.aidl | 21 import android.car.hardware.property.ICarPropertyEventListener; 28 void registerListener(int propId, float rate, in ICarPropertyEventListener callback) = 0; in registerListener() 30 void unregisterListener(int propId, in ICarPropertyEventListener callback) = 1; in unregisterListener() 36 void setProperty(in CarPropertyValue prop, in ICarPropertyEventListener callback) = 4; in setProperty()
|
H A D | ICarPropertyEventListener.aidl | 26 oneway interface ICarPropertyEventListener { interface
|
H A D | CarPropertyManager.java | 280 private static class CarPropertyEventListenerToService extends ICarPropertyEventListener.Stub{
|
/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/ |
H A D | FakeCarPropertyService.java | 30 import android.car.hardware.property.ICarPropertyEventListener; 62 public void registerListener(int propId, float rate, ICarPropertyEventListener listener) in registerListener() 74 public void unregisterListener(int propId, ICarPropertyEventListener listener) in unregisterListener() 107 public void setProperty(CarPropertyValue prop, ICarPropertyEventListener listener) in setProperty() 219 private final ICarPropertyEventListener mListener; 221 ListenerInfo(ICarPropertyEventListener listener) { in ListenerInfo()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarPropertyService.java | 28 import android.car.hardware.property.ICarPropertyEventListener; 88 private final ICarPropertyEventListener mListener; 92 Client(ICarPropertyEventListener listener) { in Client() 125 ICarPropertyEventListener getListener() { in getListener() 212 public void registerListener(int propId, float rate, ICarPropertyEventListener listener) { in registerListener() 294 public void unregisterListener(int propId, ICarPropertyEventListener listener) { in unregisterListener() 473 public void setProperty(CarPropertyValue prop, ICarPropertyEventListener listener) { in setProperty() 547 Map<IBinder, Pair<ICarPropertyEventListener, List<CarPropertyEvent>>> eventsToDispatch = in onPropertyChange() 561 Pair<ICarPropertyEventListener, List<CarPropertyEvent>> p = in onPropertyChange() 572 for (Pair<ICarPropertyEventListener, List<CarPropertyEvent>> p: eventsToDispatch.values()) { in onPropertyChange()
|
H A D | CarNightService.java | 23 import android.car.hardware.property.ICarPropertyEventListener; 63 private final ICarPropertyEventListener mICarPropertyEventListener = 64 new ICarPropertyEventListener.Stub() {
|
H A D | BluetoothDeviceConnectionPolicy.java | 34 import android.car.hardware.property.ICarPropertyEventListener; 167 private final ICarPropertyEventListener mSeatOnOccupiedListener = 168 new ICarPropertyEventListener.Stub() {
|
H A D | CarDrivingStateService.java | 29 import android.car.hardware.property.ICarPropertyEventListener; 273 private final ICarPropertyEventListener mICarPropertyEventListener = 274 new ICarPropertyEventListener.Stub() {
|
H A D | CarUxRestrictionsManagerService.java | 41 import android.car.hardware.property.ICarPropertyEventListener; 769 private final ICarPropertyEventListener mICarPropertyEventListener = 770 new ICarPropertyEventListener.Stub() {
|
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/ |
H A D | VehiclePropertyPublisher.java | 22 import android.car.hardware.property.ICarPropertyEventListener; 64 private final ICarPropertyEventListener mCarPropertyEventListener = 65 new ICarPropertyEventListener.Stub() {
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/ |
H A D | VehiclePropertyPublisherTest.java | 37 import android.car.hardware.property.ICarPropertyEventListener; 97 private ArgumentCaptor<ICarPropertyEventListener> mCarPropertyCallbackCaptor;
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
H A D | BluetoothDeviceConnectionPolicyTest.java | 44 import android.car.hardware.property.ICarPropertyEventListener; 114 @Captor private ArgumentCaptor<ICarPropertyEventListener> mSeatListenerCaptor;
|
/aosp12/packages/services/Car/service/src/com/android/car/evs/ |
H A D | CarEvsService.java | 46 import android.car.hardware.property.ICarPropertyEventListener; 219 private final ICarPropertyEventListener mGearSelectionPropertyListener = 220 new ICarPropertyEventListener.Stub() {
|