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 324 mNotificationFramesReq = notificationFrames;
642 mNotificationFramesAct, mNotificationFramesReq);
728 input.notificationFrameCount = mNotificationFramesReq;
804 if (mNotificationFramesReq > 0 && output.notificationFrameCount != mNotificationFramesReq) {
806 mNotificationFramesReq, output.notificationFrameCount, output.frameCount);
    [all...]
AudioTrack.cpp 552 mNotificationFramesReq = notificationFrames;
567 mNotificationFramesReq = 0;
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h 610 uint32_t mNotificationFramesReq; // requested number of frames between each
    [all...]
AudioTrack.h     [all...]

Completed in 339 milliseconds