Home
last modified time | relevance | path

Searched refs:onSetValues (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/cpp/vhal/client/include/
DAidlVhalClient.h181 ndk::ScopedAStatus onSetValues(
244 ndk::ScopedAStatus onSetValues(
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java608 public void onSetValues(SetValueResults responses) throws RemoteException { in onSetValues() method in AidlVehicleStub.AidlSubscriptionClient
671 private void onSetValues(SetValueResults responses) { in onSetValues() method in AidlVehicleStub
726 public void onSetValues(SetValueResults responses) throws RemoteException { in onSetValues() method in AidlVehicleStub.GetSetValuesCallback
727 AidlVehicleStub.this.onSetValues(responses); in onSetValues()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java900 callback.onSetValues(results); in testSetSyncAidlSmallData()
932 callback.onSetValues(results); in testSetSyncAidlLargeData()
961 callback.onSetValues(results); in testSetSyncAidlError()
992 callback.onSetValues(results); in testSetSyncAidlAsyncCallback()
1028 callback.onSetValues(results); in testSetSyncAidlTimeout()
1078 callback.onSetValues(results); in testSetAsync()
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp473 ScopedAStatus GetSetValueClient::onSetValues(const SetValueResults& results) { in onSetValues() function in android::frameworks::automotive::vhal::GetSetValueClient
601 ScopedAStatus SubscriptionVehicleCallback::onSetValues( in onSetValues() function in android::frameworks::automotive::vhal::SubscriptionVehicleCallback
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarVendorExtensionManagerTest.java411 callback.onSetValues(results); in setValues()
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DAidlMockedVehicleHal.java313 callback.onSetValues(results); in setValues()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp119 callback->onSetValues(SetValueResults{.payloads = mSetValueResults}); in setValues()
124 callback->onSetValues(SetValueResults{.payloads = mSetValueResults}); in setValues()