HomeSort by relevance Sort by last modified time
    Searched defs:mInputIndex (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h 32 // TODO: The initial value for mInputIndex should be -1?
33 //mInputIndex[i] = i == 0 ? 0 : -1;
34 mInputIndex[i] = 0;
42 mInputIndex[i] = src->mInputIndex[i];
51 mInputIndex[pointerId] = inputIndex;
66 if (mInputIndex[pointerId] < 0) {
67 mInputIndex[pointerId] = val;
69 mInputIndex[pointerId] = mInputIndex[pointerId] + val
    [all...]
  /frameworks/av/services/audioflinger/
AudioResampler.h 85 virtual size_t getUnreleasedFrames() const { return mInputIndex; }
117 size_t mInputIndex;
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 187 uint32_t mInputIndex;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 44 mInputIndex(0), mLastCachedInputIndex(0) {}
49 mInputIndex = 0;
80 return inputIndex == mInputIndex - 1;
83 if (mInputIndex < inputSize) {
84 mInputIndex++;
121 const bool shouldCache = (cacheInputIndex == mInputIndex)
127 mLastCachedInputIndex = mInputIndex;
141 mInputIndex = mLastCachedInputIndex;
186 int mInputIndex;
dic_node.h 63 : mNeedsToUpdateInputStateG(false), mPointerId(0), mInputIndex(0),
69 int16_t mInputIndex;
495 inputStateG->mInputIndex);
498 inputStateG->mInputIndex, inputStateG->mPrevCodePoint,

Completed in 594 milliseconds