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

  /frameworks/av/media/libmedia/
AudioRecord.cpp 925 uint32_t pollUs = 10000;
931 usleep(pollUs);
932 pollUs <<= 1;
    [all...]
AudioTrack.cpp     [all...]

Completed in 44 milliseconds