/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/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/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/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/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/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/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/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/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/display/msm8998/sdm/libs/hwc2/ |
D | hwc_session.h | 128 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|
D | hwc_session.cpp | 1480 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/ |
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/msm8909/sdm/libs/hwc2/ |
D | hwc_session.h | 170 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|
D | hwc_session.cpp | 1428 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/ |
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/sdm845/display/sdm/libs/hwc2/ |
D | hwc_session.h | 204 int GetEventValue(const char *uevent_data, int length, const char *event_info);
|
D | hwc_session.cpp | 2023 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()
|