Searched defs:halPropValue (Results 1 – 12 of 12) sorted by relevance
/packages/services/Car/service/src/com/android/car/ |
D | VehicleStub.java | 91 public AsyncGetSetRequest(int serviceRequestId, HalPropValue halPropValue, in AsyncGetSetRequest() 137 public GetVehicleStubAsyncResult(int serviceRequestId, HalPropValue halPropValue) { in GetVehicleStubAsyncResult()
|
D | AidlVehicleStub.java | 304 HalPropValue halPropValue = getOrSetSync(requestedPropValue, in get() local 525 abstract void addVhalRequest(long vhalRequestId, HalPropValue halPropValue); in addVhalRequest() 788 public void addVhalRequest(long vhalRequestId, HalPropValue halPropValue) { in addVhalRequest() 838 public void addVhalRequest(long vhalRequestId, HalPropValue halPropValue) { in addVhalRequest()
|
D | HidlVehicleStub.java | 239 HalPropValue halPropValue; in getAsync() local
|
/packages/services/Car/cpp/evs/apps/default/src/ |
D | EvsStateControl.cpp | 301 auto halPropValue = mVehicle->createHalPropValue(pRequestedPropValue->prop); in invokeGet() local
|
/packages/services/Car/service/src/com/android/car/hal/property/ |
D | HalPropertyDebugUtils.java | 188 public static String toValueString(HalPropValue halPropValue) { in toValueString()
|
/packages/services/Car/cpp/vhal/client/test/ |
D | HidlVhalClientTest.cpp | 544 std::unique_ptr<IHalPropValue> halPropValue = in TEST_F() local 567 std::unique_ptr<IHalPropValue> halPropValue = in TEST_F() local
|
D | AidlVhalClientTest.cpp | 1076 std::unique_ptr<IHalPropValue> halPropValue = in TEST_F() local 1099 std::unique_ptr<IHalPropValue> halPropValue = in TEST_F() local
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 197 HalPropValue halPropValue = get(request.getHalPropValue()); in getAsync() local 380 HalPropValue halPropValue = mPropValuesByPropIdAreaId.get(propId, areaId); in get() local
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 624 HalPropValue halPropValue = getVehicleStubAsyncResult.getHalPropValue(); in parseGetAsyncResults() local 923 HalPropValue halPropValue; in generateVehicleStubAsyncRequestLocked() local 1097 HalPropValue halPropValue; in getProperty() local
|
D | VehicleHal.java | 1195 HalPropValue halPropValue = createPropValueForInjecting(mPropValueBuilder, propertyId, in setPropertyFromCommand() local
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 1068 auto halPropValue = vhalService->createHalPropValue(propId); in updateVhal() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | AidlVehicleStubUnitTest.java | 1294 HalPropValue halPropValue = builder.build(TEST_PROP, 0, 0, 0, intValues); in testAidlVehicleCallbackOnPropertyEventLargeData() local
|