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

  /hardware/qcom/media/mm-video/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...]
omx_video_encoder.cpp     [all...]
  /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 57 jmethodID post_event; member in struct:fields_t
115 env->CallStaticVoidMethod(mClass, fields.post_event, mObject,
119 env->CallStaticVoidMethod(mClass, fields.post_event, mObject,
619 fields.post_event = env->GetStaticMethodID(clazz, "postEventFromNative",
621 if (fields.post_event == NULL) {
    [all...]
android_media_MediaDrm.cpp 104 jmethodID post_event; member in struct:android::fields_t
186 env->CallStaticVoidMethod(mClass, gFields.post_event, mObject,
520 GET_STATIC_METHOD_ID(gFields.post_event, clazz, "postEventFromNative",
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 908 pThis->post_event(OMX_CommandPortDisable,
2458 bool omx_vdec::post_event(unsigned int p1, function in class:omx_vdec
    [all...]
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...]
  /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/vidc/venc/inc/
omx_video_base.h 492 bool post_event( unsigned int p1,
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 632 bool post_event( unsigned int p1,

Completed in 319 milliseconds