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

1 2

  /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/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);
  /external/chromium_org/third_party/skia/src/animator/
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/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);
  /external/skia/src/animator/
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/skia/src/effects/
SkColorMatrixFilter.cpp 124 void SkColorMatrixFilter::initState(const SkScalar* SK_RESTRICT src) {
208 this->initState(cm.fMat);
213 this->initState(array);
312 this->initState(fMatrix.fMat);
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 124 void SkColorMatrixFilter::initState(const SkScalar* SK_RESTRICT src) {
208 this->initState(cm.fMat);
213 this->initState(array);
312 this->initState(fMatrix.fMat);
  /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 289 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...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 

Completed in 1041 milliseconds

1 2