OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notificationFrames
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/media/
AudioRecord.h
149
*
notificationFrames
: The callback function is called each time
notificationFrames
PCM
164
uint32_t
notificationFrames
= 0,
197
uint32_t
notificationFrames
= 0,
246
size_t
notificationFrames
() const { return mNotificationFramesAct; }
/frameworks/av/media/libmedia/
AudioRecord.cpp
82
uint32_t
notificationFrames
,
92
notificationFrames
, false /*threadCanCallJava*/, sessionId, transferType, flags);
125
uint32_t
notificationFrames
,
132
"
notificationFrames
%u, sessionId %d, transferType %d, flags %#x",
133
inputSource, sampleRate, format, channelMask, frameCount,
notificationFrames
,
213
mNotificationFramesReq =
notificationFrames
;
465
size_t
notificationFrames
= mNotificationFramesReq;
476
&
notificationFrames
,
547
if (
notificationFrames
== 0 ||
notificationFrames
> frameCount)
[
all
...]
AudioTrack.cpp
136
uint32_t
notificationFrames
,
150
frameCount, flags, cbf, user,
notificationFrames
,
164
uint32_t
notificationFrames
,
178
0 /*frameCount*/, flags, cbf, user,
notificationFrames
,
216
uint32_t
notificationFrames
,
227
"flags #%x,
notificationFrames
%u, sessionId %d, transferType %d",
228
streamType, sampleRate, format, channelMask, frameCount, flags,
notificationFrames
,
389
mNotificationFramesReq =
notificationFrames
;
[
all
...]
IAudioFlinger.cpp
179
size_t *
notificationFrames
,
201
data.writeInt64(
notificationFrames
!= NULL ? *
notificationFrames
: 0);
221
if (
notificationFrames
!= NULL) {
222
*
notificationFrames
= lNotificationFrames;
[
all
...]
Completed in 81 milliseconds