Searched defs:pNotificationFrameCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp1866 size_t *pNotificationFrameCount,
1878 size_t notificationFrameCount = *pNotificationFrameCount;
2071 *pNotificationFrameCount = notificationFrameCount;
6919 size_t *pNotificationFrameCount,
6927 size_t notificationFrameCount = *pNotificationFrameCount;
7042 *pNotificationFrameCount = notificationFrameCount;
1858 createTrack_l( const sp<AudioFlinger::Client>& client, audio_stream_type_t streamType, const audio_attributes_t& attr, uint32_t *pSampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, size_t *pNotificationFrameCount, uint32_t notificationsPerBuffer, float speed, const sp<IMemory>& sharedBuffer, audio_session_t sessionId, audio_output_flags_t *flags, pid_t tid, uid_t uid, status_t *status, audio_port_handle_t portId) argument
6911 createRecordTrack_l( const sp<AudioFlinger::Client>& client, const audio_attributes_t& attr, uint32_t *pSampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, audio_session_t sessionId, size_t *pNotificationFrameCount, uid_t uid, audio_input_flags_t *flags, pid_t tid, status_t *status, audio_port_handle_t portId) argument

Completed in 32 milliseconds