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

  /hardware/qcom/display/msm8996/libqdutils/
display_config.cpp 202 int configIndex = -1;
210 configIndex = outParcel.readInt32();
212 configIndex);
217 return configIndex;
220 int setActiveConfig(int configIndex, int /*dpy*/) {
225 inParcel.writeInt32(configIndex);
231 configIndex);
239 DisplayAttributes getDisplayAttributes(int configIndex, int /*dpy*/) {
244 inParcel.writeInt32(configIndex);
257 __FUNCTION__, configIndex, dpyattr.xres, dpyattr.yres)
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 363 int configIndex = -1;
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;

Completed in 519 milliseconds