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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h 32 mInputIndex[0] -= commitPoint;
37 // TODO: The initial value for mInputIndex should be -1?
38 //mInputIndex[i] = i == 0 ? 0 : -1;
39 mInputIndex[i] = 0;
47 mInputIndex[i] = src->mInputIndex[i];
56 mInputIndex[pointerId] = inputIndex;
71 if (mInputIndex[pointerId] < 0) {
72 mInputIndex[pointerId] = val;
74 mInputIndex[pointerId] = mInputIndex[pointerId] + val
    [all...]
  /frameworks/av/services/audioflinger/
AudioResampler.h 71 virtual size_t getUnreleasedFrames() const { return mInputIndex; }
104 size_t mInputIndex;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 44 mInputIndex(0), mLastCachedInputIndex(0) {}
49 mInputIndex = 0;
83 return inputIndex == mInputIndex - 1;
86 if (mInputIndex < inputSize) {
87 mInputIndex++;
131 const bool shouldCache = (cacheInputIndex == mInputIndex)
137 mLastCachedInputIndex = mInputIndex;
151 mInputIndex = mLastCachedInputIndex;
196 int mInputIndex;
dic_node.h 56 : mNeedsToUpdateInputStateG(false), mPointerId(0), mInputIndex(0),
62 int16_t mInputIndex;
607 inputStateG->mInputIndex);
610 inputStateG->mInputIndex, inputStateG->mPrevCodePoint,

Completed in 198 milliseconds