Home
last modified time | relevance | path

Searched refs:isWaitForPropertyUpdate (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DAsyncPropertyServiceRequest.java72 request.setWaitForPropertyUpdate(setPropertyRequest.isWaitForPropertyUpdate()); in newSetAsyncRequest()
149 public boolean isWaitForPropertyUpdate() { in isWaitForPropertyUpdate() method in AsyncPropertyServiceRequest
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java272 boolean isWaitForPropertyUpdate() { in isWaitForPropertyUpdate() method in PropertyHalService.AsyncPropRequestInfo
273 return mPropMgrRequest.isWaitForPropertyUpdate(); in isWaitForPropertyUpdate()
280 return mSetRequestSent && (!isWaitForPropertyUpdate() || mValueUpdated); in success()
801 long updateTimestampNanos = clientRequestInfo.isWaitForPropertyUpdate() in onSetAsyncResults()
987 if (!pendingRequest.isWaitForPropertyUpdate()) { in cleanupPendingAsyncSetRequestLocked()
1729 Function<T, Boolean> isWaitForPropertyUpdate) { in filterWaitForUpdateRequests() argument
1732 if (isWaitForPropertyUpdate.apply(requests.get(i))) { in filterWaitForUpdateRequests()
1823 pendingSetRequestInfo, (request) -> request.isWaitForPropertyUpdate()); in setCarPropertyValuesAsync()
1828 (request) -> request.isWaitForPropertyUpdate()); in setCarPropertyValuesAsync()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java1066 if (request.isWaitForPropertyUpdate()) { in setPropertiesAsync()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java487 public boolean isWaitForPropertyUpdate() { in isWaitForPropertyUpdate() method in CarPropertyManager.SetPropertyRequest
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1289 assertThat(request.isWaitForPropertyUpdate()).isFalse(); in testSetPropertiesAsync()
/packages/services/Car/car-lib/api/
Dcurrent.txt863 method public boolean isWaitForPropertyUpdate();
Dlint-baseline.txt1592 …Api: android.car.hardware.property.CarPropertyManager.SetPropertyRequest#isWaitForPropertyUpdate():
1593 …ethod android.car.hardware.property.CarPropertyManager.SetPropertyRequest.isWaitForPropertyUpdate()
/packages/services/Car/car-lib-module/api/
Dcurrent.txt863 method public boolean isWaitForPropertyUpdate();