Searched refs:bState (Results 1 – 4 of 4) sorted by relevance
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/ |
D | OISWiiMote.cpp | 121 const cWiiMote::tButtonStatus &bState = mWiiMote.GetLastButtonStatus(); in _threadUpdate() local 122 _doButtonCheck(bState.m1, 0, newEvent.pushedButtons, newEvent.releasedButtons); //1 in _threadUpdate() 123 _doButtonCheck(bState.m2, 1, newEvent.pushedButtons, newEvent.releasedButtons); //2 in _threadUpdate() 124 _doButtonCheck(bState.mA, 2, newEvent.pushedButtons, newEvent.releasedButtons); //A in _threadUpdate() 125 _doButtonCheck(bState.mB, 3, newEvent.pushedButtons, newEvent.releasedButtons); //B in _threadUpdate() 126 _doButtonCheck(bState.mPlus, 4, newEvent.pushedButtons, newEvent.releasedButtons);//+ in _threadUpdate() 127 _doButtonCheck(bState.mMinus, 5, newEvent.pushedButtons, newEvent.releasedButtons);//- in _threadUpdate() 128 _doButtonCheck(bState.mHome, 6, newEvent.pushedButtons, newEvent.releasedButtons);//Home in _threadUpdate() 131 newEvent.povChanged = _doPOVCheck(bState, newEvent.povDirection); in _threadUpdate() 158 const cWiiMote::tChuckReport &bState = mWiiMote.GetLastChuckReport(); in _threadUpdate() local [all …]
|
D | OISWiiMote.h | 60 bool _doPOVCheck(const cWiiMote::tButtonStatus &bState, unsigned int &newPosition);
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ocg.cpp | 107 FX_BOOL bState = pConfig->GetString("BaseState", "ON") != "OFF"; in LoadOCGStateFromConfig() local 111 bState = TRUE; in LoadOCGStateFromConfig() 117 bState = FALSE; in LoadOCGStateFromConfig() 143 bState = pState->GetString(csFind) != "OFF"; in LoadOCGStateFromConfig() 146 return bState; in LoadOCGStateFromConfig() 181 FX_BOOL bState = LoadOCGState(pOCGDict); in GetOCGVisible() local 182 m_OCGStates[pOCGDict] = bState; in GetOCGVisible() 183 return bState; in GetOCGVisible() 252 FX_BOOL bState = FALSE; in LoadOCMDState() local 254 bState = TRUE; in LoadOCMDState() [all …]
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | signal_processing_unittest.cc | 374 int16_t bState[kVectorSize]; in TEST_F() local 377 WebRtcSpl_ZerosArrayW16(bState, kVectorSize); in TEST_F() 402 bState, in TEST_F()
|