Home
last modified time | relevance | path

Searched refs:notificationFrameCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h85 notificationFrameCount = parcel->readInt64(); in readFromParcel()
108 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
125 size_t notificationFrameCount; variable
140 notificationFrameCount = parcel->readInt64(); in readFromParcel()
158 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
175 size_t notificationFrameCount; variable
216 notificationFrameCount = parcel->readInt64(); in readFromParcel()
233 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
249 size_t notificationFrameCount; variable
264 notificationFrameCount = parcel->readInt64(); in readFromParcel()
[all …]
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp762 input.notificationFrameCount = mNotificationFramesReq; in createRecord_l()
841 if (mNotificationFramesReq > 0 && output.notificationFrameCount != mNotificationFramesReq) { in createRecord_l()
844 mNotificationFramesReq, output.notificationFrameCount, output.frameCount); in createRecord_l()
846 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createRecord_l()
DAudioTrack.cpp1465 input.notificationFrameCount = mNotificationFramesReq; in createTrack_l()
1486 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createTrack_l()
/frameworks/av/services/audioflinger/
DThreads.cpp2020 size_t notificationFrameCount = *pNotificationFrameCount; in createTrack_l() local
2121 if (notificationFrameCount != frameCount) { in createTrack_l()
2122 notificationFrameCount = frameCount; in createTrack_l()
2213 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()
2214 if (notificationFrameCount == 0) { in createTrack_l()
2219 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()
2221 notificationFrameCount = maxNotificationFrames; in createTrack_l()
2226 *pNotificationFrameCount = notificationFrameCount; in createTrack_l()
7498 size_t notificationFrameCount = *pNotificationFrameCount; in createRecordTrack_l() local
7597 notificationFrameCount = mFrameCount; in createRecordTrack_l()
[all …]
DAudioFlinger.cpp836 output.notificationFrameCount = input.notificationFrameCount; in createTrack()
841 &output.frameCount, &output.notificationFrameCount, in createTrack()
2034 output.notificationFrameCount = input.notificationFrameCount; in createRecord()
2039 &output.notificationFrameCount, in createRecord()