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

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
OISWiiMote.cpp 121 const cWiiMote::tButtonStatus &bState = mWiiMote.GetLastButtonStatus();
122 _doButtonCheck(bState.m1, 0, newEvent.pushedButtons, newEvent.releasedButtons); //1
123 _doButtonCheck(bState.m2, 1, newEvent.pushedButtons, newEvent.releasedButtons); //2
124 _doButtonCheck(bState.mA, 2, newEvent.pushedButtons, newEvent.releasedButtons); //A
125 _doButtonCheck(bState.mB, 3, newEvent.pushedButtons, newEvent.releasedButtons); //B
126 _doButtonCheck(bState.mPlus, 4, newEvent.pushedButtons, newEvent.releasedButtons);//+
127 _doButtonCheck(bState.mMinus, 5, newEvent.pushedButtons, newEvent.releasedButtons);//-
128 _doButtonCheck(bState.mHome, 6, newEvent.pushedButtons, newEvent.releasedButtons);//Home
131 newEvent.povChanged = _doPOVCheck(bState, newEvent.povDirection);
158 const cWiiMote::tChuckReport &bState = mWiiMote.GetLastChuckReport()
    [all...]
OISWiiMote.h 60 bool _doPOVCheck(const cWiiMote::tButtonStatus &bState, unsigned int &newPosition);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
a_refl.cpp 141 Word16 bState[M];
191 bState[j] = extract_l(L_temp);
196 aState[j] = bState[j];
241 Word16 bState[M];
300 bState[j] = extract_l(L_temp);
305 aState[j] = bState[j];
  /external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp 107 FX_BOOL bState = pConfig->GetString("BaseState", "ON") != "OFF";
111 bState = TRUE;
117 bState = FALSE;
143 bState = pState->GetString(csFind) != "OFF";
146 return bState;
181 FX_BOOL bState = LoadOCGState(pOCGDict);
182 m_OCGStates[pOCGDict] = bState;
183 return bState;
252 FX_BOOL bState = FALSE;
254 bState = TRUE
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
signal_processing_unittest.cc 374 int16_t bState[kVectorSize];
377 WebRtcSpl_ZerosArrayW16(bState, kVectorSize);
402 bState,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h     [all...]
sqloledb.h 313 BYTE bState;
strmif.h     [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]

Completed in 1891 milliseconds