OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bState
(Results
1 - 5
of
5
) sorted by null
/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/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
...]
/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/
sqloledb.h
313
BYTE
bState
;
Completed in 349 milliseconds