HomeSort by relevance Sort by last modified time
    Searched full:send_to_dropbox (Results 1 - 7 of 7) sorted by null

  /system/extras/perfprofd/scripts/
perf_config_proto.py 46 ('send_to_dropbox', 'b'),
  /system/extras/perfprofd/binder_interface/
perfprofd_config.proto 82 optional bool send_to_dropbox = 20;
perfprofd_binder.cc 148 config.send_to_dropbox = sendToDropbox;
216 CHECK_AND_COPY_FROM_PROTO(send_to_dropbox)
  /system/extras/perfprofd/
configreader.cc 144 addUnsignedEntry("dropbox", config.send_to_dropbox ? 1 : 0, 0, 1);
363 config->send_to_dropbox = getBoolValue("dropbox");
config.h 104 bool send_to_dropbox = false; member in struct:Config
perfprofd_threaded_handler.h 150 if (static_cast<ThreadedConfig*>(config)->send_to_dropbox) {
perfprofd_cmdline.cc 228 if (handler_config->send_to_dropbox) {

Completed in 683 milliseconds