Home
last modified time | relevance | path

Searched refs:sendResults (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DConnectedClientTest.cpp84 client.sendResults(std::move(resultsCopy)); in TEST_F()
165 client.sendResults(std::move(resultsCopy)); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DConnectedClient.h83 void sendResults(std::vector<ResultType>&& results);
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DConnectedClient.cpp240 void GetSetValuesClient<ResultType, ResultsType>::sendResults(std::vector<ResultType>&& results) { in sendResults() function in android::hardware::automotive::vehicle::GetSetValuesClient
DDefaultVehicleHal.cpp513 client->sendResults(std::move(failedResults)); in getValues()
609 client->sendResults(std::move(failedResults)); in setValues()