• Home
  • Raw
  • Download

Lines Matching refs:eState

1853   OMX_STATETYPE eState = (OMX_STATETYPE) param1;  in send_command_proxy()  local
1858 m_state, eState); in send_command_proxy()
1863 DEBUG_PRINT_HIGH("Current State %d, Expected State %d", m_state, eState); in send_command_proxy()
1869 if(eState == OMX_StateIdle) in send_command_proxy()
1886 else if(eState == OMX_StateLoaded) in send_command_proxy()
1894 else if(eState == OMX_StateWaitForResources) in send_command_proxy()
1901 else if(eState == OMX_StateExecuting) in send_command_proxy()
1909 else if(eState == OMX_StatePause) in send_command_proxy()
1917 else if(eState == OMX_StateInvalid) in send_command_proxy()
1920 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
1926 eState); in send_command_proxy()
1936 if(eState == OMX_StateLoaded) in send_command_proxy()
1955 else if(eState == OMX_StateExecuting) in send_command_proxy()
1964 else if(eState == OMX_StateIdle) in send_command_proxy()
1972 else if(eState == OMX_StateWaitForResources) in send_command_proxy()
1980 else if(eState == OMX_StatePause) in send_command_proxy()
1998 else if(eState == OMX_StateInvalid) in send_command_proxy()
2001 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
2006 DEBUG_PRINT_ERROR("ERROR::send_command_proxy(): Idle --> %d Not Handled\n",eState); in send_command_proxy()
2018 if(eState == OMX_StateIdle) in send_command_proxy()
2034 else if(eState == OMX_StatePause) in send_command_proxy()
2041 else if(eState == OMX_StateLoaded) in send_command_proxy()
2049 else if(eState == OMX_StateWaitForResources) in send_command_proxy()
2057 else if(eState == OMX_StateExecuting) in send_command_proxy()
2065 else if(eState == OMX_StateInvalid) in send_command_proxy()
2068 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
2073 DEBUG_PRINT_ERROR("ERROR::send_command_proxy(): Executing --> %d Not Handled\n",eState); in send_command_proxy()
2083 if(eState == OMX_StateExecuting) in send_command_proxy()
2090 else if(eState == OMX_StateIdle) in send_command_proxy()
2105 else if(eState == OMX_StateLoaded) in send_command_proxy()
2113 else if(eState == OMX_StateWaitForResources) in send_command_proxy()
2121 else if(eState == OMX_StatePause) in send_command_proxy()
2129 else if(eState == OMX_StateInvalid) in send_command_proxy()
2132 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
2137 DEBUG_PRINT_ERROR("ERROR::send_command_proxy(): Paused --> %d Not Handled\n",eState); in send_command_proxy()
2147 if(eState == OMX_StateLoaded) in send_command_proxy()
2154 else if (eState == OMX_StateWaitForResources) in send_command_proxy()
2162 else if(eState == OMX_StateExecuting) in send_command_proxy()
2170 else if(eState == OMX_StatePause) in send_command_proxy()
2178 else if(eState == OMX_StateInvalid) in send_command_proxy()
2181 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
2190 DEBUG_PRINT_ERROR("ERROR::send_command_proxy(): %d --> %d(Not Handled)\n",m_state,eState); in send_command_proxy()
2200 if(eState == OMX_StateLoaded || eState == OMX_StateWaitForResources || in send_command_proxy()
2201 eState == OMX_StateIdle || eState == OMX_StateExecuting || in send_command_proxy()
2202 eState == OMX_StatePause || eState == OMX_StateInvalid) in send_command_proxy()
2364 post_event(cmd,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()