Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h92 notificationFrameCount = parcel->readInt64(); in readFromParcel()
116 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
134 size_t notificationFrameCount; variable
149 notificationFrameCount = parcel->readInt64(); in readFromParcel()
167 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
184 size_t notificationFrameCount; variable
225 notificationFrameCount = parcel->readInt64(); in readFromParcel()
242 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
258 size_t notificationFrameCount; variable
273 notificationFrameCount = parcel->readInt64(); in readFromParcel()
[all …]
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp801 input.notificationFrameCount = mNotificationFramesReq; in createRecord_l()
888 if (mNotificationFramesReq > 0 && output.notificationFrameCount != mNotificationFramesReq) { in createRecord_l()
891 mNotificationFramesReq, output.notificationFrameCount, output.frameCount); in createRecord_l()
893 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createRecord_l()
DAudioTrack.cpp1554 input.notificationFrameCount = mNotificationFramesReq; in createTrack_l()
1576 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createTrack_l()
/frameworks/av/services/audioflinger/
DThreads.cpp2073 size_t notificationFrameCount = *pNotificationFrameCount; in createTrack_l() local
2174 if (notificationFrameCount != frameCount) { in createTrack_l()
2175 notificationFrameCount = frameCount; in createTrack_l()
2266 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()
2267 if (notificationFrameCount == 0) { in createTrack_l()
2272 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()
2274 notificationFrameCount = maxNotificationFrames; in createTrack_l()
2279 *pNotificationFrameCount = notificationFrameCount; in createTrack_l()
7684 size_t notificationFrameCount = *pNotificationFrameCount; in createRecordTrack_l() local
7783 notificationFrameCount = mFrameCount; in createRecordTrack_l()
[all …]
DAudioFlinger.cpp846 output.notificationFrameCount = input.notificationFrameCount; in createTrack()
851 &output.frameCount, &output.notificationFrameCount, in createTrack()
2080 output.notificationFrameCount = input.notificationFrameCount; in createRecord()
2085 &output.notificationFrameCount, in createRecord()