Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h84 notificationsPerBuffer = parcel->readInt32(); in readFromParcel()
109 (void)parcel->writeInt32(notificationsPerBuffer); in writeToParcel()
127 uint32_t notificationsPerBuffer; variable
/frameworks/av/services/audioflinger/
DThreads.h857 uint32_t notificationsPerBuffer,
DThreads.cpp2060 uint32_t notificationsPerBuffer, in createTrack_l() argument
2208 if (notificationsPerBuffer > 0) { in createTrack_l()
2210 if (notificationsPerBuffer > SIZE_MAX / mFrameCount) { in createTrack_l()
2212 notificationsPerBuffer, mFrameCount); in createTrack_l()
2214 minFrameCount = mFrameCount * notificationsPerBuffer; in createTrack_l()
DAudioFlinger.cpp852 input.notificationsPerBuffer, input.speed, in createTrack()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp1545 input.notificationsPerBuffer = mNotificationsPerBufferReq; in createTrack_l()