Searched refs:charKeys (Results 1 – 2 of 2) sorted by relevance
115 std::vector<int32_t> charKeys; in overrideZoomRatioTags() local118 charKeys.insert(charKeys.end(), entry.data.i32, entry.data.i32 + entry.count); in overrideZoomRatioTags()120 charKeys.push_back(ANDROID_CONTROL_ZOOM_RATIO_RANGE); in overrideZoomRatioTags()122 charKeys.data(), charKeys.size()); in overrideZoomRatioTags()
291 int32_t charKeys[] = { ANDROID_DEPTH_DEPTH_IS_EXCLUSIVE, in TEST() local293 meta.update(ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, charKeys, in TEST()294 sizeof(charKeys) / sizeof(charKeys[0])); in TEST()