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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
scr.h 116 scr_modeId_e currentMode; /**< the current mode */
scr.c 224 pScr->currentMode = SCR_MID_NORMAL;
347 (FALSE == clientStaus[pScr->currentMode][ newGroup ][ i ]) ) /* the client is not enabled in the new group */
417 pScr->currentMode= newMode;
421 (FALSE == clientStaus[ pScr->currentMode ][ pScr->currentGroup ][ pScr->runningClient ]) )
448 (FALSE == clientStaus[ pScr->currentMode ][ pScr->currentGroup ][ i ]) ) /* the client is not enabled in the new group/mode */
539 if ( TRUE != clientStaus[ pScr->currentMode ][ pScr->currentGroup ][ client ])
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrv.h 134 powerSrvMode_e currentMode; /**<
PowerSrv.c 188 pPowerSrv->currentMode = USER_MODE;
250 pPowerSrv->currentMode = USER_MODE;
349 if ( pPowerSrv->currentMode==USER_MODE )
484 pPowerSrv->currentMode = USER_MODE;
596 if ( pPowerSrv->currentMode == USER_MODE )
638 if ( pPowerSrv->currentMode==USER_MODE )
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.h 118 EScrModeId currentMode; /**< the current mode */
scr.c 366 pScr->currentMode = SCR_MID_NORMAL;
497 (TI_FALSE == clientStatus[ uResourceIndex ][ pScr->currentMode ][ newGroup ][ i ])) /* the client is not enabled in the new group */
571 pScr->currentMode = newMode;
579 (TI_FALSE == clientStatus[ uResourceIndex ][ pScr->currentMode ][ pScr->currentGroup ][ pScr->runningClient[ uResourceIndex ] ]))
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrv.h 135 powerSrvMode_e currentMode; /**<
PowerSrv.c 191 pPowerSrv->currentMode = USER_MODE;
255 pPowerSrv->currentMode = USER_MODE;
357 if ( pPowerSrv->currentMode==USER_MODE )
492 pPowerSrv->currentMode = USER_MODE;
606 if ( pPowerSrv->currentMode == USER_MODE )
649 if ( pPowerSrv->currentMode==USER_MODE )
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrv.h 134 powerSrvMode_e currentMode; /**<
PowerSrv.c 188 pPowerSrv->currentMode = USER_MODE;
250 pPowerSrv->currentMode = USER_MODE;
349 if ( pPowerSrv->currentMode==USER_MODE )
484 pPowerSrv->currentMode = USER_MODE;
596 if ( pPowerSrv->currentMode == USER_MODE )
638 if ( pPowerSrv->currentMode==USER_MODE )
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scr.h 118 EScrModeId currentMode; /**< the current mode */
scr.c 366 pScr->currentMode = SCR_MID_NORMAL;
497 (TI_FALSE == clientStatus[ uResourceIndex ][ pScr->currentMode ][ newGroup ][ i ])) /* the client is not enabled in the new group */
571 pScr->currentMode = newMode;
579 (TI_FALSE == clientStatus[ uResourceIndex ][ pScr->currentMode ][ pScr->currentGroup ][ pScr->runningClient[ uResourceIndex ] ]))
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
LockPatternKeyguardView.java 661 UnlockMode currentMode;
663 currentMode = UnlockMode.SimPin;
670 currentMode = UnlockMode.Password;
676 currentMode = UnlockMode.Account;
678 currentMode = UnlockMode.Pattern;
685 return currentMode;
  /hardware/ti/wlan/wl1271/Test/
scrDbg.c 266 groupDesc[ pScr->currentGroup ],modeDesc[ pScr->currentMode ],
  /system/wlan/ti/wilink_6_1/Test/
scrDbg.c 266 groupDesc[ pScr->currentGroup ],modeDesc[ pScr->currentMode ],
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 733 MediaRenderingMode currentMode = currentRenderingMode();
740 if (currentMode == preferredMode && currentMode != MediaRenderingNone)
743 if (currentMode != MediaRenderingNone)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
KeyboardSwitcher.java 294 int currentMode = mCurrentId.mKeyboardMode;
296 if (currentMode == mode) {
  /development/simulator/app/
MainFrame.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 505 MediaRenderingMode currentMode = currentRenderingMode();
507 if (currentMode == preferredMode && currentMode != MediaRenderingNone)
510 if (currentMode != MediaRenderingNone)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 905 DisplayModePtr currentMode; /* current mode
    [all...]

Completed in 743 milliseconds