Home
last modified time | relevance | path

Searched refs:mResultCallback (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DConnectedClient.h99 std::shared_ptr<const std::function<void(std::vector<ResultType>)>> mResultCallback; variable
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DConnectedClient.cpp220 mResultCallback = std::make_shared<const std::function<void(std::vector<ResultType>)>>( in GetSetValuesClient()
230 return mResultCallback; in getResultCallback()