OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mnotificationframesact
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libmedia/
AudioTrack.cpp
381
mNotificationFramesAct
= 0;
1007
mNotificationFramesAct
= mNotificationFramesReq;
1018
if (
mNotificationFramesAct
!= frameCount)
[
all
...]
AudioRecord.cpp
221
//
mNotificationFramesAct
is initialized in openRecord_l
559
mNotificationFramesAct
= notificationFrames;
575
mProxy->setMinimum(
mNotificationFramesAct
);
824
uint32_t notificationFrames =
mNotificationFramesAct
;
[
all
...]
/frameworks/av/include/media/
AudioRecord.h
249
size_t notificationFrames() const { return
mNotificationFramesAct
; }
468
uint32_t
mNotificationFramesAct
; // actual number of frames between each
AudioTrack.h
[
all
...]
/frameworks/av/services/audioflinger/
Threads.cpp
157
// See the client's minBufCount and
mNotificationFramesAct
calculations for details.
[
all
...]
Completed in 3700 milliseconds