HomeSort by relevance Sort by last modified time
    Searched defs:post_event (Results 1 - 12 of 12) sorted by null

  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 59 jmethodID post_event; member in struct:fields_t
110 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, NULL);
448 fields.post_event = env->GetStaticMethodID(clazz, "postEventFromNative",
450 if (fields.post_event == NULL) {
android_media_MediaPlayer.cpp 64 jmethodID post_event; member in struct:fields_t
125 env->CallStaticVoidMethod(mClass, fields.post_event, mObject,
130 env->CallStaticVoidMethod(mClass, fields.post_event, mObject,
834 fields.post_event = env->GetStaticMethodID(clazz, "postEventFromNative",
836 if (fields.post_event == NULL) {
    [all...]
android_media_MediaDrm.cpp 134 jmethodID post_event; member in struct:android::fields_t
237 env->CallStaticVoidMethod(mClass, gFields.post_event, mObject,
597 GET_STATIC_METHOD_ID(gFields.post_event, clazz, "postEventFromNative",
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 61 jmethodID post_event; member in struct:fields_t
214 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
292 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
323 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
405 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 776 post_event((unsigned)cmd,(unsigned)param1,OMX_COMPONENT_GENERATE_COMMAND);
832 post_event(OMX_EventError,OMX_ErrorSameState,\
847 post_event(OMX_EventError,OMX_ErrorIncorrectStateTransition,\
855 post_event(OMX_EventError,OMX_ErrorIncorrectStateTransition,\
863 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT);
924 post_event(OMX_EventError,OMX_ErrorSameState,\
932 post_event(OMX_EventError,OMX_ErrorIncorrectStateTransition,\
957 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT);
992 post_event(OMX_EventError,OMX_ErrorHardware,\
1457 bool omx_video::post_event(unsigned int p1, function in class:omx_video
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 721 post_event((unsigned long)cmd,(unsigned long)param1,OMX_COMPONENT_GENERATE_COMMAND);
773 post_event(OMX_EventError,OMX_ErrorSameState,\
786 post_event(OMX_EventError,OMX_ErrorIncorrectStateTransition,\
793 post_event(OMX_EventError,OMX_ErrorIncorrectStateTransition,\
800 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT);
1384 bool omx_video::post_event(unsigned long p1, function in class:omx_video
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 924 pThis->post_event(OMX_CommandPortDisable,
2403 bool omx_vdec::post_event(unsigned int p1, function in class:omx_vdec
    [all...]
omx_vdec.cpp 929 pThis->post_event(OMX_CommandPortDisable,
2488 bool omx_vdec::post_event(unsigned int p1, function in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 905 pThis->post_event(OMX_CommandPortDisable,
2385 bool omx_vdec::post_event(unsigned int p1, function in class:omx_vdec
    [all...]
omx_vdec_hevc.cpp 2327 bool omx_vdec::post_event(unsigned int p1, function in class:omx_vdec
    [all...]
omx_vdec_hevc_swvdec.cpp 2929 bool omx_vdec::post_event(unsigned int p1, function in class:omx_vdec
    [all...]
omx_vdec_msm8974.cpp 2814 bool omx_vdec::post_event(unsigned long p1, function in class:omx_vdec
    [all...]

Completed in 126 milliseconds