Searched refs:ref_count (Results 1 - 25 of 32) sorted by relevance

12

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dmodule.h36 int ref_count; member in struct:module
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcmodule.cpp53 int ref_count; local
55 while ((ref_count = Unload()));
103 int ref_count; local
105 ref_count = module_close(module);
106 if (!ref_count) {
113 return ref_count;
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dmodule.c134 existing->ref_count++;
145 new->ref_count = 1;
161 existing->ref_count++;
216 module->ref_count--;
217 ret = module->ref_count;
219 LOGV("module %s decrease refcont (%d)\n", module->name, module->ref_count);
221 if (!module->ref_count) {
/hardware/qcom/display/msm8909/gralloc/
H A Dgr_buf_mgr.h98 int ref_count = 1; member in struct:gralloc1::BufferManager::Buffer
111 void IncRef() { ++ref_count; }
112 bool DecRef() { return --ref_count == 0; }
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_buf_mgr.h98 int ref_count = 1; member in struct:gralloc1::BufferManager::Buffer
111 void IncRef() { ++ref_count; }
112 bool DecRef() { return --ref_count == 0; }
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_mgr.h98 int ref_count = 1; member in struct:gralloc1::BufferManager::Buffer
111 void IncRef() { ++ref_count; }
112 bool DecRef() { return --ref_count == 0; }
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.h98 int ref_count = 1; member in struct:gralloc1::BufferManager::Buffer
111 void IncRef() { ++ref_count; }
112 bool DecRef() { return --ref_count == 0; }
/hardware/intel/common/libva/test/common/
H A Dva_display_wayland.c41 unsigned int ref_count; member in struct:display
77 d->ref_count++;
96 d->ref_count = 1;
107 if (!d || --d->ref_count > 0)
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dbt_vendor_qcom.c231 char ref_count[PROPERTY_VALUE_MAX]; local
235 property_get("wc_transport.ref_count", ref_count, "0");
237 value = atoi(ref_count);
238 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
270 snprintf(ref_count, 3, "%d", value);
271 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
273 ret = property_set("wc_transport.ref_count", ref_coun
[all...]
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dbt_vendor_qcom.c225 char ref_count[PROPERTY_VALUE_MAX]; local
228 property_get("wc_transport.ref_count", ref_count, "0");
230 value = atoi(ref_count);
231 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
258 snprintf(ref_count, 3, "%d", value);
259 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
261 ret = property_set("wc_transport.ref_count", ref_coun
[all...]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dbt_vendor_qcom.c247 char ref_count[PROPERTY_VALUE_MAX]; local
251 property_get("wc_transport.ref_count", ref_count, "0");
253 value = atoi(ref_count);
254 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
286 snprintf(ref_count, 3, "%d", value);
287 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
289 ret = property_set("wc_transport.ref_count", ref_coun
[all...]
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dbt_vendor_qcom.c225 char ref_count[PROPERTY_VALUE_MAX]; local
229 property_get("wc_transport.ref_count", ref_count, "0");
231 value = atoi(ref_count);
232 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
258 ALOGE("%s: BT turn off twice before BT On(ref_count=%d)\n",
265 snprintf(ref_count, 3, "%d", value);
266 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
[all...]
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dbt_vendor_qcom.c229 char ref_count[PROPERTY_VALUE_MAX]; local
233 property_get("wc_transport.ref_count", ref_count, "0");
235 value = atoi(ref_count);
236 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
262 ALOGE("%s: BT turn off twice before BT On(ref_count=%d)\n",
269 snprintf(ref_count, 3, "%d", value);
270 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
[all...]
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp202 volatile int32_t ref_count; member in struct:android::submix_stream_in
492 const_cast<struct submix_stream_in*>(in)->ref_count--;
495 if (in->ref_count == 0) {
498 ALOGV("submix_audio_device_destroy_pipe_l(): input ref_count %d", in->ref_count);
1589 in->ref_count++;
1596 in->ref_count);
1599 ALOGD(" Non-NULL sink when opening input stream, refcount=%d", in->ref_count);
1602 ALOGE("NULL sink when opening input stream, refcount=%d", in->ref_count);
1612 in->ref_count
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dmm_jpeg_interface.h282 int32_t ref_count; member in struct:__anon2348
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h130 unsigned int ref_count; ///< reference count member in struct:__anon4148
H A Domx_vdec.h325 OMX_U32 ref_count; member in struct:dynamic_buf_list
H A Domx_vdec_hevc_swvdec.h310 OMX_U32 ref_count; member in struct:dynamic_buf_list
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h123 int ref_count; ///< reference count member in struct:__anon4198
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c628 my_obj->ref_count--;
629 if(my_obj->ref_count > 0) {
631 LOGD("ref_count=%d\n", my_obj->ref_count);
3184 g_cam_ctrl.cam_obj[cam_idx]->ref_count != 0) {
3201 cam_obj->ref_count++;
3230 g_cam_ctrl.cam_obj[aux_idx]->ref_count != 0) {
H A Dmm_camera_muxer.c264 my_obj->ref_count++;
382 my_obj->ref_count--;
383 if(my_obj->ref_count > 0) {
384 LOGD("ref_count=%d\n", my_obj->ref_count);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c688 p_encode_job->ref_count++;
690 LOGD("ref_count %d p_out_buf %p",
691 p_encode_job->ref_count, p_out_buf);
730 p_encode_job->ref_count) {
734 p_encode_job->ref_count--;
736 } else if (p_encode_job->ref_count) {
737 p_encode_job->ref_count--;
739 LOGW("Buffer already released %d", p_encode_job->ref_count);
742 LOGD("ref_count %d p_out_buf %p",
743 p_encode_job->ref_count, p_encode_jo
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h598 int ref_count; member in struct:mm_camera_obj
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp2196 if (m_meta_buffer_array[ii].ref_count == 0)
4372 if (m_meta_buffer_array[index].ref_count == 0)
4377 m_meta_buffer_array[index].ref_count++;
4389 m_meta_buffer_array[index].ref_count--;
4391 if (m_meta_buffer_array[index].ref_count == 0)
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h316 OMX_U32 ref_count; member in struct:dynamic_buf_list

Completed in 698 milliseconds

12