Home
last modified time | relevance | path

Searched refs:notificationsPerBuffer (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DCreateTrackRequest.aidl37 int notificationsPerBuffer;
/aosp12/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp61 aidl.notificationsPerBuffer = VALUE_OR_RETURN(convertIntegral<int32_t>(notificationsPerBuffer)); in toAidl()
80 legacy.notificationsPerBuffer = VALUE_OR_RETURN( in fromAidl()
81 convertIntegral<uint32_t>(aidl.notificationsPerBuffer)); in fromAidl()
H A DAudioTrack.cpp1787 input.notificationsPerBuffer = mNotificationsPerBufferReq; in createTrack_l()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h83 uint32_t notificationsPerBuffer; variable
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp2210 uint32_t notificationsPerBuffer, in createTrack_l() argument
2358 if (notificationsPerBuffer > 0) { in createTrack_l()
2360 if (notificationsPerBuffer > SIZE_MAX / mFrameCount) { in createTrack_l()
2362 notificationsPerBuffer, mFrameCount); in createTrack_l()
2364 minFrameCount = mFrameCount * notificationsPerBuffer; in createTrack_l()
H A DThreads.h952 uint32_t notificationsPerBuffer,
H A DAudioFlinger.cpp956 input.notificationsPerBuffer, input.speed, in createTrack()