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

  /frameworks/av/media/libmedia/
AudioRecord.cpp 227 mNotificationFramesReq = notificationFrames;
593 size_t notificationFrames = mNotificationFramesReq;
696 if (mNotificationFramesReq > 0 && notificationFrames != mNotificationFramesReq) {
698 mNotificationFramesReq, notificationFrames, frameCount);
    [all...]
AudioTrack.cpp 456 mNotificationFramesReq = notificationFrames;
469 mNotificationFramesReq = 0;
    [all...]
  /frameworks/av/include/media/
AudioRecord.h 563 uint32_t mNotificationFramesReq; // requested number of frames between each
AudioTrack.h     [all...]

Completed in 105 milliseconds