Searched refs:handler_config (Results 1 – 1 of 1) sorted by relevance
227 auto handler = [&seq](android::perfprofd::PerfprofdRecord* proto, Config* handler_config) { in perfprofd_main() argument231 if (handler_config->send_to_dropbox) { in perfprofd_main()234 handler_config->destination_directory, in perfprofd_main()240 std::string data_file_path(handler_config->destination_directory); in perfprofd_main()244 if (!android::perfprofd::SerializeProtobuf(proto, path.c_str(), handler_config->compress)) { in perfprofd_main()247 if (!post_process(*handler_config, seq)) { in perfprofd_main()