Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/aidl/android/media/
DCreateTrackRequest.aidl37 int notificationsPerBuffer;
/frameworks/av/media/libaudioclient/
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()
DAudioTrack.cpp1710 input.notificationsPerBuffer = mNotificationsPerBufferReq; in createTrack_l()
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h83 uint32_t notificationsPerBuffer; variable
/frameworks/av/services/audioflinger/
DThreads.cpp2126 uint32_t notificationsPerBuffer, in createTrack_l() argument
2274 if (notificationsPerBuffer > 0) { in createTrack_l()
2276 if (notificationsPerBuffer > SIZE_MAX / mFrameCount) { in createTrack_l()
2278 notificationsPerBuffer, mFrameCount); in createTrack_l()
2280 minFrameCount = mFrameCount * notificationsPerBuffer; in createTrack_l()
DThreads.h915 uint32_t notificationsPerBuffer,
DAudioFlinger.cpp955 input.notificationsPerBuffer, input.speed, in createTrack()