HomeSort by relevance Sort by last modified time
    Searched defs:configIndex (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 262 final int configIndex = mRefreshRateConfigIndices[i];
263 SurfaceControl.setActiveConfig(getDisplayTokenLocked(), configIndex);
  /external/chromium_org/third_party/skia/bench/
benchmain.cpp 450 const int configIndex = configs[i];
451 const Config& config = gConfigs[configIndex];
  /external/skia/bench/
benchmain.cpp 450 const int configIndex = configs[i];
451 const Config& config = gConfigs[configIndex];
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 343 int configIndex = -1;
346 configIndex = i;
350 if (configIndex == -1) {
354 connection.mStreamType = configs[configIndex].type;
357 stream.stream_id = configs[configIndex].stream_id;
359 stream.buffer_producer.width = configs[configIndex].max_video_width;
360 stream.buffer_producer.height = configs[configIndex].max_video_height;

Completed in 96 milliseconds