Searched refs:threadCanCallJava (Results 1 - 9 of 9) sorted by relevance
/frameworks/av/include/media/ |
H A D | ToneGenerator.h | 155 ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava = false);
|
H A D | AudioRecord.h | 174 * threadCanCallJava: Not present in parameter list, and so is fixed at false. 214 * threadCanCallJava: Whether callbacks are made from an attached thread and thus can call JNI. 224 bool threadCanCallJava = false,
|
H A D | AudioTrack.h | 224 * threadCanCallJava: Not present in parameter list, and so is fixed at false. 297 * threadCanCallJava: Whether callbacks are made from an attached thread and thus can call JNI. 312 bool threadCanCallJava = false,
|
/frameworks/av/media/libaudioclient/include/media/ |
H A D | ToneGenerator.h | 155 ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava = false);
|
H A D | AudioRecord.h | 174 * threadCanCallJava: Not present in parameter list, and so is fixed at false. 214 * threadCanCallJava: Whether callbacks are made from an attached thread and thus can call JNI. 224 bool threadCanCallJava = false,
|
H A D | AudioTrack.h | 224 * threadCanCallJava: Not present in parameter list, and so is fixed at false. 297 * threadCanCallJava: Whether callbacks are made from an attached thread and thus can call JNI. 312 bool threadCanCallJava = false,
|
/frameworks/av/media/libaudioclient/ |
H A D | AudioRecord.cpp | 183 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags, 226 bool threadCanCallJava, 250 if (cbf == NULL || threadCanCallJava) { 347 mAudioRecordThread = new AudioRecordThread(*this, threadCanCallJava); 217 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, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes, audio_port_handle_t selectedDeviceId) argument
|
H A D | AudioTrack.cpp | 285 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, transferType, 316 sharedBuffer, false /*threadCanCallJava*/, sessionId, transferType, offloadInfo, 362 bool threadCanCallJava, 383 mThreadCanCallJava = threadCanCallJava; 391 } else if (cbf == NULL || threadCanCallJava) { 594 mAudioTrackThread = new AudioTrackThread(*this, threadCanCallJava); 351 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, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes, bool doNotReconnect, float maxRequiredSpeed, audio_port_handle_t selectedDeviceId) argument
|
H A D | ToneGenerator.cpp | 930 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { argument 940 mThreadCanCallJava = threadCanCallJava;
|
Completed in 30 milliseconds