Home
last modified time | relevance | path

Searched refs:propIds (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicle.aidl244 void unsubscribe(in IVehicleCallback callback, in int[] propIds); in unsubscribe() argument
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicle.aidl42 …id unsubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in int[] propIds); in unsubscribe() argument
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DIVehicle.aidl42 …id unsubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in int[] propIds); in unsubscribe() argument
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DIVehicle.aidl42 …id unsubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in int[] propIds); in unsubscribe() argument
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicle.aidl42 …id unsubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in int[] propIds); in unsubscribe() argument
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DSubscriptionManager.h102 VhalResult<void> unsubscribe(ClientIdType client, const std::vector<int32_t>& propIds);
DDefaultVehicleHal.h69 const std::vector<int32_t>& propIds) override;
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp344 const std::vector<int32_t>& propIds) { in unsubscribe() argument
354 for (int32_t propId : propIds) { in unsubscribe()
DDefaultVehicleHal.cpp862 const std::vector<int32_t>& propIds) { in unsubscribe() argument
866 return toScopedAStatus(mSubscriptionManager->unsubscribe(callback->asBinder().get(), propIds)); in unsubscribe()
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp200 [[maybe_unused]] std::vector<int32_t> propIds) override { in getPropConfigs() argument