Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h84 notificationFrameCount = parcel->readInt64(); in readFromParcel()
107 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
124 size_t notificationFrameCount; variable
139 notificationFrameCount = parcel->readInt64(); in readFromParcel()
156 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
172 size_t notificationFrameCount; variable
209 notificationFrameCount = parcel->readInt64(); in readFromParcel()
225 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
240 size_t notificationFrameCount; variable
255 notificationFrameCount = parcel->readInt64(); in readFromParcel()
[all …]
/frameworks/av/include/media/
DIAudioFlinger.h84 notificationFrameCount = parcel->readInt64(); in readFromParcel()
107 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
124 size_t notificationFrameCount; variable
139 notificationFrameCount = parcel->readInt64(); in readFromParcel()
156 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
172 size_t notificationFrameCount; variable
209 notificationFrameCount = parcel->readInt64(); in readFromParcel()
225 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()
240 size_t notificationFrameCount; variable
255 notificationFrameCount = parcel->readInt64(); in readFromParcel()
[all …]
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp728 input.notificationFrameCount = mNotificationFramesReq; in createRecord_l()
804 if (mNotificationFramesReq > 0 && output.notificationFrameCount != mNotificationFramesReq) { in createRecord_l()
806 mNotificationFramesReq, output.notificationFrameCount, output.frameCount); in createRecord_l()
808 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createRecord_l()
DAudioTrack.cpp1452 input.notificationFrameCount = mNotificationFramesReq; in createTrack_l()
1472 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createTrack_l()
/frameworks/av/services/audioflinger/
DThreads.cpp1878 size_t notificationFrameCount = *pNotificationFrameCount; in createTrack_l() local
1972 if (notificationFrameCount != frameCount) { in createTrack_l()
1973 notificationFrameCount = frameCount; in createTrack_l()
2058 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()
2059 if (notificationFrameCount == 0) { in createTrack_l()
2064 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()
2066 notificationFrameCount = maxNotificationFrames; in createTrack_l()
2071 *pNotificationFrameCount = notificationFrameCount; in createTrack_l()
6927 size_t notificationFrameCount = *pNotificationFrameCount; in createRecordTrack_l() local
7018 notificationFrameCount = mFrameCount; in createRecordTrack_l()
[all …]
DAudioFlinger.cpp755 output.notificationFrameCount = input.notificationFrameCount; in createTrack()
760 &output.frameCount, &output.notificationFrameCount, in createTrack()
1718 output.notificationFrameCount = input.notificationFrameCount; in createRecord()
1723 &output.notificationFrameCount, in createRecord()