Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h79 notificationsPerBuffer = parcel->readInt32(); in readFromParcel()
102 (void)parcel->writeInt32(notificationsPerBuffer); in writeToParcel()
119 uint32_t notificationsPerBuffer; variable
/frameworks/av/services/audioflinger/
DThreads.cpp2008 uint32_t notificationsPerBuffer, in createTrack_l() argument
2155 if (notificationsPerBuffer > 0) { in createTrack_l()
2157 if (notificationsPerBuffer > SIZE_MAX / mFrameCount) { in createTrack_l()
2159 notificationsPerBuffer, mFrameCount); in createTrack_l()
2161 minFrameCount = mFrameCount * notificationsPerBuffer; in createTrack_l()
DThreads.h838 uint32_t notificationsPerBuffer,
DAudioFlinger.cpp842 input.notificationsPerBuffer, input.speed, in createTrack()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp1456 input.notificationsPerBuffer = mNotificationsPerBufferReq; in createTrack_l()