Searched refs:CurrentPos (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_sco.c94 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 local
287 INT32 CurrentPos; local
331 INT32 CurrentPos = *pLastCurPos; local
370 INT32 CurrentPos; local
408 INT32 CurrentPos = *pLastCurPos; local
452 INT32 CurrentPos; local
505 INT32 CurrentPos = *pLastCurPos; local
544 INT32 CurrentPos; local
[all...]
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp309 MCSymbol *CurrentPos = getContext().CreateTempSymbol(); local
310 EmitLabel(CurrentPos);
313 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext());

Completed in 262 milliseconds