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

  /frameworks/wilhelm/src/itf/
IPlay.c 367 SLmillisecond markerPosition = thiz->mMarkerPosition;
369 *pMsec = markerPosition;
370 if (SL_TIME_UNKNOWN == markerPosition) {
IRecord.c 241 SLmillisecond markerPosition = thiz->mMarkerPosition;
243 *pMsec = markerPosition;
244 if (SL_TIME_UNKNOWN == markerPosition) {

Completed in 44 milliseconds