OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notificationFrames
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libaudioclient/tests/
test_create_audiotrack.cpp
65
int32_t
notificationFrames
;
82
&frameCount, &
notificationFrames
, &useSharedBuffer,
96
notificationFrames
= 0;
122
notificationFrames
,
test_create_audiorecord.cpp
67
int32_t
notificationFrames
;
78
&frameCount, &
notificationFrames
,
102
notificationFrames
,
/frameworks/av/media/libaaudio/src/legacy/
AudioStreamTrack.cpp
99
int32_t
notificationFrames
= 0;
120
notificationFrames
= 0 - DEFAULT_BURSTS_PER_BUFFER_CAPACITY;
122
notificationFrames
= builder.getFramesPerDataCallback();
127
ALOGD("open(), request
notificationFrames
= %d, frameCount = %u",
128
notificationFrames
, (uint)frameCount);
160
notificationFrames
,
AudioStreamRecord.cpp
121
uint32_t
notificationFrames
= 0;
131
notificationFrames
= builder.getFramesPerDataCallback();
169
notificationFrames
,
/frameworks/av/media/libaudioclient/
AudioRecord.cpp
139
uint32_t
notificationFrames
,
158
notificationFrames
, false /*threadCanCallJava*/, sessionId, transferType, flags,
201
uint32_t
notificationFrames
,
220
"
notificationFrames
%u, sessionId %d, transferType %d, flags %#x, opPackageName %s "
223
inputSource, sampleRate, format, channelMask, frameCount,
notificationFrames
,
308
mNotificationFramesReq =
notificationFrames
;
806
ALOGW("%s(%d): Server adjusted
notificationFrames
from %u to %zu for frameCount %zu",
[
all
...]
AudioTrack.cpp
237
int32_t
notificationFrames
,
256
frameCount, flags, cbf, user,
notificationFrames
,
270
int32_t
notificationFrames
,
289
0 /*frameCount*/, flags, cbf, user,
notificationFrames
,
335
int32_t
notificationFrames
,
355
"flags #%x,
notificationFrames
%d, sessionId %d, transferType %d, uid %d, pid %d",
357
streamType, sampleRate, format, channelMask, frameCount, flags,
notificationFrames
,
526
if (
notificationFrames
>= 0) {
527
mNotificationFramesReq =
notificationFrames
;
531
ALOGE("%s():
notificationFrames
=%d not permitted for non-fast track"
[
all
...]
/frameworks/av/media/libaudioclient/include/media/
AudioTrack.h
198
*
notificationFrames
: The callback function is called each time
notificationFrames
PCM
244
int32_t
notificationFrames
= 0,
275
int32_t
notificationFrames
= 0,
321
int32_t
notificationFrames
= 0,
[
all
...]
AudioRecord.h
171
*
notificationFrames
: The callback function is called each time
notificationFrames
PCM
188
uint32_t
notificationFrames
= 0,
229
uint32_t
notificationFrames
= 0,
[
all
...]
Completed in 71 milliseconds