/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/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 5118 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/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 4979 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/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/google/pixel/pixelstats/ |
D | UeventListener.cpp | 305 auto event_info = kGpuEventInfoStrToEnum.find(info[1]); in ReportGpuEvent() local 306 if (event_type == kGpuEventTypeStrToEnum.end() || event_info == kGpuEventInfoStrToEnum.end()) in ReportGpuEvent() 311 .values = {event_type->second, event_info->second}}; in ReportGpuEvent()
|
/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/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 | 423 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 …]
|
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/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/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);
|