Searched defs:index (Results 126 - 150 of 445) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8960/liboverlay/
H A Doverlay.cpp103 int index = (int)dest; local
106 mPipeBook[index].mDisplay = dpy;
107 if(not mPipeBook[index].valid()) {
108 mPipeBook[index].mPipe = new GenericPipe(dpy);
124 int index = (int)dest; local
125 validate(index);
127 if(mPipeBook[index].mPipe->commit()) {
132 int dpy = mPipeBook[index].mDisplay;
142 int index = (int)dest; local
144 validate(index);
154 int index = (int)dest; local
161 int index = (int)dest; local
168 int index = (int)dest; local
179 int index = (int)dest; local
199 int index = (int)dest; local
223 int index = 0; local
256 int index = minfo->pndx; local
[all...]
/hardware/qcom/display/msm8994/libgralloc/
H A Dgpu.cpp346 unsigned int index = (unsigned int) ((hnd->base - m->framebuffer->base) local
348 m->bufferMask &= (uint32_t)~(1LU<<index);
/hardware/qcom/display/msm8996/libgralloc/
H A Dgpu.cpp341 unsigned int index = (unsigned int) ((hnd->base - m->framebuffer->base) local
343 m->bufferMask &= (uint32_t)~(1LU<<index);
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_hdmi.cpp171 uint32_t best_index = 0, index; local
179 for (index = 0; index < num_modes; index++) {
180 hw_intf_->GetDisplayAttributes(index, &attrib[index]);
184 for (index = 0; index < num_modes; index ++) {
185 if (attrib[index]
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_info.cpp75 uint32_t index = 0; local
80 while (tmp_token && index < max_token) {
81 tokens[index++] = tmp_token;
84 *count = index;
118 for (int index = 0; index < kBwModeMax; index++) {
119 bw_info->total_bw_limit[index] = UINT32(hw_resource->max_bandwidth_low);
120 bw_info->pipe_bw_limit[index] = hw_resource->max_pipe_bw;
330 // If the driver doesn't spell out the wb index, assum
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_null.h54 virtual int SetActiveConfig(int index) { return -1; } argument
/hardware/qcom/display/msm8998/libgralloc/
H A Dgpu.cpp356 unsigned int index = (unsigned int) ((hnd->base - m->framebuffer->base) local
358 m->bufferMask &= (uint32_t)~(1LU<<index);
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_hdmi.cpp163 uint32_t best_index = 0, index; local
171 for (index = 0; index < num_modes; index++) {
172 hw_intf_->GetDisplayAttributes(index, &attrib[index]);
176 for (index = 0; index < num_modes; index ++) {
177 if (attrib[index]
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_info.cpp75 uint32_t index = 0; local
80 while (tmp_token && index < max_token) {
81 tokens[index++] = tmp_token;
84 *count = index;
118 for (int index = 0; index < kBwModeMax; index++) {
119 bw_info->total_bw_limit[index] = UINT32(hw_resource->max_bandwidth_low);
120 bw_info->pipe_bw_limit[index] = hw_resource->max_pipe_bw;
334 // If the driver doesn't spell out the wb index, assum
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display_null.h54 virtual int SetActiveConfig(int index) { return -1; } argument
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c118 // The lower word of cd_id is the index
119 int index = argp->cb_id & 0xFFFF; local
122 if (index >= LOC_API_CB_MAX_CLIENTS || loc_glue_callback_table[index].cb_func == NULL)
124 LOC_LOGE("Warning: No callback handler %d.\n", index);
149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user,
152 LOC_LOGV("cb_func=%p", loc_glue_callback_table[index].cb_func);
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c118 // The lower word of cd_id is the index
119 int index = argp->cb_id & 0xFFFF; local
122 if (index >= LOC_API_CB_MAX_CLIENTS || loc_glue_callback_table[index].cb_func == NULL)
124 LOC_LOGE("Warning: No callback handler %d.\n", index);
149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user,
152 LOC_LOGV("cb_func=%p", loc_glue_callback_table[index].cb_func);
/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp136 int index = 0; local
139 index = getTargetGnssType(target);
140 if( index >= target_name_num || index < 0)
141 index = target_name_num - 1;
145 loc_get_name_from_val(target_name, target_name_num, (long)index) );
149 loc_get_name_from_val(target_name, target_name_num, (long)index) );
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c118 // The lower word of cd_id is the index
119 int index = argp->cb_id & 0xFFFF; local
122 if (index >= LOC_API_CB_MAX_CLIENTS || loc_glue_callback_table[index].cb_func == NULL)
124 LOC_LOGE("Warning: No callback handler %d.\n", index);
149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user,
152 LOC_LOGV("cb_func=%p", loc_glue_callback_table[index].cb_func);
/hardware/qcom/gps/msm8909/utils/
H A Dloc_log.cpp138 int index = 0; local
141 index = getTargetGnssType(target);
142 if( index < 0 || (unsigned)index >= target_name_num )
143 index = target_name_num - 1;
147 loc_get_name_from_val(target_name, target_name_num, (long)index) );
151 loc_get_name_from_val(target_name, target_name_num, (long)index) );
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp136 int index = 0; local
139 index = getTargetGnssType(target);
140 if( index >= target_name_num || index < 0)
141 index = target_name_num - 1;
145 loc_get_name_from_val(target_name, target_name_num, (long)index) );
149 loc_get_name_from_val(target_name, target_name_num, (long)index) );
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c118 // The lower word of cd_id is the index
119 int index = argp->cb_id & 0xFFFF; local
122 if (index >= LOC_API_CB_MAX_CLIENTS || loc_glue_callback_table[index].cb_func == NULL)
124 LOC_LOGE("Warning: No callback handler %d.\n", index);
149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user,
152 LOC_LOGV("cb_func=%p", loc_glue_callback_table[index].cb_func);
/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp137 int index = 0; local
140 index = getTargetGnssType(target);
141 if( index >= target_name_num || index < 0)
142 index = target_name_num - 1;
146 loc_get_name_from_val(target_name, target_name_num, (long)index) );
150 loc_get_name_from_val(target_name, target_name_num, (long)index) );
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c118 // The lower word of cd_id is the index
119 int index = argp->cb_id & 0xFFFF; local
122 if (index >= LOC_API_CB_MAX_CLIENTS || loc_glue_callback_table[index].cb_func == NULL)
124 LOC_LOGE("Warning: No callback handler %d.\n", index);
149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user,
152 LOC_LOGV("cb_func=%p", loc_glue_callback_table[index].cb_func);
/hardware/qcom/gps/msm8996/utils/
H A Dloc_log.cpp138 int index = 0; local
141 index = getTargetGnssType(target);
142 if( index < 0 || (unsigned)index >= target_name_num )
143 index = target_name_num - 1;
147 loc_get_name_from_val(target_name, target_name_num, (long)index) );
151 loc_get_name_from_val(target_name, target_name_num, (long)index) );
/hardware/qcom/gps/msm8998/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c117 // The lower word of cd_id is the index
118 int index = argp->cb_id & 0xFFFF; local
121 if (index >= LOC_API_CB_MAX_CLIENTS || loc_glue_callback_table[index].cb_func == NULL)
123 LOC_LOGE("Warning: No callback handler %d.\n", index);
148 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user,
151 LOC_LOGV("cb_func=%p", loc_glue_callback_table[index].cb_func);
/hardware/qcom/gps/msm8998/utils/
H A Dloc_log.cpp134 int index = 0; local
137 index = getTargetGnssType(target);
138 if( index < 0 || (unsigned)index >= target_name_num )
139 index = target_name_num - 1;
143 loc_get_name_from_val(target_name, target_name_num, (long)index) );
147 loc_get_name_from_val(target_name, target_name_num, (long)index) );
/hardware/qcom/gps/utils/
H A Dloc_log.cpp137 int index = 0; local
140 index = getTargetGnssType(target);
141 if( index >= target_name_num || index < 0)
142 index = target_name_num - 1;
146 loc_get_name_from_val(target_name, target_name_num, (long)index) );
150 loc_get_name_from_val(target_name, target_name_num, (long)index) );
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp396 OMX_IN OMX_U32 index)
400 DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %x, %x , %d\n",(unsigned)hComp,(unsigned)role,(unsigned)index);
404 eRet = pThis->component_role_enum(hComp,role,index);
394 qc_omx_component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
H A Dqc_omx_core.c126 Obtains the index associated with the name.
149 DEBUG_PRINT("returning index %d\n", rc);
197 index pointer if the handle exists
227 Gets the index to store the next handle for specified component name.
266 index: Component Index in core array.
272 static int check_lib_unload(int index) argument
279 if(core[index].inst[i])
608 Returns the component name associated with the index.
619 OMX_IN OMX_U32 index)
624 ,(unsigned)index);
617 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, OMX_IN OMX_U32 nameLen, OMX_IN OMX_U32 index) argument
[all...]

Completed in 322 milliseconds

1234567891011>>