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

/frameworks/av/media/libmedia/
H A DToneGenerator.cpp801 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { argument
811 mThreadCanCallJava = threadCanCallJava;
H A DAudioRecord.cpp126 bool threadCanCallJava,
204 mAudioRecordThread = new AudioRecordThread(*this, threadCanCallJava);
117 set( 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, bool threadCanCallJava, int sessionId) argument
H A DAudioTrack.cpp120 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId);
142 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId);
163 sharedBuffer, false /*threadCanCallJava*/, sessionId);
197 bool threadCanCallJava,
282 mAudioTrackThread = new AudioTrackThread(*this, threadCanCallJava);
186 set( 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, const sp<IMemory>& sharedBuffer, bool threadCanCallJava, int sessionId) argument

Completed in 1677 milliseconds