OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notificationFrames
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/
AudioRecord.cpp
87
int
notificationFrames
,
97
notificationFrames
, false /*threadCanCallJava*/, sessionId, transferType);
130
int
notificationFrames
,
233
mNotificationFramesReq =
notificationFrames
;
763
size_t
notificationFrames
= mNotificationFramesAct;
766
mRemainingFrames =
notificationFrames
;
811
if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll *
notificationFrames
< minFrames) {
812
minFrames = kPoll *
notificationFrames
;
912
// sum <=
notificationFrames
. It replaces that series by at most two EVENT_MORE_DATA
913
// that total to a sum ==
notificationFrames
[
all
...]
AudioTrack.cpp
102
int
notificationFrames
,
114
frameCount, flags, cbf, user,
notificationFrames
,
128
int
notificationFrames
,
140
0 /*frameCount*/, flags, cbf, user,
notificationFrames
,
173
int
notificationFrames
,
320
mNotificationFramesReq =
notificationFrames
;
[
all
...]
Completed in 28 milliseconds