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

  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 230 mNotificationFramesReq = notificationFrames;
641 size_t notificationFrames = mNotificationFramesReq;
745 if (mNotificationFramesReq > 0 && notificationFrames != mNotificationFramesReq) {
747 mNotificationFramesReq, notificationFrames, frameCount);
    [all...]
AudioTrack.cpp 476 mNotificationFramesReq = notificationFrames;
489 mNotificationFramesReq = 0;
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h 587 uint32_t mNotificationFramesReq; // requested number of frames between each
    [all...]
AudioTrack.h     [all...]

Completed in 43 milliseconds