Searched refs:notificationFrameCount (Results 1 – 10 of 10) sorted by relevance
66 aidl.notificationFrameCount = VALUE_OR_RETURN(convertIntegral<int64_t>(notificationFrameCount)); in toAidl()86 legacy.notificationFrameCount = VALUE_OR_RETURN( in fromAidl()87 convertIntegral<size_t>(aidl.notificationFrameCount)); in fromAidl()99 aidl.notificationFrameCount = VALUE_OR_RETURN(convertIntegral<int64_t>(notificationFrameCount)); in toAidl()121 legacy.notificationFrameCount = VALUE_OR_RETURN( in fromAidl()122 convertIntegral<size_t>(aidl.notificationFrameCount)); in fromAidl()149 aidl.notificationFrameCount = VALUE_OR_RETURN(convertIntegral<int64_t>(notificationFrameCount)); in toAidl()169 legacy.notificationFrameCount = VALUE_OR_RETURN( in fromAidl()170 convertIntegral<size_t>(aidl.notificationFrameCount)); in fromAidl()182 aidl.notificationFrameCount = VALUE_OR_RETURN(convertIntegral<int64_t>(notificationFrameCount)); in toAidl()[all …]
817 input.notificationFrameCount = mNotificationFramesReq; in createRecord_l()916 if (mNotificationFramesReq > 0 && output.notificationFrameCount != mNotificationFramesReq) { in createRecord_l()919 mNotificationFramesReq, output.notificationFrameCount, output.frameCount); in createRecord_l()921 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createRecord_l()
1796 input.notificationFrameCount = mNotificationFramesReq; in createTrack_l()1821 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createTrack_l()
40 long notificationFrameCount;
33 long notificationFrameCount;
44 long notificationFrameCount;
90 size_t notificationFrameCount; variable107 size_t notificationFrameCount; variable141 size_t notificationFrameCount; variable158 size_t notificationFrameCount; variable
2223 size_t notificationFrameCount = *pNotificationFrameCount; in createTrack_l() local2324 if (notificationFrameCount != frameCount) { in createTrack_l()2325 notificationFrameCount = frameCount; in createTrack_l()2416 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()2417 if (notificationFrameCount == 0) { in createTrack_l()2424 notificationFrameCount = maxNotificationFrames; in createTrack_l()2429 *pNotificationFrameCount = notificationFrameCount; in createTrack_l()8249 notificationFrameCount = mFrameCount; in createRecordTrack_l()8268 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createRecordTrack_l()8269 notificationFrameCount = maxNotificationFrames; in createRecordTrack_l()[all …]
949 output.notificationFrameCount = input.notificationFrameCount; in createTrack()955 &output.frameCount, &output.notificationFrameCount, in createTrack()2125 output.notificationFrameCount = input.notificationFrameCount; in createRecord()2130 &output.notificationFrameCount, in createRecord()