Home
last modified time | relevance | path

Searched refs:str_map (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQCameraUsbParm.cpp88 static const str_map preview_formats[] = {
114 static const str_map frame_rate_modes[] = {
119 static const str_map picture_formats[] = {
143 static const str_map recording_Hints[] = {
150 static String8 create_values_str(const str_map *values, int len);
208 picture_formats, sizeof(picture_formats) / sizeof(str_map)); in usbCamInitDefaultParameters()
237 preview_formats, sizeof(preview_formats) / sizeof(str_map)); in usbCamInitDefaultParameters()
403 static String8 create_values_str(const str_map *values, int len) { in create_values_str()
/aosp12/packages/modules/StatsD/statsd/tests/
H A Dstatsd_test_util.cpp1419 void backfillStringInDimension(const std::map<uint64_t, string>& str_map, in backfillStringInDimension() argument
1422 auto it = str_map.find((uint64_t)(dimension->value_str_hash())); in backfillStringInDimension()
1423 if (it != str_map.end()) { in backfillStringInDimension()
1439 std::map<uint64_t, string> str_map; in backfillStringInReport() local
1442 if (str_map.find(hash) != str_map.end()) { in backfillStringInReport()
1443 ALOGE("String hash conflicts: %s %s", str.c_str(), str_map[hash].c_str()); in backfillStringInReport()
1445 str_map[hash] = str; in backfillStringInReport()
1465 auto it = str_map.find((uint64_t)(package_info->name_hash())); in backfillStringInReport()
1466 if (it != str_map.end()) { in backfillStringInReport()
1481 auto it = str_map.find((uint64_t)(change->app_hash())); in backfillStringInReport()
[all …]
H A Dstatsd_test_util.h428 void backfillStringInDimension(const std::map<uint64_t, string>& str_map,
432 void backfillStringInDimension(const std::map<uint64_t, string>& str_map, in backfillStringInDimension() argument
437 backfillStringInDimension(str_map, data->mutable_dimensions_in_what()); in backfillStringInDimension()
440 backfillStringInDimension(str_map, data->mutable_dimensions_in_condition()); in backfillStringInDimension()