Searched refs:notificationFrameCount (Results 1 – 5 of 5) sorted by relevance
85 notificationFrameCount = parcel->readInt64(); in readFromParcel()108 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()125 size_t notificationFrameCount; variable140 notificationFrameCount = parcel->readInt64(); in readFromParcel()158 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()175 size_t notificationFrameCount; variable216 notificationFrameCount = parcel->readInt64(); in readFromParcel()233 (void)parcel->writeInt64(notificationFrameCount); in writeToParcel()249 size_t notificationFrameCount; variable264 notificationFrameCount = parcel->readInt64(); in readFromParcel()[all …]
762 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()
1465 input.notificationFrameCount = mNotificationFramesReq; in createTrack_l()1486 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createTrack_l()
2020 size_t notificationFrameCount = *pNotificationFrameCount; in createTrack_l() local2121 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() local7597 notificationFrameCount = mFrameCount; in createRecordTrack_l()[all …]
836 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()