HomeSort by relevance Sort by last modified time
    Searched refs:currentState (Results 26 - 50 of 95) sorted by null

12 3 4

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c 362 if ((pExynosComponent->currentState == OMX_StateExecuting) &&
408 if ((pExynosComponent->currentState == OMX_StatePause) &&
440 if (pExynosComponent->currentState != OMX_StateExecuting) {
512 if ((pExynosComponent->currentState == OMX_StatePause) &&
545 if (pExynosComponent->currentState != OMX_StateExecuting) {
780 if (((pExynosComponent->currentState == OMX_StatePause) ||
781 (pExynosComponent->currentState == OMX_StateIdle) ||
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Resourcemanager.c 172 if (pExynosComponent->currentState == OMX_StateIdle) {
181 } else if ((pExynosComponent->currentState == OMX_StateExecuting) || (pExynosComponent->currentState == OMX_StatePause)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 600 IState currentState = getCurrentState();
601 if (currentState == mPending) {
614 if (currentState == mConnected) {
620 loge("Bad currentState: " + currentState);
    [all...]
A2dpStateMachine.java 588 IState currentState = getCurrentState();
589 if (currentState == mPending) {
602 if (currentState == mConnected) {
608 loge("Bad currentState: " + currentState);
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 64 // Specifically, currentState is a set of bit-masks.
70 // From the initial state (currentState = 0x00), if we add instruction class
71 // L_or_M we will transition to a state with currentState = [0x01, 0x10]. This
137 State *currentState;
158 DFA::DFA(): currentState(nullptr) {}
184 // Iterate over all resource states in currentState.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 80 public void apply(IGLProperty currentState) {
83 IGLProperty property = mAccessor.getProperty(currentState);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c 691 if (pExynosComponent->currentState != OMX_StateExecuting) {
794 if (pExynosComponent->currentState != OMX_StateExecuting) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c 642 if (pExynosComponent->currentState != OMX_StateExecuting) {
742 if (pExynosComponent->currentState != OMX_StateExecuting) {
796 if (pExynosComponent->currentState != OMX_StateExecuting) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c     [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 285 @property(readonly, nonatomic) BookmarkBar::State currentState;
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c     [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 790 State currentState = parent.getDeviceState();
791 State nextState = parent.getNextDeviceState(currentState);
792 if (nextState != currentState) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 184 private int currentState = STATE_NORMAL;
287 currentState = state;
397 setState(currentState);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 842 currentState: function()
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 855 milliseconds

12 3 4