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

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 94 CurrentPos -= 8000; \
96 if (CurrentPos >= 0) \
101 CurrentPos += dwSrcSps; \
148 CurrentPos -= 8000; \
150 if (CurrentPos >= 0) \
155 CurrentPos += dwSrcSps; \
201 CurrentPos -= 8000; \
203 if (CurrentPos >= 0) \
208 CurrentPos += dwSrcSps; \
245 INT32 CurrentPos = *pLastCurPos
    [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_impl.cc 155 float ScrollbarLayerImpl::CurrentPos() const {
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 335 MCSymbol *CurrentPos = getContext().CreateTempSymbol();
336 EmitLabel(CurrentPos);
339 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext());
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 153 milliseconds