/aosp12/frameworks/native/libs/binder/tests/ |
H A D | binderLibTest.cpp | 1191 , m_callback(nullptr) in BinderLibTestService() 1202 if (m_callback != nullptr) { in processPendingCall() 1205 m_callback->transact(BINDER_LIB_TEST_CALL_BACK, data, nullptr, TF_ONE_WAY); in processPendingCall() 1206 m_callback = nullptr; in processPendingCall() 1296 if (m_callback != nullptr) { in onTransact() 1306 m_callback = data.readStrongBinder(); in onTransact() 1501 sp<IBinder> m_callback; member in BinderLibTestService
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 106 memset(&m_callback, 0, sizeof(m_callback)); in omx_swvdec() 2296 m_callback = *p_callbacks; in set_callbacks() 5323 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5346 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5388 m_callback.EventHandler(&m_cmp, in async_process_event_error() 6032 m_callback.EmptyBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_ebd() 6159 m_callback.FillBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_fbd() 6183 m_callback.EventHandler(&m_cmp, in async_process_event_eos() 6375 m_callback.EventHandler(&m_cmp, in async_process_event_port_reconfig() 6410 m_callback.EventHandler(&m_cmp, in async_process_event_dimensions_updated()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 106 memset(&m_callback, 0, sizeof(m_callback)); in omx_swvdec() 2311 m_callback = *p_callbacks; in set_callbacks() 5441 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5464 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5506 m_callback.EventHandler(&m_cmp, in async_process_event_error() 6151 m_callback.EmptyBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_ebd() 6278 m_callback.FillBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_fbd() 6301 m_callback.EventHandler(&m_cmp, in async_process_event_eos() 6493 m_callback.EventHandler(&m_cmp, in async_process_event_port_reconfig() 6528 m_callback.EventHandler(&m_cmp, in async_process_event_dimensions_updated()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 106 memset(&m_callback, 0, sizeof(m_callback)); in omx_swvdec() 2316 m_callback = *p_callbacks; in set_callbacks() 5485 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5508 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5550 m_callback.EventHandler(&m_cmp, in async_process_event_error() 6195 m_callback.EmptyBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_ebd() 6322 m_callback.FillBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_fbd() 6345 m_callback.EventHandler(&m_cmp, in async_process_event_eos() 6537 m_callback.EventHandler(&m_cmp, in async_process_event_port_reconfig() 6572 m_callback.EventHandler(&m_cmp, in async_process_event_dimensions_updated()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 107 memset(&m_callback, 0, sizeof(m_callback)); in omx_swvdec() 2283 m_callback = *p_callbacks; in set_callbacks() 5302 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5325 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5367 m_callback.EventHandler(&m_cmp, in async_process_event_error() 6012 m_callback.EmptyBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_ebd() 6139 m_callback.FillBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_fbd() 6162 m_callback.EventHandler(&m_cmp, in async_process_event_eos() 6354 m_callback.EventHandler(&m_cmp, in async_process_event_port_reconfig() 6389 m_callback.EventHandler(&m_cmp, in async_process_event_dimensions_updated()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 97 memset(&m_callback, 0, sizeof(m_callback)); in omx_swvdec() 2126 m_callback = *p_callbacks; in set_callbacks() 4932 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 4955 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 4993 m_callback.EventHandler(&m_cmp, in async_process_event_error() 5538 m_callback.EmptyBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_ebd() 5622 m_callback.FillBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_fbd() 5645 m_callback.EventHandler(&m_cmp, in async_process_event_eos() 5826 m_callback.EventHandler(&m_cmp, in async_process_event_port_reconfig()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 292 OMX_CALLBACKTYPE m_callback; ///< IL client callback structure variable
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 282 OMX_CALLBACKTYPE m_callback; ///< IL client callback structure variable
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 294 OMX_CALLBACKTYPE m_callback; ///< IL client callback structure variable
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 289 OMX_CALLBACKTYPE m_callback; ///< IL client callback structure variable
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 294 OMX_CALLBACKTYPE m_callback; ///< IL client callback structure variable
|