Home
last modified time | relevance | path

Searched refs:notificationFrames (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libaudioclient/tests/
Dtest_create_audiotrack.cpp66 int32_t notificationFrames; in testTrack() local
83 &frameCount, &notificationFrames, &useSharedBuffer, in testTrack()
97 notificationFrames = 0; in testTrack()
121 notificationFrames, in testTrack()
Dtest_create_audiorecord.cpp74 int32_t notificationFrames; in testRecord() local
85 &frameCount, &notificationFrames, in testRecord()
109 notificationFrames, in testRecord()
Drecord_test_input_v1.0_ref.txt4 # sampleRate format channelMask frameCount notificationFrames flags sessionId inputSource
Dtrack_test_input_v1.0_ref.txt4 # sampleRate format channelMask frameCount notificationFrames sharedBuffer flags sessionId usage c…
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h335 int32_t notificationFrames = 0,
355 int32_t notificationFrames = 0,
384 int32_t notificationFrames = 0,
403 int32_t notificationFrames = 0,
448 int32_t notificationFrames = 0,
469 int32_t notificationFrames; member
486 s.flags, std::move(s.callback), s.notificationFrames, in set()
501 int32_t notificationFrames = 0,
523 int32_t notificationFrames = 0,
DAudioRecord.h218 uint32_t notificationFrames = 0,
237 uint32_t notificationFrames = 0,
275 uint32_t notificationFrames = 0,
296 uint32_t notificationFrames = 0,
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp151 uint32_t notificationFrames, in AudioRecord() argument
170 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags, in AudioRecord()
183 uint32_t notificationFrames, in AudioRecord() argument
202 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags, in AudioRecord()
296 uint32_t notificationFrames, in set() argument
317 inputSource, sampleRate, format, channelMask, frameCount, notificationFrames, in set()
430 mNotificationFramesReq = notificationFrames; in set()
490 uint32_t notificationFrames, in set() argument
509 notificationFrames, threadCanCallJava, sessionId, transferType, flags, uid, pid, in set()
1402 uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer() local
[all …]
DAudioTrack.cpp262 int32_t notificationFrames, in AudioTrack() argument
283 notificationFrames, 0 /*sharedBuffer*/, false /*threadCanCallJava*/, in AudioTrack()
338 int32_t notificationFrames, in AudioTrack() argument
362 notificationFrames, 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, in AudioTrack()
375 int32_t notificationFrames, in AudioTrack() argument
395 callback, notificationFrames, sharedBuffer, false /*threadCanCallJava*/, in AudioTrack()
409 int32_t notificationFrames, in AudioTrack() argument
433 mLegacyCallbackWrapper, notificationFrames, sharedBuffer, false /*threadCanCallJava*/, in AudioTrack()
509 int32_t notificationFrames, in set() argument
527 mLegacyCallbackWrapper, notificationFrames, sharedBuffer, threadCanCallJava, in set()
[all …]
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp99 int32_t notificationFrames = 0; in open() local
118 notificationFrames = 0 - DEFAULT_BURSTS_PER_BUFFER_CAPACITY; in open()
124 notificationFrames, (uint)frameCount); in open()
158 notificationFrames, in open()
DAudioStreamRecord.cpp103 uint32_t notificationFrames = 0; in open() local
157 notificationFrames, in open()
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp196 int32_t notificationFrames = mFdp.ConsumeIntegral<int32_t>(); in invokeAudioTrack() local
216 notificationFrames = 0; in invokeAudioTrack()
235 notificationFrames, sharedBuffer, false, sessionId, in invokeAudioTrack()
299 int32_t notificationFrames = mFdp.ConsumeIntegral<int32_t>(); in invokeAudioRecord() local
319 notificationFrames, false, sessionId, in invokeAudioRecord()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1635 int32_t notificationFrames; in android_audioPlayer_realize() local
1639 notificationFrames = -pAudioPlayer->mBufferQueue.mNumBuffers; in android_audioPlayer_realize()
1641 notificationFrames = 0; in android_audioPlayer_realize()
1652 notificationFrames, // see comment above in android_audioPlayer_realize()