Home
last modified time | relevance | path

Searched refs:event_info (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4998 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/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4610 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/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp5162 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/msm8909/hdmi_cec/
Dqhdmi_cec.cpp77 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/msm8909w_3100/hdmi_cec/
Dqhdmi_cec.cpp77 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/
Dhwc_session.h81 int GetEventValue(const char *uevent_data, int length, const char *event_info);
Dhwc_session.cpp1343 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/
DIPACM_Netlink.cpp55 #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/msm8909/sdm/libs/hwc/
Dhwc_session.h82 int GetEventValue(const char *uevent_data, int length, const char *event_info);
Dhwc_session.cpp1475 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/msm8909w_3100/sdm/libs/hwc/
Dhwc_session.h82 int GetEventValue(const char *uevent_data, int length, const char *event_info);
Dhwc_session.cpp1475 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/
DIPACM_Netlink.cpp55 #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/msm8998/sdm/libs/hwc2/
Dhwc_session.h128 int GetEventValue(const char *uevent_data, int length, const char *event_info);
Dhwc_session.cpp1480 int HWCSession::GetEventValue(const char *uevent_data, int length, const char *event_info) { in GetEventValue() argument
1483 const char *pstr = strstr(iterator_str, event_info); in GetEventValue()
1485 return (atoi(iterator_str + strlen(event_info))); in GetEventValue()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.h129 int GetEventValue(const char *uevent_data, int length, const char *event_info);
Dhwc_session.cpp1435 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/msm8909/sdm/libs/hwc2/
Dhwc_session.h170 int GetEventValue(const char *uevent_data, int length, const char *event_info);
Dhwc_session.cpp1428 int HWCSession::GetEventValue(const char *uevent_data, int length, const char *event_info) { in GetEventValue() argument
1431 const char *pstr = strstr(iterator_str, event_info); in GetEventValue()
1433 return (atoi(iterator_str + strlen(event_info))); in GetEventValue()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_session.h160 int GetEventValue(const char *uevent_data, int length, const char *event_info);
Dhwc_session.cpp1352 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/sdm845/display/sdm/libs/hwc2/
Dhwc_session.h204 int GetEventValue(const char *uevent_data, int length, const char *event_info);
Dhwc_session.cpp2023 int HWCSession::GetEventValue(const char *uevent_data, int length, const char *event_info) { in GetEventValue() argument
2026 const char *pstr = strstr(iterator_str, event_info); in GetEventValue()
2028 return (atoi(iterator_str + strlen(event_info))); in GetEventValue()