Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp66 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 …]
H A DAudioRecord.cpp817 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()
H A DAudioTrack.cpp1796 input.notificationFrameCount = mNotificationFramesReq; in createTrack_l()
1821 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createTrack_l()
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DCreateRecordRequest.aidl40 long notificationFrameCount;
H A DCreateTrackResponse.aidl33 long notificationFrameCount;
H A DCreateRecordResponse.aidl33 long notificationFrameCount;
H A DCreateTrackRequest.aidl44 long notificationFrameCount;
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h90 size_t notificationFrameCount; variable
107 size_t notificationFrameCount; variable
141 size_t notificationFrameCount; variable
158 size_t notificationFrameCount; variable
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp2223 size_t notificationFrameCount = *pNotificationFrameCount; in createTrack_l() local
2324 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 …]
H A DAudioFlinger.cpp949 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()