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

  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 52 jmethodID post_event; member in struct:fields_t
103 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, 0);
410 fields.post_event = env->GetStaticMethodID(clazz, "postEventFromNative",
412 if (fields.post_event == NULL) {
android_media_MediaPlayer.cpp 58 jmethodID post_event; member in struct:fields_t
116 env->CallStaticVoidMethod(mClass, fields.post_event, mObject,
121 env->CallStaticVoidMethod(mClass, fields.post_event, mObject,
613 fields.post_event = env->GetStaticMethodID(clazz, "postEventFromNative",
615 if (fields.post_event == NULL) {
    [all...]
android_media_MediaDrm.cpp 105 jmethodID post_event; member in struct:android::fields_t
187 env->CallStaticVoidMethod(mClass, gFields.post_event, mObject,
524 GET_STATIC_METHOD_ID(gFields.post_event, clazz, "postEventFromNative",
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 49 jmethodID post_event; member in struct:fields_t
192 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
270 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
301 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
356 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 768 post_event((unsigned)cmd,(unsigned)param1,OMX_COMPONENT_GENERATE_COMMAND);
824 post_event(OMX_EventError,OMX_ErrorSameState,\
839 post_event(OMX_EventError,OMX_ErrorIncorrectStateTransition,\
847 post_event(OMX_EventError,OMX_ErrorIncorrectStateTransition,\
855 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT);
916 post_event(OMX_EventError,OMX_ErrorSameState,\
924 post_event(OMX_EventError,OMX_ErrorIncorrectStateTransition,\
949 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT);
984 post_event(OMX_EventError,OMX_ErrorHardware,\
1449 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 703 post_event((unsigned)cmd,(unsigned)param1,OMX_COMPONENT_GENERATE_COMMAND);
752 post_event(OMX_EventError,OMX_ErrorSameState,\
765 post_event(OMX_EventError,OMX_ErrorIncorrectStateTransition,\
772 post_event(OMX_EventError,OMX_ErrorIncorrectStateTransition,\
779 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT);
1345 bool omx_video::post_event(unsigned int 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 918 pThis->post_event(OMX_CommandPortDisable,
2469 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 2312 bool omx_vdec::post_event(unsigned int p1, function in class:omx_vdec
    [all...]
omx_vdec_msm8974.cpp 2471 bool omx_vdec::post_event(unsigned int p1, function in class:omx_vdec
    [all...]

Completed in 48 milliseconds