/frameworks/av/media/libaudioclient/tests/ |
D | test_create_audiotrack.cpp | 66 int32_t notificationFrames; in testTrack() local 83 &frameCount, ¬ificationFrames, &useSharedBuffer, in testTrack() 97 notificationFrames = 0; in testTrack() 121 notificationFrames, in testTrack()
|
D | test_create_audiorecord.cpp | 74 int32_t notificationFrames; in testRecord() local 85 &frameCount, ¬ificationFrames, in testRecord() 109 notificationFrames, in testRecord()
|
D | record_test_input_v1.0_ref.txt | 4 # sampleRate format channelMask frameCount notificationFrames flags sessionId inputSource
|
D | track_test_input_v1.0_ref.txt | 4 # sampleRate format channelMask frameCount notificationFrames sharedBuffer flags sessionId usage c…
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioTrack.h | 335 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,
|
D | AudioRecord.h | 218 uint32_t notificationFrames = 0, 237 uint32_t notificationFrames = 0, 275 uint32_t notificationFrames = 0, 296 uint32_t notificationFrames = 0,
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 151 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 …]
|
D | AudioTrack.cpp | 262 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/ |
D | AudioStreamTrack.cpp | 99 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()
|
D | AudioStreamRecord.cpp | 103 uint32_t notificationFrames = 0; in open() local 157 notificationFrames, in open()
|
/frameworks/av/media/libaudioclient/fuzzer/ |
D | audioflinger_fuzzer.cpp | 196 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/ |
D | AudioPlayer_to_android.cpp | 1635 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()
|