HomeSort by relevance Sort by last modified time
    Searched refs:initState (Results 1 - 25 of 57) sorted by null

1 2 3

  /hardware/invensense/60xx/mlsdk/mllite/
ml_mputest.c 102 unsigned char initState = inv_get_state();
104 if (initState < INV_STATE_DMP_OPENED) {
112 if(initState == INV_STATE_DMP_STARTED) {
120 if(initState == INV_STATE_DMP_STARTED) {
  /external/chromium_org/third_party/skia/include/effects/
SkColorMatrixFilter.h 57 void initState(const SkScalar array[20]);
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.h 43 void initState(SkApply* , int offset);
SkAnimateActive.cpp 35 initState(&fApply, 0);
73 initState(apply, oldCount);
269 void SkActive::initState(SkApply* apply, int offset) {
276 SkDebugf("%8x %8x active initState:\n", this, animate);
  /external/skia/include/effects/
SkColorMatrixFilter.h 57 void initState(const SkScalar array[20]);
  /external/skia/src/animator/
SkAnimateActive.h 43 void initState(SkApply* , int offset);
SkAnimateActive.cpp 35 initState(&fApply, 0);
73 initState(apply, oldCount);
269 void SkActive::initState(SkApply* apply, int offset) {
276 SkDebugf("%8x %8x active initState:\n", this, animate);
  /external/chromium_org/third_party/lzma_sdk/
Lzma2Dec.c 168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
250 Bool initState = (mode > 0);
251 if ((!initDic && p->needInitDic) || (!initState && p->needInitState))
254 LzmaDec_InitDicAndState(&p->decoder, initDic, initState);
LzmaDec.c 685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
697 if (initState)
  /external/lzma/C/
Lzma2Dec.c 168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
250 Bool initState = (mode > 0);
251 if ((!initDic && p->needInitDic) || (!initState && p->needInitState))
254 LzmaDec_InitDicAndState(&p->decoder, initDic, initState);
LzmaDec.c 685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
697 if (initState)
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 65 * @param initState initial {@link State}
69 public void setStateTransitionCriteria(State initState, StateTransitionDirection transitionDir,
74 mStateDepository.add(initState);
  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 125 void SkColorMatrixFilter::initState(const SkScalar* SK_RESTRICT src) {
211 this->initState(cm.fMat);
216 this->initState(array);
315 this->initState(fMatrix.fMat);
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 125 void SkColorMatrixFilter::initState(const SkScalar* SK_RESTRICT src) {
211 this->initState(cm.fMat);
216 this->initState(array);
315 this->initState(fMatrix.fMat);
  /frameworks/native/include/input/
VelocityTracker.h 223 void initState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 273 * @param initState
277 public void setStateTransitionCriteria(int networkType, State initState,
280 initState, transitionDir, targetState);
  /frameworks/native/include/binder/
Parcel.h 240 void initState();
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 686 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
698 if (initState)
  /frameworks/native/libs/input/
VelocityTracker.cpp 720 initState(state, eventTime, position.x, position.y);
740 void IntegratingVelocityTrackerStrategy::initState(State& state,
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 296 initState();
    [all...]
  /frameworks/base/core/java/android/app/
Fragment.java     [all...]
FragmentManager.java     [all...]
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java     [all...]
FragmentManager.java     [all...]
  /system/security/keystore/
keystore.cpp 992 UserState *initState = getUserState(src);
993 return userState->copyMasterKey(initState);
    [all...]

Completed in 4207 milliseconds

1 2 3