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

/frameworks/av/include/media/
H A DToneGenerator.h154 ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava = false);
H A DAudioRecord.h154 * threadCanCallJava: Not present in parameter list, and so is fixed at false.
190 * threadCanCallJava: Whether callbacks are made from an attached thread and thus can call JNI.
200 bool threadCanCallJava = false,
H A DAudioTrack.h175 * threadCanCallJava: Not present in parameter list, and so is fixed at false.
241 * threadCanCallJava: Whether callbacks are made from an attached thread and thus can call JNI.
256 bool threadCanCallJava = false,
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp93 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags,
128 bool threadCanCallJava,
141 if (cbf == NULL || threadCanCallJava) {
234 mAudioRecordThread = new AudioRecordThread(*this, threadCanCallJava);
119 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, int sessionId, transfer_type transferType, audio_input_flags_t flags, const audio_attributes_t* pAttributes) argument
H A DAudioTrack.cpp152 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, transferType,
180 sharedBuffer, false /*threadCanCallJava*/, sessionId, transferType, offloadInfo,
219 bool threadCanCallJava,
236 } else if (cbf == NULL || threadCanCallJava) {
404 mAudioTrackThread = new AudioTrackThread(*this, threadCanCallJava);
208 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, uint32_t notificationFrames, const sp<IMemory>& sharedBuffer, bool threadCanCallJava, int sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo, int uid, pid_t pid, const audio_attributes_t* pAttributes) argument
H A DToneGenerator.cpp797 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { argument
807 mThreadCanCallJava = threadCanCallJava;

Completed in 748 milliseconds