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

/frameworks/base/media/libmedia/
H A DToneGenerator.cpp802 ToneGenerator::ToneGenerator(int streamType, float volume, bool threadCanCallJava) { argument
812 mThreadCanCallJava = threadCanCallJava;
H A DAudioRecord.cpp127 bool threadCanCallJava,
194 mClientRecordThread = new ClientRecordThread(*this, threadCanCallJava);
117 set( int inputSource, uint32_t sampleRate, int format, uint32_t channels, int frameCount, uint32_t flags, callback_t cbf, void* user, int notificationFrames, bool threadCanCallJava, int sessionId) argument
H A DAudioTrack.cpp146 bool threadCanCallJava,
223 mAudioTrackThread = new AudioTrackThread(*this, threadCanCallJava);
135 set( int streamType, uint32_t sampleRate, int format, int channels, int frameCount, uint32_t flags, callback_t cbf, void* user, int notificationFrames, const sp<IMemory>& sharedBuffer, bool threadCanCallJava, int sessionId) argument

Completed in 80 milliseconds