Home
last modified time | relevance | path

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

12

/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/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4979 OMX_SWVDEC_EVENT_INFO event_info; in async_post_event() local
4981 event_info.event_id = event_id; in async_post_event()
4982 event_info.event_param1 = event_param1; in async_post_event()
4983 event_info.event_param2 = event_param2; in async_post_event()
4991 m_queue_port_ip.push(&event_info); in async_post_event()
4998 m_queue_port_op.push(&event_info); in async_post_event()
5004 m_queue_command.push(&event_info); in async_post_event()
5059 OMX_SWVDEC_EVENT_INFO event_info; in async_process_event() local
5074 if ((p_omx_swvdec->m_queue_command.pop(&event_info) == false) && in async_process_event()
5075 (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/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp5118 OMX_SWVDEC_EVENT_INFO event_info; in async_post_event() local
5120 event_info.event_id = event_id; in async_post_event()
5121 event_info.event_param1 = event_param1; in async_post_event()
5122 event_info.event_param2 = event_param2; in async_post_event()
5130 m_queue_port_ip.push(&event_info); in async_post_event()
5137 m_queue_port_op.push(&event_info); in async_post_event()
5143 m_queue_command.push(&event_info); in async_post_event()
5198 OMX_SWVDEC_EVENT_INFO event_info; in async_process_event() local
5213 if ((p_omx_swvdec->m_queue_command.pop(&event_info) == false) && in async_process_event()
5214 (p_omx_swvdec->m_queue_port_op.pop(&event_info) == false) && in async_process_event()
[all …]
/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/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/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/sm8150/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/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/knowles/athletico/sound_trigger_hal/
Diaxxx_odsp_hw.h433 struct iaxxx_get_event_info *event_info);
Dsound_trigger_hw_iaxxx.c423 struct sound_trigger_event_info event_info; in reg_hal_event_session() local
431 event_info.st_ses.p_ses = (void *)&stdev->models[handle]; in reg_hal_event_session()
432 event_info.st_ses.config = stdev_hotword_pcm_config; in reg_hal_event_session()
433 event_info.st_ses.capture_handle = config->capture_handle; in reg_hal_event_session()
434 event_info.st_ses.pcm = NULL; in reg_hal_event_session()
435 stdev->audio_hal_cb(ST_EVENT_SESSION_REGISTER, &event_info); in reg_hal_event_session()
444 struct sound_trigger_event_info event_info; in dereg_hal_event_session() local
452 event_info.st_ses.p_ses = (void *)&stdev->models[handle]; in dereg_hal_event_session()
453 event_info.st_ses.capture_handle = config->capture_handle; in dereg_hal_event_session()
454 event_info.st_ses.pcm = NULL; in dereg_hal_event_session()
[all …]
Diaxxx_odsp_hw.c885 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/msm8998/sdm/libs/hwc2/
Dhwc_session.h128 int GetEventValue(const char *uevent_data, int length, const char *event_info);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.h129 int GetEventValue(const char *uevent_data, int length, const char *event_info);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_session.h170 int GetEventValue(const char *uevent_data, int length, const char *event_info);
/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);

12