/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 4610 OMX_SWVDEC_EVENT_INFO event_info; in async_post_event() local 4614 event_info.event_id = event_id; in async_post_event() 4615 event_info.event_param1 = event_param1; in async_post_event() 4616 event_info.event_param2 = event_param2; in async_post_event() 4624 retval = m_queue_port_ip.push(&event_info); in async_post_event() 4631 retval = m_queue_port_op.push(&event_info); in async_post_event() 4637 retval = m_queue_command.push(&event_info); in async_post_event() 4697 OMX_SWVDEC_EVENT_INFO event_info; in async_process_event() local 4711 if ((p_omx_swvdec->m_queue_command.pop(&event_info) == false) && in async_process_event() 4712 (p_omx_swvdec->m_queue_port_op.pop(&event_info) == false) && in async_process_event() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 4998 OMX_SWVDEC_EVENT_INFO event_info; in async_post_event() local 5000 event_info.event_id = event_id; in async_post_event() 5001 event_info.event_param1 = event_param1; in async_post_event() 5002 event_info.event_param2 = event_param2; in async_post_event() 5010 m_queue_port_ip.push(&event_info); in async_post_event() 5017 m_queue_port_op.push(&event_info); in async_post_event() 5023 m_queue_command.push(&event_info); in async_post_event() 5078 OMX_SWVDEC_EVENT_INFO event_info; in async_process_event() local 5093 if ((p_omx_swvdec->m_queue_command.pop(&event_info) == false) && in async_process_event() 5094 (p_omx_swvdec->m_queue_port_op.pop(&event_info) == false) && in async_process_event() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 5133 OMX_SWVDEC_EVENT_INFO event_info; in async_post_event() local 5135 event_info.event_id = event_id; in async_post_event() 5136 event_info.event_param1 = event_param1; in async_post_event() 5137 event_info.event_param2 = event_param2; in async_post_event() 5145 m_queue_port_ip.push(&event_info); in async_post_event() 5152 m_queue_port_op.push(&event_info); in async_post_event() 5158 m_queue_command.push(&event_info); in async_post_event() 5213 OMX_SWVDEC_EVENT_INFO event_info; in async_process_event() local 5228 if ((p_omx_swvdec->m_queue_command.pop(&event_info) == false) && in async_process_event() 5229 (p_omx_swvdec->m_queue_port_op.pop(&event_info) == false) && in async_process_event() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 5162 OMX_SWVDEC_EVENT_INFO event_info; in async_post_event() local 5164 event_info.event_id = event_id; in async_post_event() 5165 event_info.event_param1 = event_param1; in async_post_event() 5166 event_info.event_param2 = event_param2; in async_post_event() 5174 m_queue_port_ip.push(&event_info); in async_post_event() 5181 m_queue_port_op.push(&event_info); in async_post_event() 5187 m_queue_command.push(&event_info); in async_post_event() 5242 OMX_SWVDEC_EVENT_INFO event_info; in async_process_event() local 5257 if ((p_omx_swvdec->m_queue_command.pop(&event_info) == false) && in async_process_event() 5258 (p_omx_swvdec->m_queue_port_op.pop(&event_info) == false) && in async_process_event() [all …]
|
/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
D | qhdmi_cec.cpp | 77 static int get_event_value(const char *uevent_data, int length, const char *event_info); 666 static int get_event_value(const char *uevent_data, int length, const char *event_info) { in get_event_value() argument 669 const char *pstr = strstr(iterator_str, event_info); in get_event_value() 671 return (atoi(iterator_str + strlen(event_info))); in get_event_value()
|
/hardware/qcom/display/msm8909/hdmi_cec/ |
D | qhdmi_cec.cpp | 77 static int get_event_value(const char *uevent_data, int length, const char *event_info); 666 static int get_event_value(const char *uevent_data, int length, const char *event_info) { in get_event_value() argument 669 const char *pstr = strstr(iterator_str, event_info); in get_event_value() 671 return (atoi(iterator_str + strlen(event_info))); in get_event_value()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_session.h | 81 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|
D | hwc_session.cpp | 1343 int HWCSession::GetEventValue(const char *uevent_data, int length, const char *event_info) { in GetEventValue() argument 1346 const char *pstr = strstr(iterator_str, event_info); in GetEventValue() 1348 return (atoi(iterator_str + strlen(event_info))); in GetEventValue()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Netlink.cpp | 55 #define IPACM_NL_COPY_ADDR( event_info, element ) \ argument 56 memcpy( &event_info->attr_info.element.__data, \ 58 sizeof(event_info->attr_info.element.__data) ); 75 #define IPACM_NL_COPY_ADDR( event_info, element ) \ argument 76 memcpy( &event_info->attr_info.element.__ss_padding, \ 78 sizeof(event_info->attr_info.element.__ss_padding) );
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_session.h | 82 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|
D | hwc_session.cpp | 1475 int HWCSession::GetEventValue(const char *uevent_data, int length, const char *event_info) { in GetEventValue() argument 1478 const char *pstr = strstr(iterator_str, event_info); in GetEventValue() 1480 return (atoi(iterator_str + strlen(event_info))); in GetEventValue()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_session.h | 82 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|
D | hwc_session.cpp | 1475 int HWCSession::GetEventValue(const char *uevent_data, int length, const char *event_info) { in GetEventValue() argument 1478 const char *pstr = strstr(iterator_str, event_info); in GetEventValue() 1480 return (atoi(iterator_str + strlen(event_info))); in GetEventValue()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Netlink.cpp | 55 #define IPACM_NL_COPY_ADDR( event_info, element ) \ argument 56 memcpy( &event_info->attr_info.element.__data, \ 58 sizeof(event_info->attr_info.element.__data) ); 75 #define IPACM_NL_COPY_ADDR( event_info, element ) \ argument 76 memcpy( &event_info->attr_info.element.__ss_padding, \ 78 sizeof(event_info->attr_info.element.__ss_padding) );
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Netlink.cpp | 55 #define IPACM_NL_COPY_ADDR( event_info, element ) \ argument 56 memcpy( &event_info->attr_info.element.__data, \ 58 sizeof(event_info->attr_info.element.__data) ); 75 #define IPACM_NL_COPY_ADDR( event_info, element ) \ argument 76 memcpy( &event_info->attr_info.element.__ss_padding, \ 78 sizeof(event_info->attr_info.element.__ss_padding) );
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | iaxxx_odsp_hw.h | 433 struct iaxxx_get_event_info *event_info);
|
D | sound_trigger_hw_iaxxx.c | 411 struct sound_trigger_event_info event_info; in reg_hal_event_session() local 419 event_info.st_ses.p_ses = (void *)&stdev->models[handle]; in reg_hal_event_session() 420 event_info.st_ses.config = stdev_hotword_pcm_config; in reg_hal_event_session() 421 event_info.st_ses.capture_handle = config->capture_handle; in reg_hal_event_session() 422 event_info.st_ses.pcm = NULL; in reg_hal_event_session() 423 stdev->audio_hal_cb(ST_EVENT_SESSION_REGISTER, &event_info); in reg_hal_event_session() 432 struct sound_trigger_event_info event_info; in dereg_hal_event_session() local 440 event_info.st_ses.p_ses = (void *)&stdev->models[handle]; in dereg_hal_event_session() 441 event_info.st_ses.capture_handle = config->capture_handle; in dereg_hal_event_session() 442 event_info.st_ses.pcm = NULL; in dereg_hal_event_session() [all …]
|
D | iaxxx_odsp_hw.c | 885 struct iaxxx_get_event_info *event_info) in iaxxx_odsp_evt_getevent() argument 906 event_info->event_id = ei.event_id; in iaxxx_odsp_evt_getevent() 907 event_info->data = ei.data; in iaxxx_odsp_evt_getevent()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_session.h | 129 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|
D | hwc_session.cpp | 1435 int HWCSession::GetEventValue(const char *uevent_data, int length, const char *event_info) { in GetEventValue() argument 1438 const char *pstr = strstr(iterator_str, event_info); in GetEventValue() 1440 return (atoi(iterator_str + strlen(event_info))); in GetEventValue()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_session.h | 128 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_session.h | 160 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|
D | hwc_session.cpp | 1352 int HWCSession::GetEventValue(const char *uevent_data, int length, const char *event_info) { in GetEventValue() argument 1355 const char *pstr = strstr(iterator_str, event_info); in GetEventValue() 1357 return (atoi(iterator_str + strlen(event_info))); in GetEventValue()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_session.h | 170 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_session.h | 204 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|