Searched defs:psSrc (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_sco.c371 INT16 *psSrc = (INT16 *)pSrc; local
383 psSrc++;
386 *psDst++ = *psSrc++;
545 INT16 *psSrc = (INT16 *)pSrc; local
558 psSrc += 2;
562 sWorker = ((*psSrc) >> 1 );
563 psSrc++;
564 sWorker += ((*psSrc) >> 1 );
565 psSrc++;

Completed in 953 milliseconds