OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNotificationFramesReq
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libaudioclient/
AudioRecord.cpp
230
mNotificationFramesReq
= notificationFrames;
641
size_t notificationFrames =
mNotificationFramesReq
;
745
if (
mNotificationFramesReq
> 0 && notificationFrames !=
mNotificationFramesReq
) {
747
mNotificationFramesReq
, notificationFrames, frameCount);
[
all
...]
AudioTrack.cpp
476
mNotificationFramesReq
= notificationFrames;
489
mNotificationFramesReq
= 0;
[
all
...]
/frameworks/av/media/libaudioclient/include/media/
AudioRecord.h
587
uint32_t
mNotificationFramesReq
; // requested number of frames between each
[
all
...]
AudioTrack.h
[
all
...]
Completed in 43 milliseconds