OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mode_cnt
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8996/sdm/include/private/
color_interface.h
71
uint32_t disp_id, uint32_t *
mode_cnt
) = 0;
75
uint32_t *
mode_cnt
) = 0;
/hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.h
69
DisplayError ColorMgrGetNumOfModes(uint32_t *
mode_cnt
);
70
DisplayError ColorMgrGetModes(uint32_t *
mode_cnt
, SDEDisplayMode *modes);
color_manager.cpp
217
DisplayError ColorManagerProxy::ColorMgrGetNumOfModes(uint32_t *
mode_cnt
) {
218
return color_intf_->ColorIntfGetNumDisplayModes(&pp_features_, 0,
mode_cnt
);
221
DisplayError ColorManagerProxy::ColorMgrGetModes(uint32_t *
mode_cnt
,
223
return color_intf_->ColorIntfEnumerateDisplayModes(&pp_features_, 0, modes,
mode_cnt
);
/device/asus/fugu/libaudio/
alsa_utils.cpp
99
int tmp,
mode_cnt
;
local
133
if ((
mode_cnt
= mixer_ctl_get_value(ctrls[kModeCntNdx], 0)) < 0)
144
if (!
mode_cnt
) {
152
for (int i = 0; i <
mode_cnt
; ++i) {
Completed in 94 milliseconds