Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-processor/
DBackgroundRemoteProcessorServer.cpp45 mServerSuccess = std::async(std::launch::async, &CRemoteProcessorServer::process, in start()
58 return mServerSuccess.get(); in stop()
DBackgroundRemoteProcessorServer.h55 std::future<bool> mServerSuccess; variable