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

  /frameworks/av/include/media/
AudioRecord.h 115 TRANSFER_SYNC, // synchronous read()
AudioTrack.h 138 TRANSFER_SYNC, // synchronous write()
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 139 transferType = TRANSFER_SYNC;
151 case TRANSFER_SYNC:
656 if (mTransfer != TRANSFER_SYNC) {
AudioTrack.cpp 183 transferType = TRANSFER_SYNC;
195 case TRANSFER_SYNC:
    [all...]

Completed in 48 milliseconds