Searched refs:threadCanCallJava (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/
H A DToneGenerator.h155 ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava = false);
H A DAudioRecord.h168 * threadCanCallJava: Not present in parameter list, and so is fixed at false.
207 * threadCanCallJava: Whether callbacks are made from an attached thread and thus can call JNI.
217 bool threadCanCallJava = false,
H A DAudioTrack.h221 * threadCanCallJava: Not present in parameter list, and so is fixed at false.
293 * threadCanCallJava: Whether callbacks are made from an attached thread and thus can call JNI.
308 bool threadCanCallJava = false,
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp101 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags,
142 bool threadCanCallJava,
158 if (cbf == NULL || threadCanCallJava) {
254 mAudioRecordThread = new AudioRecordThread(*this, threadCanCallJava);
133 set( audio_source_t inputSource, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, callback_t cbf, void* user, uint32_t notificationFrames, bool threadCanCallJava, audio_session_t sessionId, transfer_type transferType, audio_input_flags_t flags, int uid, pid_t pid, const audio_attributes_t* pAttributes) argument
H A DAudioTrack.cpp214 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, transferType,
245 sharedBuffer, false /*threadCanCallJava*/, sessionId, transferType, offloadInfo,
288 bool threadCanCallJava,
303 mThreadCanCallJava = threadCanCallJava;
309 } else if (cbf == NULL || threadCanCallJava) {
501 mAudioTrackThread = new AudioTrackThread(*this, threadCanCallJava);
277 set( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, audio_output_flags_t flags, callback_t cbf, void* user, int32_t notificationFrames, const sp<IMemory>& sharedBuffer, bool threadCanCallJava, audio_session_t sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo, int uid, pid_t pid, const audio_attributes_t* pAttributes, bool doNotReconnect, float maxRequiredSpeed) argument
H A DToneGenerator.cpp815 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { argument
825 mThreadCanCallJava = threadCanCallJava;

Completed in 100 milliseconds