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

/frameworks/av/media/libmedia/
H A DVisualizer.cpp38 effect_callback_t cbf,
41 : AudioEffect(SL_IID_VISUALIZATION, NULL, priority, cbf, user, sessionId),
37 Visualizer(int32_t priority, effect_callback_t cbf, void* user, int sessionId) argument
H A DAudioEffect.cpp47 effect_callback_t cbf,
54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
60 effect_callback_t cbf,
86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
92 effect_callback_t cbf,
120 mCbf = cbf;
44 AudioEffect(const effect_uuid_t *type, const effect_uuid_t *uuid, int32_t priority, effect_callback_t cbf, void* user, int sessionId, audio_io_handle_t io ) argument
57 AudioEffect(const char *typeStr, const char *uuidStr, int32_t priority, effect_callback_t cbf, void* user, int sessionId, audio_io_handle_t io ) argument
89 set(const effect_uuid_t *type, const effect_uuid_t *uuid, int32_t priority, effect_callback_t cbf, void* user, int sessionId, audio_io_handle_t io) argument
H A DAudioRecord.cpp85 callback_t cbf,
96 mStatus = set(inputSource, sampleRate, format, channelMask, frameCount, cbf, user,
128 callback_t cbf,
138 if (cbf == NULL || threadCanCallJava) {
145 if (cbf == NULL) {
146 ALOGE("Transfer type TRANSFER_CALLBACK but cbf == NULL");
251 if (cbf != NULL) {
262 mCbf = cbf;
79 AudioRecord( audio_source_t inputSource, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, callback_t cbf, void* user, int notificationFrames, int sessionId, transfer_type transferType, audio_input_flags_t flags) argument
122 set( audio_source_t inputSource, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCountInt, callback_t cbf, void* user, int notificationFrames, bool threadCanCallJava, int sessionId, transfer_type transferType, audio_input_flags_t flags) argument
H A DAudioTrack.cpp99 callback_t cbf,
111 frameCount, flags, cbf, user, notificationFrames,
122 callback_t cbf,
134 0 /*frameCount*/, flags, cbf, user, notificationFrames,
165 callback_t cbf,
178 } else if (cbf == NULL || threadCanCallJava) {
185 if (cbf == NULL || sharedBuffer != 0) {
186 ALOGE("Transfer type TRANSFER_CALLBACK but cbf == NULL || sharedBuffer != 0");
318 mCbf = cbf;
320 if (cbf !
92 AudioTrack( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, audio_output_flags_t flags, callback_t cbf, void* user, int notificationFrames, int sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo) argument
115 AudioTrack( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, const sp<IMemory>& sharedBuffer, audio_output_flags_t flags, callback_t cbf, void* user, int notificationFrames, int sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo) argument
158 set( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCountInt, audio_output_flags_t flags, callback_t cbf, void* user, int notificationFrames, const sp<IMemory>& sharedBuffer, bool threadCanCallJava, int sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo) argument
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp63 void GenericPlayer::init(const notif_cbf_t cbf, void* notifUser) { argument
68 mNotifyClient = cbf;

Completed in 2423 milliseconds