/aosp_15_r20/device/generic/car/emulator/usbpt/protocan/protocanbus/ |
D | VehicleBus.cpp | 68 const std::vector<VehiclePropValue>& propValues) { in sendPropertyEvent() 78 void VehicleBus::updateTimestamps(std::vector<VehiclePropValue>& propValues, in updateTimestamps()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/vehicle/2.0/android.hardware.automotive.vehicle-V2.0-java_gen_java/gen/srcs/android/hardware/automotive/vehicle/V2_0/ |
D | IVehicleCallback.java | 98 …void onPropertyEvent(java.util.ArrayList<android.hardware.automotive.vehicle.V2_0.VehiclePropValue… in onPropertyEvent() 269 …public void onPropertyEvent(java.util.ArrayList<android.hardware.automotive.vehicle.V2_0.VehiclePr… in onPropertyEvent() 590 …l.ArrayList<android.hardware.automotive.vehicle.V2_0.VehiclePropValue> propValues = android.hardwa… in onTransact() local
|
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/dep/src/com/android/car/hal/test/ |
D | AidlMockedVehicleHal.java | 154 VehiclePropValues propValues = new VehiclePropValues(); in injectEvent() local 314 VehiclePropValues propValues = new VehiclePropValues(); in setValues() local
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/ |
H A D | IVehicleCallback.aidl | 39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent()
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/ |
H A D | IVehicleCallback.aidl | 39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent()
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/ |
H A D | IVehicleCallback.aidl | 39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent()
|
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | CarPropertyController.java | 49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues()
|
D | FakeCarPropertyService.java | 285 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues()
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/ |
H A D | IVehicleCallback.aidl | 87 oneway void onPropertyEvent(in VehiclePropValues propValues, int sharedMemoryFileCount); in onPropertyEvent()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/vehicle/aidl/android.hardware.automotive.vehicle_interface/dump/android/hardware/automotive/vehicle/ |
D | IVehicleCallback.aidl | 39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent()
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/ |
H A D | IVehicleCallback.aidl | 39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent()
|
/aosp_15_r20/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | FrameworkParsingPackageUtils.java | 207 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties() local
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/ |
D | AidlVehicleStub.java | 719 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent() 899 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent()
|
D | HidlVehicleStub.java | 369 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent()
|
/aosp_15_r20/packages/services/Car/cpp/vhal/client/src/ |
D | HidlVhalClient.cpp | 293 Return<void> SubscriptionCallback::onPropertyEvent(const hidl_vec<VehiclePropValue>& propValues) { in onPropertyEvent()
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | DefaultVehicleHalServer.cpp | 482 std::vector<VehiclePropValue> propValues = tmpGenerator.getAllEvents(); in overrideProperties() local
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | SubscriptionManager.cpp | 121 const std::vector<recyclable_ptr<VehiclePropValue>>& propValues, in distributeValuesToClients()
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHal.java | 366 private void handleOnPropertyEvent(List<HalPropValue> propValues) { in handleOnPropertyEvent() 1219 public void onPropertyEvent(ArrayList<HalPropValue> propValues) { in onPropertyEvent()
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | AidlVehicleStubUnitTest.java | 1289 VehiclePropValues propValues = new VehiclePropValues(); in testAidlVehicleCallbackOnPropertyEventSmallData() local 1308 VehiclePropValues propValues = new VehiclePropValues(); in testAidlVehicleCallbackOnPropertyEventLargeData() local
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/ |
H A D | AgentOut.cpp | 364 CPropVariant *propValues = new CPropVariant[m_PropValues.Size()]; in Z7_COM7F_IMF() local
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 812 HalPropValue propValues = get(mHalPropValueBuilder.build(VehicleProperty.HVAC_POWER_ON, in checkPropAvailable() local
|
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 1405 const std::vector<std::unique_ptr<IHalPropValue>>& propValues) { in onPropertyEvent()
|
/aosp_15_r20/packages/services/Car/cpp/vhal/client/test/ |
D | AidlVhalClientTest.cpp | 217 VehiclePropValues propValues = { in triggerOnPropertyEvent() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTestCase.cpp | 2140 std::vector<glw::GLint> propValues(props.size() + 1, -2); in queryAndValidateProps() local
|
/aosp_15_r20/frameworks/base/core/java/android/content/pm/ |
H A D | PackageParser.java | 2537 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties() local
|