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

/frameworks/av/media/libmedia/
H A DToneGenerator.cpp797 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { argument
807 mThreadCanCallJava = threadCanCallJava;
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

Completed in 1731 milliseconds