HomeSort by relevance Sort by last modified time
    Searched refs:config_data (Results 1 - 25 of 34) sorted by null

1 2

  /device/google/wahoo/vibrator/
service.cpp 67 std::map<std::string, std::string> config_data; local
105 config_data[trim(key)] = trim(value);
110 if(config_data.find(AUTOCAL_CONFIG) != config_data.end()) {
111 autocal << config_data[AUTOCAL_CONFIG] << std::endl;
114 if(config_data.find(LRA_PERIOD_CONFIG) != config_data.end()) {
115 ol_lra_period << config_data[LRA_PERIOD_CONFIG] << std::endl;
  /external/vboot_reference/futility/
vb1_helper.h 13 uint8_t *config_data, uint64_t config_size,
34 uint8_t *config_data, uint64_t config_size);
cmd_sign.c 52 uint8_t *config_data; member in struct:local_data_s
210 option.config_data, option.config_size,
279 if (option.config_data &&
281 option.config_data,
802 option.config_data = ReadConfigFile(
804 if (!option.config_data) {
908 if (option.bootloader_data || option.config_data
984 errorcnt += no_opt_if(!option.config_data, "config");
vb1_helper.c 280 uint8_t *config_data, uint64_t config_size)
291 Memcpy(g_config_data, config_data, config_size);
631 uint8_t *config_data, uint64_t config_size,
705 Memcpy(g_config_data, config_data, config_size);
  /external/autotest/tko/perf_upload/
perf_uploader.py 68 def _gather_presentation_info(config_data, test_name):
71 @param config_data: A dictionary of dashboard presentation info for all
77 |config_data| for the given autotest name.
81 if not test_name in config_data:
86 presentation_dict = config_data[test_name]
300 config_data = _parse_config_file(_PRESENTATION_CONFIG_FILE)
303 config_data.update(shadow_config_data)
309 presentation_info = _gather_presentation_info(config_data, test_name)
  /hardware/qcom/media/msm8974/mm-core/inc/
qc_omx_component.h 95 OMX_PTR config_data)=0;
101 OMX_PTR config_data)=0;
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
qc_omx_component.h 95 OMX_PTR config_data)=0;
101 OMX_PTR config_data)=0;
  /hardware/qcom/media/msm8996/mm-core/inc/
qc_omx_component.h 95 OMX_PTR config_data)=0;
101 OMX_PTR config_data)=0;
  /hardware/qcom/media/msm8998/mm-core/inc/
qc_omx_component.h 95 OMX_PTR config_data)=0;
101 OMX_PTR config_data)=0;
  /external/autotest/server/cros/chaos_lib/
chaos_parser.py 253 for config_data in config_files:
254 self.print_config_failures(config_data[0], security,
255 config_data[1])
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config.py 106 config_data = json.load(f)
107 if not config_data:
109 config_type = config_data.pop('config_type', None)
114 self._config_data = config_data.get('dependencies', {})
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp 293 union DynamicConfigData config_data; member in struct:DynamicConfig
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 323 union DynamicConfigData config_data; member in struct:DynamicConfig
    [all...]
  /external/autotest/server/cros/ap_configurators/
static_ap_configurator.py 63 self.config_data = ap_config
91 self.config_data.get_bss(), self._ssid,
dynamic_ap_configurator.py 63 self.config_data = ap_config
335 return self.config_data.get_bss()
337 return self.config_data.get_bss5()
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.h 202 const char* config_data, int32_t length);
loc.cpp 171 static void loc_configuration_update(const char* config_data, int32_t length);
1118 static void loc_configuration_update(const char* config_data, int32_t length)
1121 loc_eng_configuration_update(loc_afw_data, config_data, length);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.h 202 const char* config_data, int32_t length);
loc.cpp 236 static void loc_configuration_update(const char* config_data, int32_t length);
1119 static void loc_configuration_update(const char* config_data, int32_t length)
1122 loc_eng_configuration_update(loc_afw_data, config_data, length);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 171 static void loc_configuration_update(const char* config_data, int32_t length);
1105 static void loc_configuration_update(const char* config_data, int32_t length)
1108 loc_eng_configuration_update(loc_afw_data, config_data, length);
loc_eng.h 261 const char* config_data, int32_t length);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 170 static void loc_configuration_update(const char* config_data, int32_t length);
1138 static void loc_configuration_update(const char* config_data, int32_t length)
1141 loc_eng_configuration_update(loc_afw_data, config_data, length);
loc_eng.h 263 const char* config_data, int32_t length);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc.cpp 167 static void loc_configuration_update(const char* config_data, int32_t length);
1038 static void loc_configuration_update(const char* config_data, int32_t length)
1041 loc_eng_configuration_update(loc_afw_data, config_data, length);
loc_eng.h 261 const char* config_data, int32_t length);

Completed in 590 milliseconds

1 2