Home
last modified time | relevance | path

Searched defs:propIds (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicle.aidl244 void unsubscribe(in IVehicleCallback callback, in int[] propIds); in unsubscribe()
/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()
/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()
/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()
/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()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp344 const std::vector<int32_t>& propIds) { in unsubscribe()
DDefaultVehicleHal.cpp862 const std::vector<int32_t>& propIds) { in unsubscribe()
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp200 [[maybe_unused]] std::vector<int32_t> propIds) override { in getPropConfigs()