Searched refs:configIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp363 int configIndex = -1; local
366 configIndex = i;
370 if (configIndex == -1) {
374 connection.mStreamType = configs[configIndex].type;
377 stream.stream_id = configs[configIndex].stream_id;
379 stream.buffer_producer.width = configs[configIndex].max_video_width;
380 stream.buffer_producer.height = configs[configIndex].max_video_height;
/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java265 final int configIndex = mRefreshRateConfigIndices[i];
266 SurfaceControl.setActiveConfig(getDisplayTokenLocked(), configIndex);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6427 for (size_t configIndex=0; configIndex<NTC; configIndex++) {
6428 const ResTable_type* type = typeConfigs->configs[configIndex];

Completed in 150 milliseconds