Searched refs:recorderProxy (Results 1 – 1 of 1) sorted by relevance
84 sptr<IStandardRecorderService> recorderProxy = iface_cast<IStandardRecorderService>(object); in CreateRecorderService() local85 CHECK_AND_RETURN_RET_LOG(recorderProxy != nullptr, nullptr, "recorder proxy is nullptr."); in CreateRecorderService()87 std::shared_ptr<RecorderClient> recorder = RecorderClient::Create(recorderProxy); in CreateRecorderService()