Searched refs:current_mode (Results 1 - 5 of 5) sorted by relevance

/system/core/adf/libadfhwc/
H A Dadfhwc.cpp102 unique_configs.push_back(&data.current_mode);
104 if (memcmp(&data.available_modes[i], &data.current_mode,
105 sizeof(data.current_mode)))
/system/core/adf/libadf/include/video/
H A Dadf.h170 struct drm_mode_modeinfo current_mode; member in struct:adf_interface_data
/system/core/adf/libadf/original-kernel-headers/video/
H A Dadf.h309 * @current_mode: current display mode
328 struct drm_mode_modeinfo current_mode; member in struct:adf_interface_data
/system/core/adf/libadf/tests/
H A Dadf_test.cpp88 w = data.current_mode.hdisplay;
89 h = data.current_mode.vdisplay;
/system/bt/stack/btu/
H A Dbtu_hcif.cc1303 uint8_t current_mode; local
1309 STREAM_TO_UINT8(current_mode, p);
1314 btm_pm_proc_mode_change(status, handle, current_mode, interval);
1317 hidd_pm_proc_mode_change(status, current_mode, interval);

Completed in 778 milliseconds