Searched refs:charKeys (Results 1 – 2 of 2) sorted by relevance
101 std::vector<int32_t> charKeys; in overrideZoomRatioTags() local104 charKeys.insert(charKeys.end(), entry.data.i32, entry.data.i32 + entry.count); in overrideZoomRatioTags()106 charKeys.push_back(ANDROID_CONTROL_ZOOM_RATIO_RANGE); in overrideZoomRatioTags()108 charKeys.data(), charKeys.size()); in overrideZoomRatioTags()
270 int32_t charKeys[] = { ANDROID_DEPTH_DEPTH_IS_EXCLUSIVE, in TEST() local272 meta.update(ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, charKeys, in TEST()273 sizeof(charKeys) / sizeof(charKeys[0])); in TEST()