Searched refs:ProfilerStopwatchImpl (Results 1 – 1 of 1) sorted by relevance
543 class ProfilerStopwatchImpl : public ProfilerImpl { class545 ProfilerStopwatchImpl(SetPropFlag setting) : ProfilerImpl(setting){}; in ProfilerStopwatchImpl() function in google::camera_common::__anon477d26810111::ProfilerStopwatchImpl547 ~ProfilerStopwatchImpl() { in ~ProfilerStopwatchImpl()640 return std::make_shared<ProfilerStopwatchImpl>(flag); in Create()